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