HEX: #E7B9AB
RGB: (231,185,171)
#E7B9AB enthält hauptsächlich rote und grüne Farbe. Für #E7B9AB ist eine «websichere» Webfarbe #FFCC99 (oder kurz #FC9).
Die Farbe #E7B9AB wird in RGB als (231,185,171) definiert.
RGB: (231,185,171) (91%,73%,67%)
R 231 von 255 = 91%
G 185 von 255 = 73%
B 171 von 255 = 67%
R + G + B ~ 77%. #E7B9AB ziemlich helle Farbe.
R + G + B =
231 + 185 + 171 = 587 (100%)
R 231 von 587 ~ 39.35%
G 185 von 587 ~ 31.52%
B 171 von 587 ~ 29.13%
Die Farbe #E7B9AB wird in CMYK als (0,20,26,9) definiert.
CMYK: (0,20,26,9) C0M20Y26K9 (0%,20%,26%,9%) (0.00/0.20/0.26/0.09)
E7 | B9 | AB | |
---|---|---|---|
RGB | 231 | 185 | 171 |
HSL | 14° | 55.56% | 78.82% |
HSB/HSV | 14° | 25.97% | 90.59% |
CMYK | 0.00% | 19.91% | 25.97% |
9.41% |
Hexadezimal | E7 | B9 | AB |
Dezimal | 231 | 185 | 171 |
Binär | 11100111 | 10111001 | 10101011 |
Oktal | 347 | 271 | 253 |
Beispiele css- und html für Elemente in der Farbe #E7B9AB. Bitte benutzen Sie auch rgb(231,185,171) statt hex-Code.
.myTextColor { color: #E7B9AB; }
<p style="color:#E7B9AB">This sample text font color is #E7B9AB.</p>
Die Farbe dieses Textes ist #E7B9AB.
.myBgColor { background-color: #E7B9AB; }
<div style="background-color:#E7B9AB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #E7B9AB.
.myBorderColor { border: 1px solid #E7B9AB; }
<div style="border:3px solid #E7B9AB">Div</div>
Die Grenzen von diesem div sind in Farbe #E7B9AB.
.myOpacity80 { color: #E7B9AB; opacity: 0.8; }
<p style="color:#E7B9AB;opacity:0.8;">80%</p>
Text in Farbe #E7B9AB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E7B9AB;}
<p style="text-shadow: 3px 3px 1px #E7B9AB">Text here.</p>
Dieser Text hat den Schatten in Farbe #E7B9AB.
.textShadow {text-shadow: 3px 3px 1px #E7B9AB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E7B9AB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #E7B9AB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E7B9AB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E7B9AB, Direction=45, Strength=4)">Text</p>
This text has shadow with #E7B9AB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #E7B9AB; -webkit-box-shadow: 1px 1px 3px 2px #E7B9AB; box-shadow: 1px 1px 3px 2px #E7B9AB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #E7B9AB; -webkit-box-shadow: 1px 1px 3px 2px #E7B9AB; box-shadow:1px 1px 3px 2px #E7B9AB;">
Div content here</div>
Dieser Text ist in der Farbe #E7B9AB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #E7B9AB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #E7B9AB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #E7B9AB.