HEX: #E9DBF2
RGB: (233,219,242)
#E9DBF2 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #E9DBF2 ist eine «websichere» Webfarbe #FFCCFF (oder kurz #FCF).
Die Farbe #E9DBF2 wird in RGB als (233,219,242) definiert.
RGB: (233,219,242) (91%,86%,95%)
R 233 von 255 = 91%
G 219 von 255 = 86%
B 242 von 255 = 95%
R + G + B ~ 91%. #E9DBF2 helle Farbe.
R + G + B =
233 + 219 + 242 = 694 (100%)
R 233 von 694 ~ 33.57%
G 219 von 694 ~ 31.56%
B 242 von 694 ~ 34.87%
Die Farbe #E9DBF2 wird in CMYK als (4,10,0,5) definiert.
CMYK: (4,10,0,5) C4M10Y0K5 (4%,10%,0%,5%) (0.04/0.10/0.00/0.05)
E9 | DB | F2 | |
---|---|---|---|
RGB | 233 | 219 | 242 |
HSL | 277° | 46.94% | 90.39% |
HSB/HSV | 277° | 9.50% | 94.90% |
CMYK | 3.72% | 9.50% | 0.00% |
5.10% |
Hexadezimal | E9 | DB | F2 |
Dezimal | 233 | 219 | 242 |
Binär | 11101001 | 11011011 | 11110010 |
Oktal | 351 | 333 | 362 |
Beispiele css- und html für Elemente in der Farbe #E9DBF2. Bitte benutzen Sie auch rgb(233,219,242) statt hex-Code.
.myTextColor { color: #E9DBF2; }
<p style="color:#E9DBF2">This sample text font color is #E9DBF2.</p>
Die Farbe dieses Textes ist #E9DBF2.
.myBgColor { background-color: #E9DBF2; }
<div style="background-color:#E9DBF2">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #E9DBF2.
.myBorderColor { border: 1px solid #E9DBF2; }
<div style="border:3px solid #E9DBF2">Div</div>
Die Grenzen von diesem div sind in Farbe #E9DBF2.
.myOpacity80 { color: #E9DBF2; opacity: 0.8; }
<p style="color:#E9DBF2;opacity:0.8;">80%</p>
Text in Farbe #E9DBF2 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E9DBF2;}
<p style="text-shadow: 3px 3px 1px #E9DBF2">Text here.</p>
Dieser Text hat den Schatten in Farbe #E9DBF2.
.textShadow {text-shadow: 3px 3px 1px #E9DBF2, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E9DBF2, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #E9DBF2 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E9DBF2, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E9DBF2, Direction=45, Strength=4)">Text</p>
This text has shadow with #E9DBF2 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #E9DBF2; -webkit-box-shadow: 1px 1px 3px 2px #E9DBF2; box-shadow: 1px 1px 3px 2px #E9DBF2; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #E9DBF2; -webkit-box-shadow: 1px 1px 3px 2px #E9DBF2; box-shadow:1px 1px 3px 2px #E9DBF2;">
Div content here</div>
Dieser Text ist in der Farbe #E9DBF2 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #E9DBF2 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #E9DBF2.
Dieser Text ist weiß auf dem Hintergrund in Farbe #E9DBF2.