HEX: #E6D6BE
RGB: (230,214,190)
#E6D6BE enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #E6D6BE ist eine «websichere» Webfarbe #CCCCCC (oder kurz #CCC).
Die Farbe #E6D6BE wird in RGB als (230,214,190) definiert.
RGB: (230,214,190)
(90%, 84%, 75%)
R 230 von 255 = 90%
G 214 von 255 = 84%
B 190 von 255 = 75%
R + G + B ~ 83%. #E6D6BE ziemlich helle Farbe.
R + G + B = 230 + 214 + 190 = 634 (100%)
R 230 von 634 ~ 36.28%
G 214 von 634 ~ 33.75%
B 190 von 634 ~ 29.97'%
Die Farbe #E6D6BE wird in CMYK als (0,7,17,10) definiert.
CMYK: (0,7,17,10) C0M7Y17K10 (0%,7%,17%,10%) (0.00/0.07/0.17/0.10)
Farbe #E6D6BE in den populären Farbmodellen.
E6 | D6 | BE | |
---|---|---|---|
RGB | 230 | 214 | 190 |
HSL | 36° | 44.44% | 82.35% |
HSB/HSV | 36° | 17.39% | 90.20% |
CMYK | 0.00% | 6.96% | 17.39% |
9.80% |
Die Farbe #E6D6BE in den populären Zahlensystemen.
Hexadezimal | E6 | D6 | BE |
Dezimal | 230 | 214 | 190 |
Binär | 11100110 | 11010110 | 10111110 |
Oktal | 346 | 326 | 276 |
Dunkle Töne der Farbe #E6D6BE
Helle Töne der Farbe #E6D6BE
Beispiele css- und html für Elemente in der Farbe #E6D6BE. Bitte benutzen Sie auch rgb(230,214,190) statt hex-Code.
.myTextColor { color: #E6D6BE; }
<p style="color:#E6D6BE">This sample text font color is #E6D6BE.</p>
Die Farbe dieses Textes ist #E6D6BE.
.myBgColor { background-color: #E6D6BE; }
<div style="background-color:#E6D6BE">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #E6D6BE.
.myBorderColor { border: 1px solid #E6D6BE; }
<div style="border:3px solid #E6D6BE">Div</div>
Die Grenzen von diesem div sind in Farbe #E6D6BE.
.myOpacity80 { color: #E6D6BE; opacity: 0.8; }
<p style="color:#E6D6BE;opacity:0.8;">80%</p>
Text in Farbe #E6D6BE und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E6D6BE;}
<p style="text-shadow: 3px 3px 1px #E6D6BE">Text here.</p>
Dieser Text hat den Schatten in Farbe #E6D6BE.
.textShadow {text-shadow: 3px 3px 1px #E6D6BE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E6D6BE, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #E6D6BE und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E6D6BE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E6D6BE, Direction=45, Strength=4)">Text</p>
This text has shadow with #E6D6BE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E6D6BE;
-webkit-box-shadow: 1px 1px 3px 2px #E6D6BE;
box-shadow: 1px 1px 3px 2px #E6D6BE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E6D6BE; -webkit-box-shadow: 1px 1px 3px 2px #E6D6BE; box-shadow:1px 1px 3px 2px #E6D6BE;">
Div content here
</div>
Dieser Text ist in der Farbe #E6D6BE auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #E6D6BE auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #E6D6BE.
Dieser Text ist weiß auf dem Hintergrund in Farbe #E6D6BE.
Kontrastfarbe für #hex ist #192941.