HEX: #E6C2BB
RGB: (230,194,187)
#E6C2BB enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #E6C2BB ist eine «websichere» Webfarbe #CCCCCC (oder kurz #CCC).
Die Farbe #E6C2BB wird in RGB als (230,194,187) definiert.
RGB: (230,194,187) (90%,76%,73%)
R 230 von 255 = 90%
G 194 von 255 = 76%
B 187 von 255 = 73%
R + G + B ~ 80%. #E6C2BB ziemlich helle Farbe.
R + G + B =
230 + 194 + 187 = 611 (100%)
R 230 von 611 ~ 37.64%
G 194 von 611 ~ 31.75%
B 187 von 611 ~ 30.61%
Die Farbe #E6C2BB wird in CMYK als (0,16,19,10) definiert.
CMYK: (0,16,19,10) C0M16Y19K10 (0%,16%,19%,10%) (0.00/0.16/0.19/0.10)
E6 | C2 | BB | |
---|---|---|---|
RGB | 230 | 194 | 187 |
HSL | 10° | 46.24% | 81.76% |
HSB/HSV | 10° | 18.70% | 90.20% |
CMYK | 0.00% | 15.65% | 18.70% |
9.80% |
Hexadezimal | E6 | C2 | BB |
Dezimal | 230 | 194 | 187 |
Binär | 11100110 | 11000010 | 10111011 |
Oktal | 346 | 302 | 273 |
Beispiele css- und html für Elemente in der Farbe #E6C2BB. Bitte benutzen Sie auch rgb(230,194,187) statt hex-Code.
.myTextColor { color: #E6C2BB; }
<p style="color:#E6C2BB">This sample text font color is #E6C2BB.</p>
Die Farbe dieses Textes ist #E6C2BB.
.myBgColor { background-color: #E6C2BB; }
<div style="background-color:#E6C2BB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #E6C2BB.
.myBorderColor { border: 1px solid #E6C2BB; }
<div style="border:3px solid #E6C2BB">Div</div>
Die Grenzen von diesem div sind in Farbe #E6C2BB.
.myOpacity80 { color: #E6C2BB; opacity: 0.8; }
<p style="color:#E6C2BB;opacity:0.8;">80%</p>
Text in Farbe #E6C2BB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E6C2BB;}
<p style="text-shadow: 3px 3px 1px #E6C2BB">Text here.</p>
Dieser Text hat den Schatten in Farbe #E6C2BB.
.textShadow {text-shadow: 3px 3px 1px #E6C2BB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E6C2BB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #E6C2BB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E6C2BB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E6C2BB, Direction=45, Strength=4)">Text</p>
This text has shadow with #E6C2BB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #E6C2BB; -webkit-box-shadow: 1px 1px 3px 2px #E6C2BB; box-shadow: 1px 1px 3px 2px #E6C2BB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #E6C2BB; -webkit-box-shadow: 1px 1px 3px 2px #E6C2BB; box-shadow:1px 1px 3px 2px #E6C2BB;">
Div content here</div>
Dieser Text ist in der Farbe #E6C2BB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #E6C2BB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #E6C2BB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #E6C2BB.