FARBE #CCF0CA

HEX: #CCF0CA
RGB: (204,240,202)

Farbeninformationen

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

Farbmodelle RGB

Die Farbe #CCF0CA wird in RGB als (204,240,202) definiert.

  • Rot hat einen Wert von 204;
  • Grün hat einen Wert von 240;
  • Blau hat einen Wert von 202.
RGB:
(204,240,202)
(80%,94%,79%)

Kanäle in RGB und Sättigung

R 204 von 255 = 80%
G 240 von 255 = 94%
B 202 von 255 = 79%

204
240
202

R + G + B ~ 84%. #CCF0CA ziemlich helle Farbe.

Farbverhältnis in prozentualer Angabe

R + G + B =
204 + 240 + 202 = 646 (100%)
R 204 von 646 ~ 31.58%
G 240 von 646 ~ 37.15%
B 202 von 646 ~ 31.27%

%31.58
%37.15
%31.27

Farbmodell CMYK

Die Farbe #CCF0CA wird in CMYK als (15,0,16,6) definiert.

  • Cyan hat einen Wert von 15.00%
  • Magenta hat einen Wert von 0.00%
  • Gelb hat einen Wert von 15.83%
  • Schlüsselfarbe hat einen Wert von 5.88%
CMYK:
(15,0,16,6)
C15M0Y16K6 
(15%,0%,16%,6%)
(0.15/0.00/0.16/0.06)	

CMYK-Kanäle in Prozent

%15
%0
%15.83
%5.88

Farbcodes

Farbe #CCF0CA in den populären Farbmodellen.

CCF0CA
RGB204240202
HSL117°55.88%86.67%
HSB/HSV117°15.83%94.12%
CMYK15.00%0.00%15.83%
5.88%

Die Farbe #CCF0CA in den populären Zahlensystemen.

HexadezimalCCF0CA
Dezimal204240202
Binär110011001111000011001010
Oktal314360312

Farbtöne

Dunkle Töne der Farbe #CCF0CA

#CCF0CA
(204,240,202)
#BADBB8
(186,219,184)
#A8C6A6
(168,198,166)
#96B194
(150,177,148)
#849C82
(132,156,130)
#728770
(114,135,112)
#60725E
(96,114,94)
#4E5D4C
(78,93,76)
#3C483A
(60,72,58)
#2A3328
(42,51,40)
#181E16
(24,30,22)
#000000
(0,0,0)

Helle Töne der Farbe #CCF0CA

#CCF0CA
(204,240,202)
#D0F1CE
(208,241,206)
#D4F2D2
(212,242,210)
#D8F3D6
(216,243,214)
#DCF4DA
(220,244,218)
#E0F5DE
(224,245,222)
#E4F6E2
(228,246,226)
#E8F7E6
(232,247,230)
#ECF8EA
(236,248,234)
#F0F9EE
(240,249,238)
#F4FAF2
(244,250,242)
#FFFFFF
(255,255,255)

CSS3-Stile

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

Textfarbe

.myTextColor { color: #CCF0CA; }

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

Die Farbe dieses Textes ist #CCF0CA.


Hintergrundfarbe

.myBgColor { background-color: #CCF0CA; }

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

Der Hintergrund von diesem div ist in Farbe #CCF0CA.


Grenzfarbe

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

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

Die Grenzen von diesem div sind in Farbe #CCF0CA.


Transparenz

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

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

Text in Farbe #CCF0CA 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 #CCF0CA;}

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

Dieser Text hat den Schatten in Farbe #CCF0CA.

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

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

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


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

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

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


Farbe des Schattens vom div-Element

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #CCF0CA;
-webkit-box-shadow: 1px 1px 3px 2px #CCF0CA;
box-shadow:1px 1px 3px 2px #CCF0CA;">
Div content here</div>
Dieses div hat den Schatten in Farbe #CCF0CA.

Beispiele

Farbenbeispiel auf dem schwarzen Hintergrund

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


Farbenbeispiel auf dem weißen Hintergrund

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



Beispiel eines schwarzen Textes auf dem Hintergrund in Farbe #CCF0CA

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


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

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