HEX: #E6E4FB
RGB: (230,228,251)
#E6E4FB enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #E6E4FB ist eine «websichere» Webfarbe #CCCCFF (oder kurz #CCF).
Die Farbe #E6E4FB wird in RGB als (230,228,251) definiert.
RGB: (230,228,251)
(90%, 89%, 98%)
R 230 von 255 = 90%
G 228 von 255 = 89%
B 251 von 255 = 98%
R + G + B ~ 92%. #E6E4FB helle Farbe.
R + G + B = 230 + 228 + 251 = 709 (100%)
R 230 von 709 ~ 32.44%
G 228 von 709 ~ 32.16%
B 251 von 709 ~ 35.4'%
Die Farbe #E6E4FB wird in CMYK als (8,9,0,2) definiert.
CMYK: (8,9,0,2)
C8M9Y0K2 (8%, 9%, 0%, 2%)
(0.08 / 0.09 / 0.00 / 0.02)
Farbe #E6E4FB in den populären Farbmodellen.
E6 | E4 | FB | |
---|---|---|---|
RGB | 230 | 228 | 251 |
HSL | 245° | 74.19% | 93.92% |
HSB/HSV | 245° | 9.16% | 98.43% |
CMYK | 8.37% | 9.16% | 0.00% |
1.57% |
Die Farbe #E6E4FB in den populären Zahlensystemen.
Hexadezimal | E6 | E4 | FB |
Dezimal | 230 | 228 | 251 |
Binär | 11100110 | 11100100 | 11111011 |
Oktal | 346 | 344 | 373 |
Dunkle Töne der Farbe #E6E4FB
Helle Töne der Farbe #E6E4FB
Beispiele css- und html für Elemente in der Farbe #E6E4FB. Bitte benutzen Sie auch rgb(230,228,251) statt hex-Code.
.myTextColor { color: #E6E4FB; }
<p style="color:#E6E4FB">This sample text font color is #E6E4FB.</p>
Die Farbe dieses Textes ist #E6E4FB.
.myBgColor { background-color: #E6E4FB; }
<div style="background-color:#E6E4FB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #E6E4FB.
.myBorderColor { border: 1px solid #E6E4FB; }
<div style="border:3px solid #E6E4FB">Div</div>
Die Grenzen von diesem div sind in Farbe #E6E4FB.
.myOpacity80 { color: #E6E4FB; opacity: 0.8; }
<p style="color:#E6E4FB;opacity:0.8;">80%</p>
Text in Farbe #E6E4FB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E6E4FB;}
<p style="text-shadow: 3px 3px 1px #E6E4FB">Text here.</p>
Dieser Text hat den Schatten in Farbe #E6E4FB.
.textShadow {text-shadow: 3px 3px 1px #E6E4FB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E6E4FB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #E6E4FB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E6E4FB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E6E4FB, Direction=45, Strength=4)">Text</p>
This text has shadow with #E6E4FB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #E6E4FB;
-webkit-box-shadow: 1px 1px 3px 2px #E6E4FB;
box-shadow: 1px 1px 3px 2px #E6E4FB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #E6E4FB; -webkit-box-shadow: 1px 1px 3px 2px #E6E4FB; box-shadow:1px 1px 3px 2px #E6E4FB;">
Div content here
</div>
Dieser Text ist in der Farbe #E6E4FB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #E6E4FB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #E6E4FB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #E6E4FB.
Kontrastfarbe für #hex ist #191B04.