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