FARBE #CCFAB4

HEX: #CCFAB4
RGB: (204,250,180)

Farbeninformationen

#CCFAB4 enthält hauptsächlich rote und grüne Farbe. Für #CCFAB4 ist eine «websichere» Webfarbe #CCFFCC (oder kurz #CFC).

Farbmodelle RGB

Die Farbe #CCFAB4 wird in RGB als (204,250,180) definiert.

  • Rot hat einen Wert von 204;
  • Grün hat einen Wert von 250;
  • Blau hat einen Wert von 180.
RGB:
(204,250,180)
(80%,98%,71%)

Kanäle in RGB und Sättigung

R 204 von 255 = 80%
G 250 von 255 = 98%
B 180 von 255 = 71%

204
250
180

R + G + B ~ 83%. #CCFAB4 ziemlich helle Farbe.

Farbverhältnis in prozentualer Angabe

R + G + B =
204 + 250 + 180 = 634 (100%)
R 204 von 634 ~ 32.18%
G 250 von 634 ~ 39.43%
B 180 von 634 ~ 28.39%

%32.18
%39.43
%28.39

Farbmodell CMYK

Die Farbe #CCFAB4 wird in CMYK als (18,0,28,2) definiert.

  • Cyan hat einen Wert von 18.40%
  • Magenta hat einen Wert von 0.00%
  • Gelb hat einen Wert von 28.00%
  • Schlüsselfarbe hat einen Wert von 1.96%
CMYK:
(18,0,28,2)
C18M0Y28K2 
(18%,0%,28%,2%)
(0.18/0.00/0.28/0.02)	

CMYK-Kanäle in Prozent

%18.4
%0
%28
%1.96

Farbcodes

Farbe #CCFAB4 in den populären Farbmodellen.

CCFAB4
RGB204250180
HSL99°87.50%84.31%
HSB/HSV99°28.00%98.04%
CMYK18.40%0.00%28.00%
1.96%

Die Farbe #CCFAB4 in den populären Zahlensystemen.

HexadezimalCCFAB4
Dezimal204250180
Binär110011001111101010110100
Oktal314372264

Farbtöne

Dunkle Töne der Farbe #CCFAB4

#CCFAB4
(204,250,180)
#BAE4A4
(186,228,164)
#A8CE94
(168,206,148)
#96B884
(150,184,132)
#84A274
(132,162,116)
#728C64
(114,140,100)
#607654
(96,118,84)
#4E6044
(78,96,68)
#3C4A34
(60,74,52)
#2A3424
(42,52,36)
#181E14
(24,30,20)
#000000
(0,0,0)

Helle Töne der Farbe #CCFAB4

#CCFAB4
(204,250,180)
#D0FABA
(208,250,186)
#D4FAC0
(212,250,192)
#D8FAC6
(216,250,198)
#DCFACC
(220,250,204)
#E0FAD2
(224,250,210)
#E4FAD8
(228,250,216)
#E8FADE
(232,250,222)
#ECFAE4
(236,250,228)
#F0FAEA
(240,250,234)
#F4FAF0
(244,250,240)
#FFFFFF
(255,255,255)

CSS3-Stile

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

Textfarbe

.myTextColor { color: #CCFAB4; }

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

Die Farbe dieses Textes ist #CCFAB4.


Hintergrundfarbe

.myBgColor { background-color: #CCFAB4; }

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

Der Hintergrund von diesem div ist in Farbe #CCFAB4.


Grenzfarbe

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

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

Die Grenzen von diesem div sind in Farbe #CCFAB4.


Transparenz

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

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

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

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

Dieser Text hat den Schatten in Farbe #CCFAB4.

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

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

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


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

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

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


Farbe des Schattens vom div-Element

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

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

Beispiele

Farbenbeispiel auf dem schwarzen Hintergrund

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


Farbenbeispiel auf dem weißen Hintergrund

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



Beispiel eines schwarzen Textes auf dem Hintergrund in Farbe #CCFAB4

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


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

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