HEX: #D9E8CC
RGB: (217,232,204)
#D9E8CC enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #D9E8CC ist eine «websichere» Webfarbe #CCFFCC (oder kurz #CFC).
Die Farbe #D9E8CC wird in RGB als (217,232,204) definiert.
RGB: (217,232,204)
(85%, 91%, 80%)
R 217 von 255 = 85%
G 232 von 255 = 91%
B 204 von 255 = 80%
R + G + B ~ 85%. #D9E8CC ziemlich helle Farbe.
R + G + B = 217 + 232 + 204 = 653 (100%)
R 217 von 653 ~ 33.23%
G 232 von 653 ~ 35.53%
B 204 von 653 ~ 31.24'%
Die Farbe #D9E8CC wird in CMYK als (6,0,12,9) definiert.
CMYK: (6,0,12,9)
C6M0Y12K9 (6%, 0%, 12%, 9%)
(0.06 / 0.00 / 0.12 / 0.09)
Farbe #D9E8CC in den populären Farbmodellen.
D9 | E8 | CC | |
---|---|---|---|
RGB | 217 | 232 | 204 |
HSL | 92° | 37.84% | 85.49% |
HSB/HSV | 92° | 12.07% | 90.98% |
CMYK | 6.47% | 0.00% | 12.07% |
9.02% |
Die Farbe #D9E8CC in den populären Zahlensystemen.
Hexadezimal | D9 | E8 | CC |
Dezimal | 217 | 232 | 204 |
Binär | 11011001 | 11101000 | 11001100 |
Oktal | 331 | 350 | 314 |
Dunkle Töne der Farbe #D9E8CC
Helle Töne der Farbe #D9E8CC
Beispiele css- und html für Elemente in der Farbe #D9E8CC. Bitte benutzen Sie auch rgb(217,232,204) statt hex-Code.
.myTextColor { color: #D9E8CC; }
<p style="color:#D9E8CC">This sample text font color is #D9E8CC.</p>
Die Farbe dieses Textes ist #D9E8CC.
.myBgColor { background-color: #D9E8CC; }
<div style="background-color:#D9E8CC">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #D9E8CC.
.myBorderColor { border: 1px solid #D9E8CC; }
<div style="border:3px solid #D9E8CC">Div</div>
Die Grenzen von diesem div sind in Farbe #D9E8CC.
.myOpacity80 { color: #D9E8CC; opacity: 0.8; }
<p style="color:#D9E8CC;opacity:0.8;">80%</p>
Text in Farbe #D9E8CC und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D9E8CC;}
<p style="text-shadow: 3px 3px 1px #D9E8CC">Text here.</p>
Dieser Text hat den Schatten in Farbe #D9E8CC.
.textShadow {text-shadow: 3px 3px 1px #D9E8CC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D9E8CC, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #D9E8CC und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D9E8CC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D9E8CC, Direction=45, Strength=4)">Text</p>
This text has shadow with #D9E8CC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D9E8CC;
-webkit-box-shadow: 1px 1px 3px 2px #D9E8CC;
box-shadow: 1px 1px 3px 2px #D9E8CC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D9E8CC; -webkit-box-shadow: 1px 1px 3px 2px #D9E8CC; box-shadow:1px 1px 3px 2px #D9E8CC;">
Div content here
</div>
Dieser Text ist in der Farbe #D9E8CC auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #D9E8CC auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #D9E8CC.
Dieser Text ist weiß auf dem Hintergrund in Farbe #D9E8CC.
Kontrastfarbe für #hex ist #261733.