HEX: #E5C3AB
RGB: (229,195,171)
#E5C3AB enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #E5C3AB ist eine «websichere» Webfarbe #CCCC99 (oder kurz #CC9).
Die Farbe #E5C3AB wird in RGB als (229,195,171) definiert.
RGB: (229,195,171) (90%,76%,67%)
R 229 von 255 = 90%
G 195 von 255 = 76%
B 171 von 255 = 67%
R + G + B ~ 78%. #E5C3AB ziemlich helle Farbe.
R + G + B =
229 + 195 + 171 = 595 (100%)
R 229 von 595 ~ 38.49%
G 195 von 595 ~ 32.77%
B 171 von 595 ~ 28.74%
Die Farbe #E5C3AB wird in CMYK als (0,15,25,10) definiert.
CMYK: (0,15,25,10) C0M15Y25K10 (0%,15%,25%,10%) (0.00/0.15/0.25/0.10)
E5 | C3 | AB | |
---|---|---|---|
RGB | 229 | 195 | 171 |
HSL | 25° | 52.73% | 78.43% |
HSB/HSV | 25° | 25.33% | 89.80% |
CMYK | 0.00% | 14.85% | 25.33% |
10.20% |
Hexadezimal | E5 | C3 | AB |
Dezimal | 229 | 195 | 171 |
Binär | 11100101 | 11000011 | 10101011 |
Oktal | 345 | 303 | 253 |
Beispiele css- und html für Elemente in der Farbe #E5C3AB. Bitte benutzen Sie auch rgb(229,195,171) statt hex-Code.
.myTextColor { color: #E5C3AB; }
<p style="color:#E5C3AB">This sample text font color is #E5C3AB.</p>
Die Farbe dieses Textes ist #E5C3AB.
.myBgColor { background-color: #E5C3AB; }
<div style="background-color:#E5C3AB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #E5C3AB.
.myBorderColor { border: 1px solid #E5C3AB; }
<div style="border:3px solid #E5C3AB">Div</div>
Die Grenzen von diesem div sind in Farbe #E5C3AB.
.myOpacity80 { color: #E5C3AB; opacity: 0.8; }
<p style="color:#E5C3AB;opacity:0.8;">80%</p>
Text in Farbe #E5C3AB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E5C3AB;}
<p style="text-shadow: 3px 3px 1px #E5C3AB">Text here.</p>
Dieser Text hat den Schatten in Farbe #E5C3AB.
.textShadow {text-shadow: 3px 3px 1px #E5C3AB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E5C3AB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #E5C3AB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E5C3AB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E5C3AB, Direction=45, Strength=4)">Text</p>
This text has shadow with #E5C3AB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #E5C3AB; -webkit-box-shadow: 1px 1px 3px 2px #E5C3AB; box-shadow: 1px 1px 3px 2px #E5C3AB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #E5C3AB; -webkit-box-shadow: 1px 1px 3px 2px #E5C3AB; box-shadow:1px 1px 3px 2px #E5C3AB;">
Div content here</div>
Dieser Text ist in der Farbe #E5C3AB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #E5C3AB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #E5C3AB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #E5C3AB.