HEX: #CCFFCC
RGB: (204,255,204)
#CCFFCC enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Die Farbe #CCFFCC ist «eine websichere» Webfarbe. Sie kann kurz als #CFC geschrieben werden.
Die Farbe #CCFFCC wird in RGB als (204,255,204) definiert.
RGB: (204,255,204)
(80%, 100%, 80%)
R 204 von 255 = 80%
G 255 von 255 = 100%
B 204 von 255 = 80%
R + G + B ~ 87%. #CCFFCC helle Farbe.
R + G + B = 204 + 255 + 204 = 663 (100%)
R 204 von 663 ~ 30.77%
G 255 von 663 ~ 38.46%
B 204 von 663 ~ 30.77'%
Die Farbe #CCFFCC wird in CMYK als (20,0,20,0) definiert.
CMYK: (20,0,20,0)
C20M0Y20K0 (20%, 0%, 20%, 0%)
(0.20 / 0.00 / 0.20 / 0.00)
Farbe #CCFFCC in den populären Farbmodellen.
CC | FF | CC | |
---|---|---|---|
RGB | 204 | 255 | 204 |
HSL | 120° | 100.00% | 90.00% |
HSB/HSV | 120° | 20.00% | 100.00% |
CMYK | 20.00% | 0.00% | 20.00% |
0.00% |
Die Farbe #CCFFCC in den populären Zahlensystemen.
Hexadezimal | CC | FF | CC |
Dezimal | 204 | 255 | 204 |
Binär | 11001100 | 11111111 | 11001100 |
Oktal | 314 | 377 | 314 |
Dunkle Töne der Farbe #CCFFCC
Helle Töne der Farbe #CCFFCC
Beispiele css- und html für Elemente in der Farbe #CCFFCC. Bitte benutzen Sie auch rgb(204,255,204) statt hex-Code.
.myTextColor { color: #CCFFCC; }
<p style="color:#CCFFCC">This sample text font color is #CCFFCC.</p>
Die Farbe dieses Textes ist #CCFFCC.
.myBgColor { background-color: #CCFFCC; }
<div style="background-color:#CCFFCC">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #CCFFCC.
.myBorderColor { border: 1px solid #CCFFCC; }
<div style="border:3px solid #CCFFCC">Div</div>
Die Grenzen von diesem div sind in Farbe #CCFFCC.
.myOpacity80 { color: #CCFFCC; opacity: 0.8; }
<p style="color:#CCFFCC;opacity:0.8;">80%</p>
Text in Farbe #CCFFCC und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #CCFFCC;}
<p style="text-shadow: 3px 3px 1px #CCFFCC">Text here.</p>
Dieser Text hat den Schatten in Farbe #CCFFCC.
.textShadow {text-shadow: 3px 3px 1px #CCFFCC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #CCFFCC, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #CCFFCC und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#CCFFCC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#CCFFCC, Direction=45, Strength=4)">Text</p>
This text has shadow with #CCFFCC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #CCFFCC;
-webkit-box-shadow: 1px 1px 3px 2px #CCFFCC;
box-shadow: 1px 1px 3px 2px #CCFFCC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #CCFFCC; -webkit-box-shadow: 1px 1px 3px 2px #CCFFCC; box-shadow:1px 1px 3px 2px #CCFFCC;">
Div content here
</div>
Dieser Text ist in der Farbe #CCFFCC auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #CCFFCC auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #CCFFCC.
Dieser Text ist weiß auf dem Hintergrund in Farbe #CCFFCC.
Kontrastfarbe für #hex ist #330033.