HEX: #E6C89B
RGB: (230,200,155)
#E6C89B enthält hauptsächlich rote und grüne Farbe. Für #E6C89B ist eine «websichere» Webfarbe #CCCC99 (oder kurz #CC9).
Die Farbe #E6C89B wird in RGB als (230,200,155) definiert.
RGB: (230,200,155) (90%,78%,61%)
R 230 von 255 = 90%
G 200 von 255 = 78%
B 155 von 255 = 61%
R + G + B ~ 76%. #E6C89B ziemlich helle Farbe.
R + G + B =
230 + 200 + 155 = 585 (100%)
R 230 von 585 ~ 39.32%
G 200 von 585 ~ 34.19%
B 155 von 585 ~ 26.5%
Die Farbe #E6C89B wird in CMYK als (0,13,33,10) definiert.
CMYK: (0,13,33,10) C0M13Y33K10 (0%,13%,33%,10%) (0.00/0.13/0.33/0.10)
E6 | C8 | 9B | |
---|---|---|---|
RGB | 230 | 200 | 155 |
HSL | 36° | 60.00% | 75.49% |
HSB/HSV | 36° | 32.61% | 90.20% |
CMYK | 0.00% | 13.04% | 32.61% |
9.80% |
Hexadezimal | E6 | C8 | 9B |
Dezimal | 230 | 200 | 155 |
Binär | 11100110 | 11001000 | 10011011 |
Oktal | 346 | 310 | 233 |
Beispiele css- und html für Elemente in der Farbe #E6C89B. Bitte benutzen Sie auch rgb(230,200,155) statt hex-Code.
.myTextColor { color: #E6C89B; }
<p style="color:#E6C89B">This sample text font color is #E6C89B.</p>
Die Farbe dieses Textes ist #E6C89B.
.myBgColor { background-color: #E6C89B; }
<div style="background-color:#E6C89B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #E6C89B.
.myBorderColor { border: 1px solid #E6C89B; }
<div style="border:3px solid #E6C89B">Div</div>
Die Grenzen von diesem div sind in Farbe #E6C89B.
.myOpacity80 { color: #E6C89B; opacity: 0.8; }
<p style="color:#E6C89B;opacity:0.8;">80%</p>
Text in Farbe #E6C89B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E6C89B;}
<p style="text-shadow: 3px 3px 1px #E6C89B">Text here.</p>
Dieser Text hat den Schatten in Farbe #E6C89B.
.textShadow {text-shadow: 3px 3px 1px #E6C89B, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E6C89B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #E6C89B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E6C89B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E6C89B, Direction=45, Strength=4)">Text</p>
This text has shadow with #E6C89B and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #E6C89B; -webkit-box-shadow: 1px 1px 3px 2px #E6C89B; box-shadow: 1px 1px 3px 2px #E6C89B; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #E6C89B; -webkit-box-shadow: 1px 1px 3px 2px #E6C89B; box-shadow:1px 1px 3px 2px #E6C89B;">
Div content here</div>
Dieser Text ist in der Farbe #E6C89B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #E6C89B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #E6C89B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #E6C89B.