HEX: #E6EBFF
RGB: (230,235,255)
#E6EBFF enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #E6EBFF ist eine «websichere» Webfarbe #CCFFFF (oder kurz #CFF).
Die Farbe #E6EBFF wird in RGB als (230,235,255) definiert.
RGB: (230,235,255) (90%,92%,100%)
R 230 von 255 = 90%
G 235 von 255 = 92%
B 255 von 255 = 100%
R + G + B ~ 94%. #E6EBFF helle Farbe.
R + G + B =
230 + 235 + 255 = 720 (100%)
R 230 von 720 ~ 31.94%
G 235 von 720 ~ 32.64%
B 255 von 720 ~ 35.42%
Die Farbe #E6EBFF wird in CMYK als (10,8,0,0) definiert.
CMYK: (10,8,0,0) C10M8Y0K0 (10%,8%,0%,0%) (0.10/0.08/0.00/0.00)
E6 | EB | FF | |
---|---|---|---|
RGB | 230 | 235 | 255 |
HSL | 228° | 100.00% | 95.10% |
HSB/HSV | 228° | 9.80% | 100.00% |
CMYK | 9.80% | 7.84% | 0.00% |
0.00% |
Hexadezimal | E6 | EB | FF |
Dezimal | 230 | 235 | 255 |
Binär | 11100110 | 11101011 | 11111111 |
Oktal | 346 | 353 | 377 |
Beispiele css- und html für Elemente in der Farbe #E6EBFF. Bitte benutzen Sie auch rgb(230,235,255) statt hex-Code.
.myTextColor { color: #E6EBFF; }
<p style="color:#E6EBFF">This sample text font color is #E6EBFF.</p>
Die Farbe dieses Textes ist #E6EBFF.
.myBgColor { background-color: #E6EBFF; }
<div style="background-color:#E6EBFF">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #E6EBFF.
.myBorderColor { border: 1px solid #E6EBFF; }
<div style="border:3px solid #E6EBFF">Div</div>
Die Grenzen von diesem div sind in Farbe #E6EBFF.
.myOpacity80 { color: #E6EBFF; opacity: 0.8; }
<p style="color:#E6EBFF;opacity:0.8;">80%</p>
Text in Farbe #E6EBFF und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E6EBFF;}
<p style="text-shadow: 3px 3px 1px #E6EBFF">Text here.</p>
Dieser Text hat den Schatten in Farbe #E6EBFF.
.textShadow {text-shadow: 3px 3px 1px #E6EBFF, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E6EBFF, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #E6EBFF und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E6EBFF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E6EBFF, Direction=45, Strength=4)">Text</p>
This text has shadow with #E6EBFF and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #E6EBFF; -webkit-box-shadow: 1px 1px 3px 2px #E6EBFF; box-shadow: 1px 1px 3px 2px #E6EBFF; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #E6EBFF; -webkit-box-shadow: 1px 1px 3px 2px #E6EBFF; box-shadow:1px 1px 3px 2px #E6EBFF;">
Div content here</div>
Dieser Text ist in der Farbe #E6EBFF auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #E6EBFF auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #E6EBFF.
Dieser Text ist weiß auf dem Hintergrund in Farbe #E6EBFF.