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