HEX: #C9F4FB
RGB: (201,244,251)
#C9F4FB enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #C9F4FB ist eine «websichere» Webfarbe #CCFFFF (oder kurz #CFF).
Die Farbe #C9F4FB wird in RGB als (201,244,251) definiert.
RGB: (201,244,251) (79%,96%,98%)
R 201 von 255 = 79%
G 244 von 255 = 96%
B 251 von 255 = 98%
R + G + B ~ 91%. #C9F4FB helle Farbe.
R + G + B =
201 + 244 + 251 = 696 (100%)
R 201 von 696 ~ 28.88%
G 244 von 696 ~ 35.06%
B 251 von 696 ~ 36.06%
Die Farbe #C9F4FB wird in CMYK als (20,3,0,2) definiert.
CMYK: (20,3,0,2) C20M3Y0K2 (20%,3%,0%,2%) (0.20/0.03/0.00/0.02)
C9 | F4 | FB | |
---|---|---|---|
RGB | 201 | 244 | 251 |
HSL | 188° | 86.21% | 88.63% |
HSB/HSV | 188° | 19.92% | 98.43% |
CMYK | 19.92% | 2.79% | 0.00% |
1.57% |
Hexadezimal | C9 | F4 | FB |
Dezimal | 201 | 244 | 251 |
Binär | 11001001 | 11110100 | 11111011 |
Oktal | 311 | 364 | 373 |
Beispiele css- und html für Elemente in der Farbe #C9F4FB. Bitte benutzen Sie auch rgb(201,244,251) statt hex-Code.
.myTextColor { color: #C9F4FB; }
<p style="color:#C9F4FB">This sample text font color is #C9F4FB.</p>
Die Farbe dieses Textes ist #C9F4FB.
.myBgColor { background-color: #C9F4FB; }
<div style="background-color:#C9F4FB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C9F4FB.
.myBorderColor { border: 1px solid #C9F4FB; }
<div style="border:3px solid #C9F4FB">Div</div>
Die Grenzen von diesem div sind in Farbe #C9F4FB.
.myOpacity80 { color: #C9F4FB; opacity: 0.8; }
<p style="color:#C9F4FB;opacity:0.8;">80%</p>
Text in Farbe #C9F4FB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C9F4FB;}
<p style="text-shadow: 3px 3px 1px #C9F4FB">Text here.</p>
Dieser Text hat den Schatten in Farbe #C9F4FB.
.textShadow {text-shadow: 3px 3px 1px #C9F4FB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C9F4FB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C9F4FB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C9F4FB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C9F4FB, Direction=45, Strength=4)">Text</p>
This text has shadow with #C9F4FB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C9F4FB; -webkit-box-shadow: 1px 1px 3px 2px #C9F4FB; box-shadow: 1px 1px 3px 2px #C9F4FB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C9F4FB; -webkit-box-shadow: 1px 1px 3px 2px #C9F4FB; box-shadow:1px 1px 3px 2px #C9F4FB;">
Div content here</div>
Dieser Text ist in der Farbe #C9F4FB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C9F4FB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C9F4FB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C9F4FB.