HEX: #D6E68C
RGB: (214,230,140)
#D6E68C enthält hauptsächlich rote und grüne Farbe. Für #D6E68C ist eine «websichere» Webfarbe #CCCC99 (oder kurz #CC9).
Die Farbe #D6E68C wird in RGB als (214,230,140) definiert.
RGB: (214,230,140)
(84%, 90%, 55%)
R 214 von 255 = 84%
G 230 von 255 = 90%
B 140 von 255 = 55%
R + G + B ~ 76%. #D6E68C ziemlich helle Farbe.
R + G + B = 214 + 230 + 140 = 584 (100%)
R 214 von 584 ~ 36.64%
G 230 von 584 ~ 39.38%
B 140 von 584 ~ 23.97'%
Die Farbe #D6E68C wird in CMYK als (7,0,39,10) definiert.
CMYK: (7,0,39,10)
C7M0Y39K10 (7%, 0%, 39%, 10%)
(0.07 / 0.00 / 0.39 / 0.10)
Farbe #D6E68C in den populären Farbmodellen.
D6 | E6 | 8C | |
---|---|---|---|
RGB | 214 | 230 | 140 |
HSL | 71° | 64.29% | 72.55% |
HSB/HSV | 71° | 39.13% | 90.20% |
CMYK | 6.96% | 0.00% | 39.13% |
9.80% |
Die Farbe #D6E68C in den populären Zahlensystemen.
Hexadezimal | D6 | E6 | 8C |
Dezimal | 214 | 230 | 140 |
Binär | 11010110 | 11100110 | 10001100 |
Oktal | 326 | 346 | 214 |
Dunkle Töne der Farbe #D6E68C
Helle Töne der Farbe #D6E68C
Beispiele css- und html für Elemente in der Farbe #D6E68C. Bitte benutzen Sie auch rgb(214,230,140) statt hex-Code.
.myTextColor { color: #D6E68C; }
<p style="color:#D6E68C">This sample text font color is #D6E68C.</p>
Die Farbe dieses Textes ist #D6E68C.
.myBgColor { background-color: #D6E68C; }
<div style="background-color:#D6E68C">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #D6E68C.
.myBorderColor { border: 1px solid #D6E68C; }
<div style="border:3px solid #D6E68C">Div</div>
Die Grenzen von diesem div sind in Farbe #D6E68C.
.myOpacity80 { color: #D6E68C; opacity: 0.8; }
<p style="color:#D6E68C;opacity:0.8;">80%</p>
Text in Farbe #D6E68C und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D6E68C;}
<p style="text-shadow: 3px 3px 1px #D6E68C">Text here.</p>
Dieser Text hat den Schatten in Farbe #D6E68C.
.textShadow {text-shadow: 3px 3px 1px #D6E68C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D6E68C, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #D6E68C und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D6E68C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D6E68C, Direction=45, Strength=4)">Text</p>
This text has shadow with #D6E68C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D6E68C;
-webkit-box-shadow: 1px 1px 3px 2px #D6E68C;
box-shadow: 1px 1px 3px 2px #D6E68C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D6E68C; -webkit-box-shadow: 1px 1px 3px 2px #D6E68C; box-shadow:1px 1px 3px 2px #D6E68C;">
Div content here
</div>
Dieser Text ist in der Farbe #D6E68C auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #D6E68C auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #D6E68C.
Dieser Text ist weiß auf dem Hintergrund in Farbe #D6E68C.
Kontrastfarbe für #hex ist #291973.