HEX: #C9D6EE
RGB: (201,214,238)
#C9D6EE enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #C9D6EE ist eine «websichere» Webfarbe #CCCCFF (oder kurz #CCF).
Die Farbe #C9D6EE wird in RGB als (201,214,238) definiert.
RGB: (201,214,238) (79%,84%,93%)
R 201 von 255 = 79%
G 214 von 255 = 84%
B 238 von 255 = 93%
R + G + B ~ 85%. #C9D6EE ziemlich helle Farbe.
R + G + B =
201 + 214 + 238 = 653 (100%)
R 201 von 653 ~ 30.78%
G 214 von 653 ~ 32.77%
B 238 von 653 ~ 36.45%
Die Farbe #C9D6EE wird in CMYK als (16,10,0,7) definiert.
CMYK: (16,10,0,7) C16M10Y0K7 (16%,10%,0%,7%) (0.16/0.10/0.00/0.07)
C9 | D6 | EE | |
---|---|---|---|
RGB | 201 | 214 | 238 |
HSL | 219° | 52.11% | 86.08% |
HSB/HSV | 219° | 15.55% | 93.33% |
CMYK | 15.55% | 10.08% | 0.00% |
6.67% |
Hexadezimal | C9 | D6 | EE |
Dezimal | 201 | 214 | 238 |
Binär | 11001001 | 11010110 | 11101110 |
Oktal | 311 | 326 | 356 |
Beispiele css- und html für Elemente in der Farbe #C9D6EE. Bitte benutzen Sie auch rgb(201,214,238) statt hex-Code.
.myTextColor { color: #C9D6EE; }
<p style="color:#C9D6EE">This sample text font color is #C9D6EE.</p>
Die Farbe dieses Textes ist #C9D6EE.
.myBgColor { background-color: #C9D6EE; }
<div style="background-color:#C9D6EE">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C9D6EE.
.myBorderColor { border: 1px solid #C9D6EE; }
<div style="border:3px solid #C9D6EE">Div</div>
Die Grenzen von diesem div sind in Farbe #C9D6EE.
.myOpacity80 { color: #C9D6EE; opacity: 0.8; }
<p style="color:#C9D6EE;opacity:0.8;">80%</p>
Text in Farbe #C9D6EE und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C9D6EE;}
<p style="text-shadow: 3px 3px 1px #C9D6EE">Text here.</p>
Dieser Text hat den Schatten in Farbe #C9D6EE.
.textShadow {text-shadow: 3px 3px 1px #C9D6EE, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C9D6EE, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C9D6EE und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C9D6EE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C9D6EE, Direction=45, Strength=4)">Text</p>
This text has shadow with #C9D6EE and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C9D6EE; -webkit-box-shadow: 1px 1px 3px 2px #C9D6EE; box-shadow: 1px 1px 3px 2px #C9D6EE; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C9D6EE; -webkit-box-shadow: 1px 1px 3px 2px #C9D6EE; box-shadow:1px 1px 3px 2px #C9D6EE;">
Div content here</div>
Dieser Text ist in der Farbe #C9D6EE auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C9D6EE auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C9D6EE.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C9D6EE.