FARBE #CCF0EC

HEX: #CCF0EC RGB: (204,240,236)

Farbeninformationen

#CCF0EC enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #CCF0EC ist eine «websichere» Webfarbe #CCFFFF (oder kurz #CFF).

Farbmodelle RGB

Die Farbe #CCF0EC wird in RGB als (204,240,236) definiert.

RGB: (204,240,236) (80%, 94%, 93%)

Kanäle in RGB und Sättigung

R 204 von 255 = 80%
G 240 von 255 = 94%
B 236 von 255 = 93%

204
240
236

R + G + B ~ 89%. #CCF0EC helle Farbe.

Farbverhältnis in prozentualer Angabe

R + G + B = 204 + 240 + 236 = 680 (100%)
R 204 von 680 ~ 30%
G 240 von 680 ~ 35.29%
B 236 von 680 ~ 34.71'%

%30
%35.29
%34.71

Farbmodell CMYK

Die Farbe #CCF0EC wird in CMYK als (15,0,2,6) definiert.

  • Cyan hat einen Wert von 15.00%
  • Magenta hat einen Wert von 0.00%
  • Gelb hat einen Wert von 1.67%
  • Schlüsselfarbe hat einen Wert von 5.88%

CMYK: (15,0,2,6)
C15M0Y2K6 (15%, 0%, 2%, 6%)
(0.15 / 0.00 / 0.02 / 0.06)

CMYK-Kanäle in Prozent

%15
%0
%1.67
%5.88

Farbcodes

Farbe #CCF0EC in den populären Farbmodellen.

CC F0 EC
RGB 204 240 236
HSL 173° 54.55% 87.06%
HSB/HSV 173° 15.00% 94.12%
CMYK 15.00% 0.00% 1.67%
5.88%

Die Farbe #CCF0EC in den populären Zahlensystemen.

Hexadezimal CC F0 EC
Dezimal 204 240 236
Binär 11001100 11110000 11101100
Oktal 314 360 354

Farbtöne

Dunkle Töne der Farbe #CCF0EC

#CCF0EC
(204,240,236)
#BADBD7
(186,219,215)
#A8C6C2
(168,198,194)
#96B1AD
(150,177,173)
#849C98
(132,156,152)
#728783
(114,135,131)
#60726E
(96,114,110)
#4E5D59
(78,93,89)
#3C4844
(60,72,68)
#2A332F
(42,51,47)
#181E1A
(24,30,26)
#000000
(0,0,0)

Helle Töne der Farbe #CCF0EC

#CCF0EC
(204,240,236)
#D0F1ED
(208,241,237)
#D4F2EE
(212,242,238)
#D8F3EF
(216,243,239)
#DCF4F0
(220,244,240)
#E0F5F1
(224,245,241)
#E4F6F2
(228,246,242)
#E8F7F3
(232,247,243)
#ECF8F4
(236,248,244)
#F0F9F5
(240,249,245)
#F4FAF6
(244,250,246)
#FFFFFF
(255,255,255)

CSS3-Stile

Beispiele css- und html für Elemente in der Farbe #CCF0EC. Bitte benutzen Sie auch rgb(204,240,236) statt hex-Code.

Textfarbe

.myTextColor { color: #CCF0EC; }

<p style="color:#CCF0EC">This sample text font color is #CCF0EC.</p>

Die Farbe dieses Textes ist #CCF0EC.

Hintergrundfarbe

.myBgColor { background-color: #CCF0EC; }

<div style="background-color:#CCF0EC">Inner text</div>

Der Hintergrund von diesem div ist in Farbe #CCF0EC.

Grenzfarbe

.myBorderColor { border: 1px solid #CCF0EC; }

<div style="border:3px solid #CCF0EC">Div</div>

Die Grenzen von diesem div sind in Farbe #CCF0EC.

Transparenz

.myOpacity80 { color: #CCF0EC; opacity: 0.8; }

<p style="color:#CCF0EC;opacity:0.8;">80%</p>

Text in Farbe #CCF0EC und mit Transparenz 100% | 80% | 50% | 30%.

Hintergrund mit Transparenzgrad 100%.
Hintergrund mit Transparenzgrad 80%.
Hintergrund mit Transparenzgrad 50%.
Hintergrund mit Transparenzgrad 30%.

Farbe des Textschattens

.textShadow {text-shadow: 3px 3px 1px #CCF0EC;}

<p style="text-shadow: 3px 3px 1px #CCF0EC">Text here.</p>

Dieser Text hat den Schatten in Farbe #CCF0EC.


.textShadow {text-shadow: 3px 3px 1px #CCF0EC', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #CCF0EC, 5px 5px 20px red">Text here.</p>

Dieser Text hat den Schatten in Grundfarbe #CCF0EC und zusätzlichem Rot.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#CCF0EC, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#CCF0EC, Direction=45, Strength=4)">Text</p>

This text has shadow with #CCF0EC and red colors in old Internet Explorer.

Farbe des Schattens vom div-Element

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #CCF0EC;
-webkit-box-shadow: 1px 1px 3px 2px #CCF0EC;
box-shadow: 1px 1px 3px 2px #CCF0EC;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #CCF0EC; -webkit-box-shadow: 1px 1px 3px 2px #CCF0EC; box-shadow:1px 1px 3px 2px #CCF0EC;">
Div content here
</div>

Dieses div hat den Schatten in Farbe #CCF0EC.

Beispiele

Farbenbeispiel auf dem schwarzen Hintergrund

Dieser Text ist in der Farbe #CCF0EC auf dem schwarzen Hintergrund.


Farbenbeispiel auf dem weißen Hintergrund

Dieser Text ist in Farbe #CCF0EC auf dem weißen Hintergrund.


Beispiel eines schwarzen Textes auf dem Hintergrund in Farbe #CCF0EC

Dieser Text ist schwarz auf dem Hintergrund in Farbe #CCF0EC.


Beispiel eines weißen Textes auf dem Hintergrund in Farbe #CCF0EC

Dieser Text ist weiß auf dem Hintergrund in Farbe #CCF0EC.


Ähnliche Farben

Kontrastfarbe

Kontrastfarbe für #hex ist #330F13.


I love getcolorcode.com

Farbtriade

1 #ECCCF0 und #F0ECCC kombiniert mit #CCF0EC sind eine Farbtriade.

2 #ECF0CC und #F0CCEC kombiniert mit #CCF0EC sind eine Farbtriade.