HEX: #C6EAFC
RGB: (198,234,252)
#C6EAFC enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #C6EAFC ist eine «websichere» Webfarbe #CCFFFF (oder kurz #CFF).
Die Farbe #C6EAFC wird in RGB als (198,234,252) definiert.
RGB: (198,234,252) (78%,92%,99%)
R 198 von 255 = 78%
G 234 von 255 = 92%
B 252 von 255 = 99%
R + G + B ~ 90%. #C6EAFC helle Farbe.
R + G + B =
198 + 234 + 252 = 684 (100%)
R 198 von 684 ~ 28.95%
G 234 von 684 ~ 34.21%
B 252 von 684 ~ 36.84%
Die Farbe #C6EAFC wird in CMYK als (21,7,0,1) definiert.
CMYK: (21,7,0,1) C21M7Y0K1 (21%,7%,0%,1%) (0.21/0.07/0.00/0.01)
C6 | EA | FC | |
---|---|---|---|
RGB | 198 | 234 | 252 |
HSL | 200° | 90.00% | 88.24% |
HSB/HSV | 200° | 21.43% | 98.82% |
CMYK | 21.43% | 7.14% | 0.00% |
1.18% |
Hexadezimal | C6 | EA | FC |
Dezimal | 198 | 234 | 252 |
Binär | 11000110 | 11101010 | 11111100 |
Oktal | 306 | 352 | 374 |
Beispiele css- und html für Elemente in der Farbe #C6EAFC. Bitte benutzen Sie auch rgb(198,234,252) statt hex-Code.
.myTextColor { color: #C6EAFC; }
<p style="color:#C6EAFC">This sample text font color is #C6EAFC.</p>
Die Farbe dieses Textes ist #C6EAFC.
.myBgColor { background-color: #C6EAFC; }
<div style="background-color:#C6EAFC">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C6EAFC.
.myBorderColor { border: 1px solid #C6EAFC; }
<div style="border:3px solid #C6EAFC">Div</div>
Die Grenzen von diesem div sind in Farbe #C6EAFC.
.myOpacity80 { color: #C6EAFC; opacity: 0.8; }
<p style="color:#C6EAFC;opacity:0.8;">80%</p>
Text in Farbe #C6EAFC und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C6EAFC;}
<p style="text-shadow: 3px 3px 1px #C6EAFC">Text here.</p>
Dieser Text hat den Schatten in Farbe #C6EAFC.
.textShadow {text-shadow: 3px 3px 1px #C6EAFC, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C6EAFC, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C6EAFC und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C6EAFC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C6EAFC, Direction=45, Strength=4)">Text</p>
This text has shadow with #C6EAFC and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C6EAFC; -webkit-box-shadow: 1px 1px 3px 2px #C6EAFC; box-shadow: 1px 1px 3px 2px #C6EAFC; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C6EAFC; -webkit-box-shadow: 1px 1px 3px 2px #C6EAFC; box-shadow:1px 1px 3px 2px #C6EAFC;">
Div content here</div>
Dieser Text ist in der Farbe #C6EAFC auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C6EAFC auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C6EAFC.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C6EAFC.