HEX: #C9E8DD
RGB: (201,232,221)
#C9E8DD enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #C9E8DD ist eine «websichere» Webfarbe #CCFFCC (oder kurz #CFC).
Die Farbe #C9E8DD wird in RGB als (201,232,221) definiert.
RGB: (201,232,221)
(79%, 91%, 87%)
R 201 von 255 = 79%
G 232 von 255 = 91%
B 221 von 255 = 87%
R + G + B ~ 86%. #C9E8DD helle Farbe.
R + G + B = 201 + 232 + 221 = 654 (100%)
R 201 von 654 ~ 30.73%
G 232 von 654 ~ 35.47%
B 221 von 654 ~ 33.79'%
Die Farbe #C9E8DD wird in CMYK als (13,0,5,9) definiert.
CMYK: (13,0,5,9) C13M0Y5K9 (13%,0%,5%,9%) (0.13/0.00/0.05/0.09)
Farbe #C9E8DD in den populären Farbmodellen.
C9 | E8 | DD | |
---|---|---|---|
RGB | 201 | 232 | 221 |
HSL | 159° | 40.26% | 84.90% |
HSB/HSV | 159° | 13.36% | 90.98% |
CMYK | 13.36% | 0.00% | 4.74% |
9.02% |
Die Farbe #C9E8DD in den populären Zahlensystemen.
Hexadezimal | C9 | E8 | DD |
Dezimal | 201 | 232 | 221 |
Binär | 11001001 | 11101000 | 11011101 |
Oktal | 311 | 350 | 335 |
Dunkle Töne der Farbe #C9E8DD
Helle Töne der Farbe #C9E8DD
Beispiele css- und html für Elemente in der Farbe #C9E8DD. Bitte benutzen Sie auch rgb(201,232,221) statt hex-Code.
.myTextColor { color: #C9E8DD; }
<p style="color:#C9E8DD">This sample text font color is #C9E8DD.</p>
Die Farbe dieses Textes ist #C9E8DD.
.myBgColor { background-color: #C9E8DD; }
<div style="background-color:#C9E8DD">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C9E8DD.
.myBorderColor { border: 1px solid #C9E8DD; }
<div style="border:3px solid #C9E8DD">Div</div>
Die Grenzen von diesem div sind in Farbe #C9E8DD.
.myOpacity80 { color: #C9E8DD; opacity: 0.8; }
<p style="color:#C9E8DD;opacity:0.8;">80%</p>
Text in Farbe #C9E8DD und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C9E8DD;}
<p style="text-shadow: 3px 3px 1px #C9E8DD">Text here.</p>
Dieser Text hat den Schatten in Farbe #C9E8DD.
.textShadow {text-shadow: 3px 3px 1px #C9E8DD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C9E8DD, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C9E8DD und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C9E8DD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C9E8DD, Direction=45, Strength=4)">Text</p>
This text has shadow with #C9E8DD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C9E8DD;
-webkit-box-shadow: 1px 1px 3px 2px #C9E8DD;
box-shadow: 1px 1px 3px 2px #C9E8DD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C9E8DD; -webkit-box-shadow: 1px 1px 3px 2px #C9E8DD; box-shadow:1px 1px 3px 2px #C9E8DD;">
Div content here
</div>
Dieser Text ist in der Farbe #C9E8DD auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C9E8DD auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C9E8DD.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C9E8DD.
Kontrastfarbe für #hex ist #361722.