HEX: #E2EBEE
RGB: (226,235,238)
#E2EBEE enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #E2EBEE ist eine «websichere» Webfarbe #CCFFFF (oder kurz #CFF).
Die Farbe #E2EBEE wird in RGB als (226,235,238) definiert.
RGB: (226,235,238) (89%,92%,93%)
R 226 von 255 = 89%
G 235 von 255 = 92%
B 238 von 255 = 93%
R + G + B ~ 91%. #E2EBEE helle Farbe.
R + G + B =
226 + 235 + 238 = 699 (100%)
R 226 von 699 ~ 32.33%
G 235 von 699 ~ 33.62%
B 238 von 699 ~ 34.05%
Die Farbe #E2EBEE wird in CMYK als (5,1,0,7) definiert.
CMYK: (5,1,0,7) C5M1Y0K7 (5%,1%,0%,7%) (0.05/0.01/0.00/0.07)
E2 | EB | EE | |
---|---|---|---|
RGB | 226 | 235 | 238 |
HSL | 195° | 26.09% | 90.98% |
HSB/HSV | 195° | 5.04% | 93.33% |
CMYK | 5.04% | 1.26% | 0.00% |
6.67% |
Hexadezimal | E2 | EB | EE |
Dezimal | 226 | 235 | 238 |
Binär | 11100010 | 11101011 | 11101110 |
Oktal | 342 | 353 | 356 |
Beispiele css- und html für Elemente in der Farbe #E2EBEE. Bitte benutzen Sie auch rgb(226,235,238) statt hex-Code.
.myTextColor { color: #E2EBEE; }
<p style="color:#E2EBEE">This sample text font color is #E2EBEE.</p>
Die Farbe dieses Textes ist #E2EBEE.
.myBgColor { background-color: #E2EBEE; }
<div style="background-color:#E2EBEE">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #E2EBEE.
.myBorderColor { border: 1px solid #E2EBEE; }
<div style="border:3px solid #E2EBEE">Div</div>
Die Grenzen von diesem div sind in Farbe #E2EBEE.
.myOpacity80 { color: #E2EBEE; opacity: 0.8; }
<p style="color:#E2EBEE;opacity:0.8;">80%</p>
Text in Farbe #E2EBEE und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E2EBEE;}
<p style="text-shadow: 3px 3px 1px #E2EBEE">Text here.</p>
Dieser Text hat den Schatten in Farbe #E2EBEE.
.textShadow {text-shadow: 3px 3px 1px #E2EBEE, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E2EBEE, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #E2EBEE und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E2EBEE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E2EBEE, Direction=45, Strength=4)">Text</p>
This text has shadow with #E2EBEE and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #E2EBEE; -webkit-box-shadow: 1px 1px 3px 2px #E2EBEE; box-shadow: 1px 1px 3px 2px #E2EBEE; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #E2EBEE; -webkit-box-shadow: 1px 1px 3px 2px #E2EBEE; box-shadow:1px 1px 3px 2px #E2EBEE;">
Div content here</div>
Dieser Text ist in der Farbe #E2EBEE auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #E2EBEE auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #E2EBEE.
Dieser Text ist weiß auf dem Hintergrund in Farbe #E2EBEE.