HEX: #D6E9DD
RGB: (214,233,221)
#D6E9DD enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #D6E9DD ist eine «websichere» Webfarbe #CCFFCC (oder kurz #CFC).
Die Farbe #D6E9DD wird in RGB als (214,233,221) definiert.
RGB: (214,233,221)
(84%, 91%, 87%)
R 214 von 255 = 84%
G 233 von 255 = 91%
B 221 von 255 = 87%
R + G + B ~ 87%. #D6E9DD helle Farbe.
R + G + B = 214 + 233 + 221 = 668 (100%)
R 214 von 668 ~ 32.04%
G 233 von 668 ~ 34.88%
B 221 von 668 ~ 33.08'%
Die Farbe #D6E9DD wird in CMYK als (8,0,5,9) definiert.
CMYK: (8,0,5,9)
C8M0Y5K9 (8%, 0%, 5%, 9%)
(0.08 / 0.00 / 0.05 / 0.09)
Farbe #D6E9DD in den populären Farbmodellen.
D6 | E9 | DD | |
---|---|---|---|
RGB | 214 | 233 | 221 |
HSL | 142° | 30.16% | 87.65% |
HSB/HSV | 142° | 8.15% | 91.37% |
CMYK | 8.15% | 0.00% | 5.15% |
8.63% |
Die Farbe #D6E9DD in den populären Zahlensystemen.
Hexadezimal | D6 | E9 | DD |
Dezimal | 214 | 233 | 221 |
Binär | 11010110 | 11101001 | 11011101 |
Oktal | 326 | 351 | 335 |
Dunkle Töne der Farbe #D6E9DD
Helle Töne der Farbe #D6E9DD
Beispiele css- und html für Elemente in der Farbe #D6E9DD. Bitte benutzen Sie auch rgb(214,233,221) statt hex-Code.
.myTextColor { color: #D6E9DD; }
<p style="color:#D6E9DD">This sample text font color is #D6E9DD.</p>
Die Farbe dieses Textes ist #D6E9DD.
.myBgColor { background-color: #D6E9DD; }
<div style="background-color:#D6E9DD">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #D6E9DD.
.myBorderColor { border: 1px solid #D6E9DD; }
<div style="border:3px solid #D6E9DD">Div</div>
Die Grenzen von diesem div sind in Farbe #D6E9DD.
.myOpacity80 { color: #D6E9DD; opacity: 0.8; }
<p style="color:#D6E9DD;opacity:0.8;">80%</p>
Text in Farbe #D6E9DD und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D6E9DD;}
<p style="text-shadow: 3px 3px 1px #D6E9DD">Text here.</p>
Dieser Text hat den Schatten in Farbe #D6E9DD.
.textShadow {text-shadow: 3px 3px 1px #D6E9DD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D6E9DD, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #D6E9DD und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D6E9DD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D6E9DD, Direction=45, Strength=4)">Text</p>
This text has shadow with #D6E9DD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D6E9DD;
-webkit-box-shadow: 1px 1px 3px 2px #D6E9DD;
box-shadow: 1px 1px 3px 2px #D6E9DD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D6E9DD; -webkit-box-shadow: 1px 1px 3px 2px #D6E9DD; box-shadow:1px 1px 3px 2px #D6E9DD;">
Div content here
</div>
Dieser Text ist in der Farbe #D6E9DD auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #D6E9DD auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #D6E9DD.
Dieser Text ist weiß auf dem Hintergrund in Farbe #D6E9DD.
Kontrastfarbe für #hex ist #291622.