HEX: #E6FAF3
RGB: (230,250,243)
#E6FAF3 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #E6FAF3 ist eine «websichere» Webfarbe #CCFFFF (oder kurz #CFF).
Die Farbe #E6FAF3 wird in RGB als (230,250,243) definiert.
RGB: (230,250,243) (90%,98%,95%)
R 230 von 255 = 90%
G 250 von 255 = 98%
B 243 von 255 = 95%
R + G + B ~ 94%. #E6FAF3 helle Farbe.
R + G + B =
230 + 250 + 243 = 723 (100%)
R 230 von 723 ~ 31.81%
G 250 von 723 ~ 34.58%
B 243 von 723 ~ 33.61%
Die Farbe #E6FAF3 wird in CMYK als (8,0,3,2) definiert.
CMYK: (8,0,3,2) C8M0Y3K2 (8%,0%,3%,2%) (0.08/0.00/0.03/0.02)
E6 | FA | F3 | |
---|---|---|---|
RGB | 230 | 250 | 243 |
HSL | 159° | 66.67% | 94.12% |
HSB/HSV | 159° | 8.00% | 98.04% |
CMYK | 8.00% | 0.00% | 2.80% |
1.96% |
Hexadezimal | E6 | FA | F3 |
Dezimal | 230 | 250 | 243 |
Binär | 11100110 | 11111010 | 11110011 |
Oktal | 346 | 372 | 363 |
Beispiele css- und html für Elemente in der Farbe #E6FAF3. Bitte benutzen Sie auch rgb(230,250,243) statt hex-Code.
.myTextColor { color: #E6FAF3; }
<p style="color:#E6FAF3">This sample text font color is #E6FAF3.</p>
Die Farbe dieses Textes ist #E6FAF3.
.myBgColor { background-color: #E6FAF3; }
<div style="background-color:#E6FAF3">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #E6FAF3.
.myBorderColor { border: 1px solid #E6FAF3; }
<div style="border:3px solid #E6FAF3">Div</div>
Die Grenzen von diesem div sind in Farbe #E6FAF3.
.myOpacity80 { color: #E6FAF3; opacity: 0.8; }
<p style="color:#E6FAF3;opacity:0.8;">80%</p>
Text in Farbe #E6FAF3 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #E6FAF3;}
<p style="text-shadow: 3px 3px 1px #E6FAF3">Text here.</p>
Dieser Text hat den Schatten in Farbe #E6FAF3.
.textShadow {text-shadow: 3px 3px 1px #E6FAF3, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #E6FAF3, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #E6FAF3 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#E6FAF3, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#E6FAF3, Direction=45, Strength=4)">Text</p>
This text has shadow with #E6FAF3 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #E6FAF3; -webkit-box-shadow: 1px 1px 3px 2px #E6FAF3; box-shadow: 1px 1px 3px 2px #E6FAF3; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #E6FAF3; -webkit-box-shadow: 1px 1px 3px 2px #E6FAF3; box-shadow:1px 1px 3px 2px #E6FAF3;">
Div content here</div>
Dieser Text ist in der Farbe #E6FAF3 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #E6FAF3 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #E6FAF3.
Dieser Text ist weiß auf dem Hintergrund in Farbe #E6FAF3.