HEX: #E6F6EC
RGB: (230,246,236)
#E6F6EC enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #E6F6EC ist eine «websichere» Webfarbe #CCFFFF (oder kurz #CFF).
Die Farbe #E6F6EC wird in RGB als (230,246,236) definiert.
RGB: (230,246,236) (90%,96%,93%)
R 230 von 255 = 90%
G 246 von 255 = 96%
B 236 von 255 = 93%
R + G + B ~ 93%. #E6F6EC helle Farbe.
R + G + B =
230 + 246 + 236 = 712 (100%)
R 230 von 712 ~ 32.3%
G 246 von 712 ~ 34.55%
B 236 von 712 ~ 33.15%
Die Farbe #E6F6EC wird in CMYK als (7,0,4,4) definiert.
CMYK: (7,0,4,4) C7M0Y4K4 (7%,0%,4%,4%) (0.07/0.00/0.04/0.04)
E6 | F6 | EC | |
---|---|---|---|
RGB | 230 | 246 | 236 |
HSL | 143° | 47.06% | 93.33% |
HSB/HSV | 143° | 6.50% | 96.47% |
CMYK | 6.50% | 0.00% | 4.07% |
3.53% |
Hexadezimal | E6 | F6 | EC |
Dezimal | 230 | 246 | 236 |
Binär | 11100110 | 11110110 | 11101100 |
Oktal | 346 | 366 | 354 |
Beispiele css- und html für Elemente in der Farbe #E6F6EC. Bitte benutzen Sie auch rgb(230,246,236) statt hex-Code.
.myTextColor { color: #E6F6EC; }
<p style="color:#E6F6EC">This sample text font color is #E6F6EC.</p>
Die Farbe dieses Textes ist #E6F6EC.
.myBgColor { background-color: #E6F6EC; }
<div style="background-color:#E6F6EC">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #E6F6EC.
.myBorderColor { border: 1px solid #E6F6EC; }
<div style="border:3px solid #E6F6EC">Div</div>
Die Grenzen von diesem div sind in Farbe #E6F6EC.
.myOpacity80 { color: #E6F6EC; opacity: 0.8; }
<p style="color:#E6F6EC;opacity:0.8;">80%</p>
Text in Farbe #E6F6EC und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E6F6EC;}
<p style="text-shadow: 3px 3px 1px #E6F6EC">Text here.</p>
Dieser Text hat den Schatten in Farbe #E6F6EC.
.textShadow {text-shadow: 3px 3px 1px #E6F6EC, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E6F6EC, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #E6F6EC und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E6F6EC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E6F6EC, Direction=45, Strength=4)">Text</p>
This text has shadow with #E6F6EC and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #E6F6EC; -webkit-box-shadow: 1px 1px 3px 2px #E6F6EC; box-shadow: 1px 1px 3px 2px #E6F6EC; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #E6F6EC; -webkit-box-shadow: 1px 1px 3px 2px #E6F6EC; box-shadow:1px 1px 3px 2px #E6F6EC;">
Div content here</div>
Dieser Text ist in der Farbe #E6F6EC auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #E6F6EC auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #E6F6EC.
Dieser Text ist weiß auf dem Hintergrund in Farbe #E6F6EC.