HEX: #C6D8EC
RGB: (198,216,236)
#C6D8EC enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #C6D8EC ist eine «websichere» Webfarbe #CCCCFF (oder kurz #CCF).
Die Farbe #C6D8EC wird in RGB als (198,216,236) definiert.
RGB: (198,216,236) (78%,85%,93%)
R 198 von 255 = 78%
G 216 von 255 = 85%
B 236 von 255 = 93%
R + G + B ~ 85%. #C6D8EC ziemlich helle Farbe.
R + G + B =
198 + 216 + 236 = 650 (100%)
R 198 von 650 ~ 30.46%
G 216 von 650 ~ 33.23%
B 236 von 650 ~ 36.31%
Die Farbe #C6D8EC wird in CMYK als (16,8,0,7) definiert.
CMYK: (16,8,0,7) C16M8Y0K7 (16%,8%,0%,7%) (0.16/0.08/0.00/0.07)
C6 | D8 | EC | |
---|---|---|---|
RGB | 198 | 216 | 236 |
HSL | 212° | 50.00% | 85.10% |
HSB/HSV | 212° | 16.10% | 92.55% |
CMYK | 16.10% | 8.47% | 0.00% |
7.45% |
Hexadezimal | C6 | D8 | EC |
Dezimal | 198 | 216 | 236 |
Binär | 11000110 | 11011000 | 11101100 |
Oktal | 306 | 330 | 354 |
Beispiele css- und html für Elemente in der Farbe #C6D8EC. Bitte benutzen Sie auch rgb(198,216,236) statt hex-Code.
.myTextColor { color: #C6D8EC; }
<p style="color:#C6D8EC">This sample text font color is #C6D8EC.</p>
Die Farbe dieses Textes ist #C6D8EC.
.myBgColor { background-color: #C6D8EC; }
<div style="background-color:#C6D8EC">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C6D8EC.
.myBorderColor { border: 1px solid #C6D8EC; }
<div style="border:3px solid #C6D8EC">Div</div>
Die Grenzen von diesem div sind in Farbe #C6D8EC.
.myOpacity80 { color: #C6D8EC; opacity: 0.8; }
<p style="color:#C6D8EC;opacity:0.8;">80%</p>
Text in Farbe #C6D8EC und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C6D8EC;}
<p style="text-shadow: 3px 3px 1px #C6D8EC">Text here.</p>
Dieser Text hat den Schatten in Farbe #C6D8EC.
.textShadow {text-shadow: 3px 3px 1px #C6D8EC, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C6D8EC, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C6D8EC und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C6D8EC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C6D8EC, Direction=45, Strength=4)">Text</p>
This text has shadow with #C6D8EC and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C6D8EC; -webkit-box-shadow: 1px 1px 3px 2px #C6D8EC; box-shadow: 1px 1px 3px 2px #C6D8EC; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C6D8EC; -webkit-box-shadow: 1px 1px 3px 2px #C6D8EC; box-shadow:1px 1px 3px 2px #C6D8EC;">
Div content here</div>
Dieser Text ist in der Farbe #C6D8EC auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C6D8EC auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C6D8EC.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C6D8EC.