HEX: #E5F1DB
RGB: (229,241,219)
#E5F1DB enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #E5F1DB ist eine «websichere» Webfarbe #CCFFCC (oder kurz #CFC).
Die Farbe #E5F1DB wird in RGB als (229,241,219) definiert.
RGB: (229,241,219)
(90%, 95%, 86%)
R 229 von 255 = 90%
G 241 von 255 = 95%
B 219 von 255 = 86%
R + G + B ~ 90%. #E5F1DB helle Farbe.
R + G + B = 229 + 241 + 219 = 689 (100%)
R 229 von 689 ~ 33.24%
G 241 von 689 ~ 34.98%
B 219 von 689 ~ 31.79'%
Die Farbe #E5F1DB wird in CMYK als (5,0,9,5) definiert.
CMYK: (5,0,9,5) C5M0Y9K5 (5%,0%,9%,5%) (0.05/0.00/0.09/0.05)
Farbe #E5F1DB in den populären Farbmodellen.
E5 | F1 | DB | |
---|---|---|---|
RGB | 229 | 241 | 219 |
HSL | 93° | 44.00% | 90.20% |
HSB/HSV | 93° | 9.13% | 94.51% |
CMYK | 4.98% | 0.00% | 9.13% |
5.49% |
Die Farbe #E5F1DB in den populären Zahlensystemen.
Hexadezimal | E5 | F1 | DB |
Dezimal | 229 | 241 | 219 |
Binär | 11100101 | 11110001 | 11011011 |
Oktal | 345 | 361 | 333 |
Dunkle Töne der Farbe #E5F1DB
Helle Töne der Farbe #E5F1DB
Beispiele css- und html für Elemente in der Farbe #E5F1DB. Bitte benutzen Sie auch rgb(229,241,219) statt hex-Code.
.myTextColor { color: #E5F1DB; }
<p style="color:#E5F1DB">This sample text font color is #E5F1DB.</p>
Die Farbe dieses Textes ist #E5F1DB.
.myBgColor { background-color: #E5F1DB; }
<div style="background-color:#E5F1DB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #E5F1DB.
.myBorderColor { border: 1px solid #E5F1DB; }
<div style="border:3px solid #E5F1DB">Div</div>
Die Grenzen von diesem div sind in Farbe #E5F1DB.
.myOpacity80 { color: #E5F1DB; opacity: 0.8; }
<p style="color:#E5F1DB;opacity:0.8;">80%</p>
Text in Farbe #E5F1DB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E5F1DB;}
<p style="text-shadow: 3px 3px 1px #E5F1DB">Text here.</p>
Dieser Text hat den Schatten in Farbe #E5F1DB.
.textShadow {text-shadow: 3px 3px 1px #E5F1DB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E5F1DB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #E5F1DB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E5F1DB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E5F1DB, Direction=45, Strength=4)">Text</p>
This text has shadow with #E5F1DB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E5F1DB;
-webkit-box-shadow: 1px 1px 3px 2px #E5F1DB;
box-shadow: 1px 1px 3px 2px #E5F1DB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E5F1DB; -webkit-box-shadow: 1px 1px 3px 2px #E5F1DB; box-shadow:1px 1px 3px 2px #E5F1DB;">
Div content here
</div>
Dieser Text ist in der Farbe #E5F1DB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #E5F1DB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #E5F1DB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #E5F1DB.
Kontrastfarbe für #hex ist #1A0E24.