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