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