HEX: #E6E5EE
RGB: (230,229,238)
#E6E5EE enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #E6E5EE ist eine «websichere» Webfarbe #CCCCFF (oder kurz #CCF).
Die Farbe #E6E5EE wird in RGB als (230,229,238) definiert.
RGB: (230,229,238) (90%,90%,93%)
R 230 von 255 = 90%
G 229 von 255 = 90%
B 238 von 255 = 93%
R + G + B ~ 91%. #E6E5EE helle Farbe.
R + G + B =
230 + 229 + 238 = 697 (100%)
R 230 von 697 ~ 33%
G 229 von 697 ~ 32.86%
B 238 von 697 ~ 34.15%
Die Farbe #E6E5EE wird in CMYK als (3,4,0,7) definiert.
CMYK: (3,4,0,7) C3M4Y0K7 (3%,4%,0%,7%) (0.03/0.04/0.00/0.07)
E6 | E5 | EE | |
---|---|---|---|
RGB | 230 | 229 | 238 |
HSL | 247° | 20.93% | 91.57% |
HSB/HSV | 247° | 3.78% | 93.33% |
CMYK | 3.36% | 3.78% | 0.00% |
6.67% |
Hexadezimal | E6 | E5 | EE |
Dezimal | 230 | 229 | 238 |
Binär | 11100110 | 11100101 | 11101110 |
Oktal | 346 | 345 | 356 |
Beispiele css- und html für Elemente in der Farbe #E6E5EE. Bitte benutzen Sie auch rgb(230,229,238) statt hex-Code.
.myTextColor { color: #E6E5EE; }
<p style="color:#E6E5EE">This sample text font color is #E6E5EE.</p>
Die Farbe dieses Textes ist #E6E5EE.
.myBgColor { background-color: #E6E5EE; }
<div style="background-color:#E6E5EE">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #E6E5EE.
.myBorderColor { border: 1px solid #E6E5EE; }
<div style="border:3px solid #E6E5EE">Div</div>
Die Grenzen von diesem div sind in Farbe #E6E5EE.
.myOpacity80 { color: #E6E5EE; opacity: 0.8; }
<p style="color:#E6E5EE;opacity:0.8;">80%</p>
Text in Farbe #E6E5EE und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E6E5EE;}
<p style="text-shadow: 3px 3px 1px #E6E5EE">Text here.</p>
Dieser Text hat den Schatten in Farbe #E6E5EE.
.textShadow {text-shadow: 3px 3px 1px #E6E5EE, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E6E5EE, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #E6E5EE und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E6E5EE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E6E5EE, Direction=45, Strength=4)">Text</p>
This text has shadow with #E6E5EE and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #E6E5EE; -webkit-box-shadow: 1px 1px 3px 2px #E6E5EE; box-shadow: 1px 1px 3px 2px #E6E5EE; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #E6E5EE; -webkit-box-shadow: 1px 1px 3px 2px #E6E5EE; box-shadow:1px 1px 3px 2px #E6E5EE;">
Div content here</div>
Dieser Text ist in der Farbe #E6E5EE auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #E6E5EE auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #E6E5EE.
Dieser Text ist weiß auf dem Hintergrund in Farbe #E6E5EE.