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