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