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