HEX: #D6E396
RGB: (214,227,150)
#D6E396 enthält hauptsächlich rote und grüne Farbe. Für #D6E396 ist eine «websichere» Webfarbe #CCCC99 (oder kurz #CC9).
Die Farbe #D6E396 wird in RGB als (214,227,150) definiert.
RGB: (214,227,150)
(84%, 89%, 59%)
R 214 von 255 = 84%
G 227 von 255 = 89%
B 150 von 255 = 59%
R + G + B ~ 77%. #D6E396 ziemlich helle Farbe.
R + G + B = 214 + 227 + 150 = 591 (100%)
R 214 von 591 ~ 36.21%
G 227 von 591 ~ 38.41%
B 150 von 591 ~ 25.38'%
Die Farbe #D6E396 wird in CMYK als (6,0,34,11) definiert.
CMYK: (6,0,34,11) C6M0Y34K11 (6%,0%,34%,11%) (0.06/0.00/0.34/0.11)
Farbe #D6E396 in den populären Farbmodellen.
D6 | E3 | 96 | |
---|---|---|---|
RGB | 214 | 227 | 150 |
HSL | 70° | 57.89% | 73.92% |
HSB/HSV | 70° | 33.92% | 89.02% |
CMYK | 5.73% | 0.00% | 33.92% |
10.98% |
Die Farbe #D6E396 in den populären Zahlensystemen.
Hexadezimal | D6 | E3 | 96 |
Dezimal | 214 | 227 | 150 |
Binär | 11010110 | 11100011 | 10010110 |
Oktal | 326 | 343 | 226 |
Dunkle Töne der Farbe #D6E396
Helle Töne der Farbe #D6E396
Beispiele css- und html für Elemente in der Farbe #D6E396. Bitte benutzen Sie auch rgb(214,227,150) statt hex-Code.
.myTextColor { color: #D6E396; }
<p style="color:#D6E396">This sample text font color is #D6E396.</p>
Die Farbe dieses Textes ist #D6E396.
.myBgColor { background-color: #D6E396; }
<div style="background-color:#D6E396">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #D6E396.
.myBorderColor { border: 1px solid #D6E396; }
<div style="border:3px solid #D6E396">Div</div>
Die Grenzen von diesem div sind in Farbe #D6E396.
.myOpacity80 { color: #D6E396; opacity: 0.8; }
<p style="color:#D6E396;opacity:0.8;">80%</p>
Text in Farbe #D6E396 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D6E396;}
<p style="text-shadow: 3px 3px 1px #D6E396">Text here.</p>
Dieser Text hat den Schatten in Farbe #D6E396.
.textShadow {text-shadow: 3px 3px 1px #D6E396', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D6E396, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #D6E396 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D6E396, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D6E396, Direction=45, Strength=4)">Text</p>
This text has shadow with #D6E396 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D6E396;
-webkit-box-shadow: 1px 1px 3px 2px #D6E396;
box-shadow: 1px 1px 3px 2px #D6E396;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D6E396; -webkit-box-shadow: 1px 1px 3px 2px #D6E396; box-shadow:1px 1px 3px 2px #D6E396;">
Div content here
</div>
Dieser Text ist in der Farbe #D6E396 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #D6E396 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #D6E396.
Dieser Text ist weiß auf dem Hintergrund in Farbe #D6E396.
Kontrastfarbe für #hex ist #291C69.