HEX: #E9EDDB
RGB: (233,237,219)
#E9EDDB enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #E9EDDB ist eine «websichere» Webfarbe #FFFFCC (oder kurz #FFC).
Die Farbe #E9EDDB wird in RGB als (233,237,219) definiert.
RGB: (233,237,219) (91%,93%,86%)
R 233 von 255 = 91%
G 237 von 255 = 93%
B 219 von 255 = 86%
R + G + B ~ 90%. #E9EDDB helle Farbe.
R + G + B =
233 + 237 + 219 = 689 (100%)
R 233 von 689 ~ 33.82%
G 237 von 689 ~ 34.4%
B 219 von 689 ~ 31.79%
Die Farbe #E9EDDB wird in CMYK als (2,0,8,7) definiert.
CMYK: (2,0,8,7) C2M0Y8K7 (2%,0%,8%,7%) (0.02/0.00/0.08/0.07)
E9 | ED | DB | |
---|---|---|---|
RGB | 233 | 237 | 219 |
HSL | 73° | 33.33% | 89.41% |
HSB/HSV | 73° | 7.59% | 92.94% |
CMYK | 1.69% | 0.00% | 7.59% |
7.06% |
Hexadezimal | E9 | ED | DB |
Dezimal | 233 | 237 | 219 |
Binär | 11101001 | 11101101 | 11011011 |
Oktal | 351 | 355 | 333 |
Beispiele css- und html für Elemente in der Farbe #E9EDDB. Bitte benutzen Sie auch rgb(233,237,219) statt hex-Code.
.myTextColor { color: #E9EDDB; }
<p style="color:#E9EDDB">This sample text font color is #E9EDDB.</p>
Die Farbe dieses Textes ist #E9EDDB.
.myBgColor { background-color: #E9EDDB; }
<div style="background-color:#E9EDDB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #E9EDDB.
.myBorderColor { border: 1px solid #E9EDDB; }
<div style="border:3px solid #E9EDDB">Div</div>
Die Grenzen von diesem div sind in Farbe #E9EDDB.
.myOpacity80 { color: #E9EDDB; opacity: 0.8; }
<p style="color:#E9EDDB;opacity:0.8;">80%</p>
Text in Farbe #E9EDDB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E9EDDB;}
<p style="text-shadow: 3px 3px 1px #E9EDDB">Text here.</p>
Dieser Text hat den Schatten in Farbe #E9EDDB.
.textShadow {text-shadow: 3px 3px 1px #E9EDDB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E9EDDB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #E9EDDB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E9EDDB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E9EDDB, Direction=45, Strength=4)">Text</p>
This text has shadow with #E9EDDB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #E9EDDB; -webkit-box-shadow: 1px 1px 3px 2px #E9EDDB; box-shadow: 1px 1px 3px 2px #E9EDDB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #E9EDDB; -webkit-box-shadow: 1px 1px 3px 2px #E9EDDB; box-shadow:1px 1px 3px 2px #E9EDDB;">
Div content here</div>
Dieser Text ist in der Farbe #E9EDDB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #E9EDDB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #E9EDDB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #E9EDDB.