HEX: #D6ED8B
RGB: (214,237,139)
#D6ED8B enthält hauptsächlich rote und grüne Farbe. Für #D6ED8B ist eine «websichere» Webfarbe #CCFF99 (oder kurz #CF9).
Die Farbe #D6ED8B wird in RGB als (214,237,139) definiert.
RGB: (214,237,139) (84%,93%,55%)
R 214 von 255 = 84%
G 237 von 255 = 93%
B 139 von 255 = 55%
R + G + B ~ 77%. #D6ED8B ziemlich helle Farbe.
R + G + B =
214 + 237 + 139 = 590 (100%)
R 214 von 590 ~ 36.27%
G 237 von 590 ~ 40.17%
B 139 von 590 ~ 23.56%
Die Farbe #D6ED8B wird in CMYK als (10,0,41,7) definiert.
CMYK: (10,0,41,7) C10M0Y41K7 (10%,0%,41%,7%) (0.10/0.00/0.41/0.07)
D6 | ED | 8B | |
---|---|---|---|
RGB | 214 | 237 | 139 |
HSL | 74° | 73.13% | 73.73% |
HSB/HSV | 74° | 41.35% | 92.94% |
CMYK | 9.70% | 0.00% | 41.35% |
7.06% |
Hexadezimal | D6 | ED | 8B |
Dezimal | 214 | 237 | 139 |
Binär | 11010110 | 11101101 | 10001011 |
Oktal | 326 | 355 | 213 |
Beispiele css- und html für Elemente in der Farbe #D6ED8B. Bitte benutzen Sie auch rgb(214,237,139) statt hex-Code.
.myTextColor { color: #D6ED8B; }
<p style="color:#D6ED8B">This sample text font color is #D6ED8B.</p>
Die Farbe dieses Textes ist #D6ED8B.
.myBgColor { background-color: #D6ED8B; }
<div style="background-color:#D6ED8B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #D6ED8B.
.myBorderColor { border: 1px solid #D6ED8B; }
<div style="border:3px solid #D6ED8B">Div</div>
Die Grenzen von diesem div sind in Farbe #D6ED8B.
.myOpacity80 { color: #D6ED8B; opacity: 0.8; }
<p style="color:#D6ED8B;opacity:0.8;">80%</p>
Text in Farbe #D6ED8B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D6ED8B;}
<p style="text-shadow: 3px 3px 1px #D6ED8B">Text here.</p>
Dieser Text hat den Schatten in Farbe #D6ED8B.
.textShadow {text-shadow: 3px 3px 1px #D6ED8B, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D6ED8B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #D6ED8B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D6ED8B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D6ED8B, Direction=45, Strength=4)">Text</p>
This text has shadow with #D6ED8B and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #D6ED8B; -webkit-box-shadow: 1px 1px 3px 2px #D6ED8B; box-shadow: 1px 1px 3px 2px #D6ED8B; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #D6ED8B; -webkit-box-shadow: 1px 1px 3px 2px #D6ED8B; box-shadow:1px 1px 3px 2px #D6ED8B;">
Div content here</div>
Dieser Text ist in der Farbe #D6ED8B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #D6ED8B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #D6ED8B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #D6ED8B.