HEX: #E6EFDB
RGB: (230,239,219)
#E6EFDB enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #E6EFDB ist eine «websichere» Webfarbe #CCFFCC (oder kurz #CFC).
Die Farbe #E6EFDB wird in RGB als (230,239,219) definiert.
RGB: (230,239,219)
(90%, 94%, 86%)
R 230 von 255 = 90%
G 239 von 255 = 94%
B 219 von 255 = 86%
R + G + B ~ 90%. #E6EFDB helle Farbe.
R + G + B = 230 + 239 + 219 = 688 (100%)
R 230 von 688 ~ 33.43%
G 239 von 688 ~ 34.74%
B 219 von 688 ~ 31.83'%
Die Farbe #E6EFDB wird in CMYK als (4,0,8,6) definiert.
CMYK: (4,0,8,6)
C4M0Y8K6 (4%, 0%, 8%, 6%)
(0.04 / 0.00 / 0.08 / 0.06)
Farbe #E6EFDB in den populären Farbmodellen.
E6 | EF | DB | |
---|---|---|---|
RGB | 230 | 239 | 219 |
HSL | 87° | 38.46% | 89.80% |
HSB/HSV | 87° | 8.37% | 93.73% |
CMYK | 3.77% | 0.00% | 8.37% |
6.27% |
Die Farbe #E6EFDB in den populären Zahlensystemen.
Hexadezimal | E6 | EF | DB |
Dezimal | 230 | 239 | 219 |
Binär | 11100110 | 11101111 | 11011011 |
Oktal | 346 | 357 | 333 |
Dunkle Töne der Farbe #E6EFDB
Helle Töne der Farbe #E6EFDB
Beispiele css- und html für Elemente in der Farbe #E6EFDB. Bitte benutzen Sie auch rgb(230,239,219) statt hex-Code.
.myTextColor { color: #E6EFDB; }
<p style="color:#E6EFDB">This sample text font color is #E6EFDB.</p>
Die Farbe dieses Textes ist #E6EFDB.
.myBgColor { background-color: #E6EFDB; }
<div style="background-color:#E6EFDB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #E6EFDB.
.myBorderColor { border: 1px solid #E6EFDB; }
<div style="border:3px solid #E6EFDB">Div</div>
Die Grenzen von diesem div sind in Farbe #E6EFDB.
.myOpacity80 { color: #E6EFDB; opacity: 0.8; }
<p style="color:#E6EFDB;opacity:0.8;">80%</p>
Text in Farbe #E6EFDB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E6EFDB;}
<p style="text-shadow: 3px 3px 1px #E6EFDB">Text here.</p>
Dieser Text hat den Schatten in Farbe #E6EFDB.
.textShadow {text-shadow: 3px 3px 1px #E6EFDB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E6EFDB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #E6EFDB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E6EFDB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E6EFDB, Direction=45, Strength=4)">Text</p>
This text has shadow with #E6EFDB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E6EFDB;
-webkit-box-shadow: 1px 1px 3px 2px #E6EFDB;
box-shadow: 1px 1px 3px 2px #E6EFDB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E6EFDB; -webkit-box-shadow: 1px 1px 3px 2px #E6EFDB; box-shadow:1px 1px 3px 2px #E6EFDB;">
Div content here
</div>
Dieser Text ist in der Farbe #E6EFDB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #E6EFDB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #E6EFDB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #E6EFDB.
Kontrastfarbe für #hex ist #191024.