HEX: #E6D996
RGB: (230,217,150)
#E6D996 enthält hauptsächlich rote und grüne Farbe. Für #E6D996 ist eine «websichere» Webfarbe #CCCC99 (oder kurz #CC9).
Die Farbe #E6D996 wird in RGB als (230,217,150) definiert.
RGB: (230,217,150) (90%,85%,59%)
R 230 von 255 = 90%
G 217 von 255 = 85%
B 150 von 255 = 59%
R + G + B ~ 78%. #E6D996 ziemlich helle Farbe.
R + G + B =
230 + 217 + 150 = 597 (100%)
R 230 von 597 ~ 38.53%
G 217 von 597 ~ 36.35%
B 150 von 597 ~ 25.13%
Die Farbe #E6D996 wird in CMYK als (0,6,35,10) definiert.
CMYK: (0,6,35,10) C0M6Y35K10 (0%,6%,35%,10%) (0.00/0.06/0.35/0.10)
E6 | D9 | 96 | |
---|---|---|---|
RGB | 230 | 217 | 150 |
HSL | 50° | 61.54% | 74.51% |
HSB/HSV | 50° | 34.78% | 90.20% |
CMYK | 0.00% | 5.65% | 34.78% |
9.80% |
Hexadezimal | E6 | D9 | 96 |
Dezimal | 230 | 217 | 150 |
Binär | 11100110 | 11011001 | 10010110 |
Oktal | 346 | 331 | 226 |
Beispiele css- und html für Elemente in der Farbe #E6D996. Bitte benutzen Sie auch rgb(230,217,150) statt hex-Code.
.myTextColor { color: #E6D996; }
<p style="color:#E6D996">This sample text font color is #E6D996.</p>
Die Farbe dieses Textes ist #E6D996.
.myBgColor { background-color: #E6D996; }
<div style="background-color:#E6D996">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #E6D996.
.myBorderColor { border: 1px solid #E6D996; }
<div style="border:3px solid #E6D996">Div</div>
Die Grenzen von diesem div sind in Farbe #E6D996.
.myOpacity80 { color: #E6D996; opacity: 0.8; }
<p style="color:#E6D996;opacity:0.8;">80%</p>
Text in Farbe #E6D996 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E6D996;}
<p style="text-shadow: 3px 3px 1px #E6D996">Text here.</p>
Dieser Text hat den Schatten in Farbe #E6D996.
.textShadow {text-shadow: 3px 3px 1px #E6D996, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E6D996, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #E6D996 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E6D996, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E6D996, Direction=45, Strength=4)">Text</p>
This text has shadow with #E6D996 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #E6D996; -webkit-box-shadow: 1px 1px 3px 2px #E6D996; box-shadow: 1px 1px 3px 2px #E6D996; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #E6D996; -webkit-box-shadow: 1px 1px 3px 2px #E6D996; box-shadow:1px 1px 3px 2px #E6D996;">
Div content here</div>
Dieser Text ist in der Farbe #E6D996 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #E6D996 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #E6D996.
Dieser Text ist weiß auf dem Hintergrund in Farbe #E6D996.