HEX: #D6E863
RGB: (214,232,99)
#D6E863 enthält hauptsächlich rote und grüne Farbe. Für #D6E863 ist eine «websichere» Webfarbe #CCFF66 (oder kurz #CF6).
Die Farbe #D6E863 wird in RGB als (214,232,99) definiert.
RGB: (214,232,99)
(84%, 91%, 39%)
R 214 von 255 = 84%
G 232 von 255 = 91%
B 99 von 255 = 39%
R + G + B ~ 71%. #D6E863 ziemlich helle Farbe.
R + G + B = 214 + 232 + 99 = 545 (100%)
R 214 von 545 ~ 39.27%
G 232 von 545 ~ 42.57%
B 99 von 545 ~ 18.17'%
Die Farbe #D6E863 wird in CMYK als (8,0,57,9) definiert.
CMYK: (8,0,57,9) C8M0Y57K9 (8%,0%,57%,9%) (0.08/0.00/0.57/0.09)
Farbe #D6E863 in den populären Farbmodellen.
D6 | E8 | 63 | |
---|---|---|---|
RGB | 214 | 232 | 99 |
HSL | 68° | 74.30% | 64.90% |
HSB/HSV | 68° | 57.33% | 90.98% |
CMYK | 7.76% | 0.00% | 57.33% |
9.02% |
Die Farbe #D6E863 in den populären Zahlensystemen.
Hexadezimal | D6 | E8 | 63 |
Dezimal | 214 | 232 | 99 |
Binär | 11010110 | 11101000 | 1100011 |
Oktal | 326 | 350 | 143 |
Dunkle Töne der Farbe #D6E863
Helle Töne der Farbe #D6E863
Beispiele css- und html für Elemente in der Farbe #D6E863. Bitte benutzen Sie auch rgb(214,232,99) statt hex-Code.
.myTextColor { color: #D6E863; }
<p style="color:#D6E863">This sample text font color is #D6E863.</p>
Die Farbe dieses Textes ist #D6E863.
.myBgColor { background-color: #D6E863; }
<div style="background-color:#D6E863">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #D6E863.
.myBorderColor { border: 1px solid #D6E863; }
<div style="border:3px solid #D6E863">Div</div>
Die Grenzen von diesem div sind in Farbe #D6E863.
.myOpacity80 { color: #D6E863; opacity: 0.8; }
<p style="color:#D6E863;opacity:0.8;">80%</p>
Text in Farbe #D6E863 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D6E863;}
<p style="text-shadow: 3px 3px 1px #D6E863">Text here.</p>
Dieser Text hat den Schatten in Farbe #D6E863.
.textShadow {text-shadow: 3px 3px 1px #D6E863', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D6E863, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #D6E863 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D6E863, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D6E863, Direction=45, Strength=4)">Text</p>
This text has shadow with #D6E863 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D6E863;
-webkit-box-shadow: 1px 1px 3px 2px #D6E863;
box-shadow: 1px 1px 3px 2px #D6E863;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D6E863; -webkit-box-shadow: 1px 1px 3px 2px #D6E863; box-shadow:1px 1px 3px 2px #D6E863;">
Div content here
</div>
Dieser Text ist in der Farbe #D6E863 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #D6E863 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #D6E863.
Dieser Text ist weiß auf dem Hintergrund in Farbe #D6E863.
Kontrastfarbe für #hex ist #29179C.