HEX: #D6E49F
RGB: (214,228,159)
#D6E49F enthält hauptsächlich rote und grüne Farbe. Für #D6E49F ist eine «websichere» Webfarbe #CCCC99 (oder kurz #CC9).
Die Farbe #D6E49F wird in RGB als (214,228,159) definiert.
RGB: (214,228,159)
(84%, 89%, 62%)
R 214 von 255 = 84%
G 228 von 255 = 89%
B 159 von 255 = 62%
R + G + B ~ 78%. #D6E49F ziemlich helle Farbe.
R + G + B = 214 + 228 + 159 = 601 (100%)
R 214 von 601 ~ 35.61%
G 228 von 601 ~ 37.94%
B 159 von 601 ~ 26.46'%
Die Farbe #D6E49F wird in CMYK als (6,0,30,11) definiert.
CMYK: (6,0,30,11)
C6M0Y30K11 (6%, 0%, 30%, 11%)
(0.06 / 0.00 / 0.30 / 0.11)
Farbe #D6E49F in den populären Farbmodellen.
D6 | E4 | 9F | |
---|---|---|---|
RGB | 214 | 228 | 159 |
HSL | 72° | 56.10% | 75.88% |
HSB/HSV | 72° | 30.26% | 89.41% |
CMYK | 6.14% | 0.00% | 30.26% |
10.59% |
Die Farbe #D6E49F in den populären Zahlensystemen.
Hexadezimal | D6 | E4 | 9F |
Dezimal | 214 | 228 | 159 |
Binär | 11010110 | 11100100 | 10011111 |
Oktal | 326 | 344 | 237 |
Dunkle Töne der Farbe #D6E49F
Helle Töne der Farbe #D6E49F
Beispiele css- und html für Elemente in der Farbe #D6E49F. Bitte benutzen Sie auch rgb(214,228,159) statt hex-Code.
.myTextColor { color: #D6E49F; }
<p style="color:#D6E49F">This sample text font color is #D6E49F.</p>
Die Farbe dieses Textes ist #D6E49F.
.myBgColor { background-color: #D6E49F; }
<div style="background-color:#D6E49F">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #D6E49F.
.myBorderColor { border: 1px solid #D6E49F; }
<div style="border:3px solid #D6E49F">Div</div>
Die Grenzen von diesem div sind in Farbe #D6E49F.
.myOpacity80 { color: #D6E49F; opacity: 0.8; }
<p style="color:#D6E49F;opacity:0.8;">80%</p>
Text in Farbe #D6E49F und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D6E49F;}
<p style="text-shadow: 3px 3px 1px #D6E49F">Text here.</p>
Dieser Text hat den Schatten in Farbe #D6E49F.
.textShadow {text-shadow: 3px 3px 1px #D6E49F', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D6E49F, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #D6E49F und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D6E49F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D6E49F, Direction=45, Strength=4)">Text</p>
This text has shadow with #D6E49F and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D6E49F;
-webkit-box-shadow: 1px 1px 3px 2px #D6E49F;
box-shadow: 1px 1px 3px 2px #D6E49F;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D6E49F; -webkit-box-shadow: 1px 1px 3px 2px #D6E49F; box-shadow:1px 1px 3px 2px #D6E49F;">
Div content here
</div>
Dieser Text ist in der Farbe #D6E49F auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #D6E49F auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #D6E49F.
Dieser Text ist weiß auf dem Hintergrund in Farbe #D6E49F.
Kontrastfarbe für #D6E49F ist #291B60.