HEX: #E5EBDB
RGB: (229,235,219)
#E5EBDB enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #E5EBDB ist eine «websichere» Webfarbe #CCFFCC (oder kurz #CFC).
Die Farbe #E5EBDB wird in RGB als (229,235,219) definiert.
RGB: (229,235,219) (90%,92%,86%)
R 229 von 255 = 90%
G 235 von 255 = 92%
B 219 von 255 = 86%
R + G + B ~ 89%. #E5EBDB helle Farbe.
R + G + B =
229 + 235 + 219 = 683 (100%)
R 229 von 683 ~ 33.53%
G 235 von 683 ~ 34.41%
B 219 von 683 ~ 32.06%
Die Farbe #E5EBDB wird in CMYK als (3,0,7,8) definiert.
CMYK: (3,0,7,8) C3M0Y7K8 (3%,0%,7%,8%) (0.03/0.00/0.07/0.08)
E5 | EB | DB | |
---|---|---|---|
RGB | 229 | 235 | 219 |
HSL | 82° | 28.57% | 89.02% |
HSB/HSV | 82° | 6.81% | 92.16% |
CMYK | 2.55% | 0.00% | 6.81% |
7.84% |
Hexadezimal | E5 | EB | DB |
Dezimal | 229 | 235 | 219 |
Binär | 11100101 | 11101011 | 11011011 |
Oktal | 345 | 353 | 333 |
Beispiele css- und html für Elemente in der Farbe #E5EBDB. Bitte benutzen Sie auch rgb(229,235,219) statt hex-Code.
.myTextColor { color: #E5EBDB; }
<p style="color:#E5EBDB">This sample text font color is #E5EBDB.</p>
Die Farbe dieses Textes ist #E5EBDB.
.myBgColor { background-color: #E5EBDB; }
<div style="background-color:#E5EBDB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #E5EBDB.
.myBorderColor { border: 1px solid #E5EBDB; }
<div style="border:3px solid #E5EBDB">Div</div>
Die Grenzen von diesem div sind in Farbe #E5EBDB.
.myOpacity80 { color: #E5EBDB; opacity: 0.8; }
<p style="color:#E5EBDB;opacity:0.8;">80%</p>
Text in Farbe #E5EBDB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E5EBDB;}
<p style="text-shadow: 3px 3px 1px #E5EBDB">Text here.</p>
Dieser Text hat den Schatten in Farbe #E5EBDB.
.textShadow {text-shadow: 3px 3px 1px #E5EBDB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E5EBDB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #E5EBDB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E5EBDB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E5EBDB, Direction=45, Strength=4)">Text</p>
This text has shadow with #E5EBDB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #E5EBDB; -webkit-box-shadow: 1px 1px 3px 2px #E5EBDB; box-shadow: 1px 1px 3px 2px #E5EBDB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #E5EBDB; -webkit-box-shadow: 1px 1px 3px 2px #E5EBDB; box-shadow:1px 1px 3px 2px #E5EBDB;">
Div content here</div>
Dieser Text ist in der Farbe #E5EBDB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #E5EBDB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #E5EBDB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #E5EBDB.