HEX: #D6EE87
RGB: (214,238,135)
#D6EE87 enthält hauptsächlich rote und grüne Farbe. Für #D6EE87 ist eine «websichere» Webfarbe #CCFF99 (oder kurz #CF9).
Die Farbe #D6EE87 wird in RGB als (214,238,135) definiert.
RGB: (214,238,135)
(84%, 93%, 53%)
R 214 von 255 = 84%
G 238 von 255 = 93%
B 135 von 255 = 53%
R + G + B ~ 77%. #D6EE87 ziemlich helle Farbe.
R + G + B = 214 + 238 + 135 = 587 (100%)
R 214 von 587 ~ 36.46%
G 238 von 587 ~ 40.55%
B 135 von 587 ~ 23'%
Die Farbe #D6EE87 wird in CMYK als (10,0,43,7) definiert.
CMYK: (10,0,43,7)
C10M0Y43K7 (10%, 0%, 43%, 7%)
(0.10 / 0.00 / 0.43 / 0.07)
Farbe #D6EE87 in den populären Farbmodellen.
D6 | EE | 87 | |
---|---|---|---|
RGB | 214 | 238 | 135 |
HSL | 74° | 75.18% | 73.14% |
HSB/HSV | 74° | 43.28% | 93.33% |
CMYK | 10.08% | 0.00% | 43.28% |
6.67% |
Die Farbe #D6EE87 in den populären Zahlensystemen.
Hexadezimal | D6 | EE | 87 |
Dezimal | 214 | 238 | 135 |
Binär | 11010110 | 11101110 | 10000111 |
Oktal | 326 | 356 | 207 |
Dunkle Töne der Farbe #D6EE87
Helle Töne der Farbe #D6EE87
Beispiele css- und html für Elemente in der Farbe #D6EE87. Bitte benutzen Sie auch rgb(214,238,135) statt hex-Code.
.myTextColor { color: #D6EE87; }
<p style="color:#D6EE87">This sample text font color is #D6EE87.</p>
Die Farbe dieses Textes ist #D6EE87.
.myBgColor { background-color: #D6EE87; }
<div style="background-color:#D6EE87">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #D6EE87.
.myBorderColor { border: 1px solid #D6EE87; }
<div style="border:3px solid #D6EE87">Div</div>
Die Grenzen von diesem div sind in Farbe #D6EE87.
.myOpacity80 { color: #D6EE87; opacity: 0.8; }
<p style="color:#D6EE87;opacity:0.8;">80%</p>
Text in Farbe #D6EE87 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D6EE87;}
<p style="text-shadow: 3px 3px 1px #D6EE87">Text here.</p>
Dieser Text hat den Schatten in Farbe #D6EE87.
.textShadow {text-shadow: 3px 3px 1px #D6EE87', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D6EE87, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #D6EE87 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D6EE87, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D6EE87, Direction=45, Strength=4)">Text</p>
This text has shadow with #D6EE87 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D6EE87;
-webkit-box-shadow: 1px 1px 3px 2px #D6EE87;
box-shadow: 1px 1px 3px 2px #D6EE87;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D6EE87; -webkit-box-shadow: 1px 1px 3px 2px #D6EE87; box-shadow:1px 1px 3px 2px #D6EE87;">
Div content here
</div>
Dieser Text ist in der Farbe #D6EE87 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #D6EE87 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #D6EE87.
Dieser Text ist weiß auf dem Hintergrund in Farbe #D6EE87.
Kontrastfarbe für #hex ist #291178.