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