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