HEX: #C6CCDE
RGB: (198,204,222)
#C6CCDE enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #C6CCDE ist eine «websichere» Webfarbe #CCCCCC (oder kurz #CCC).
Die Farbe #C6CCDE wird in RGB als (198,204,222) definiert.
RGB: (198,204,222) (78%,80%,87%)
R 198 von 255 = 78%
G 204 von 255 = 80%
B 222 von 255 = 87%
R + G + B ~ 82%. #C6CCDE ziemlich helle Farbe.
R + G + B =
198 + 204 + 222 = 624 (100%)
R 198 von 624 ~ 31.73%
G 204 von 624 ~ 32.69%
B 222 von 624 ~ 35.58%
Die Farbe #C6CCDE wird in CMYK als (11,8,0,13) definiert.
CMYK: (11,8,0,13) C11M8Y0K13 (11%,8%,0%,13%) (0.11/0.08/0.00/0.13)
C6 | CC | DE | |
---|---|---|---|
RGB | 198 | 204 | 222 |
HSL | 225° | 26.67% | 82.35% |
HSB/HSV | 225° | 10.81% | 87.06% |
CMYK | 10.81% | 8.11% | 0.00% |
12.94% |
Hexadezimal | C6 | CC | DE |
Dezimal | 198 | 204 | 222 |
Binär | 11000110 | 11001100 | 11011110 |
Oktal | 306 | 314 | 336 |
Beispiele css- und html für Elemente in der Farbe #C6CCDE. Bitte benutzen Sie auch rgb(198,204,222) statt hex-Code.
.myTextColor { color: #C6CCDE; }
<p style="color:#C6CCDE">This sample text font color is #C6CCDE.</p>
Die Farbe dieses Textes ist #C6CCDE.
.myBgColor { background-color: #C6CCDE; }
<div style="background-color:#C6CCDE">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C6CCDE.
.myBorderColor { border: 1px solid #C6CCDE; }
<div style="border:3px solid #C6CCDE">Div</div>
Die Grenzen von diesem div sind in Farbe #C6CCDE.
.myOpacity80 { color: #C6CCDE; opacity: 0.8; }
<p style="color:#C6CCDE;opacity:0.8;">80%</p>
Text in Farbe #C6CCDE und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C6CCDE;}
<p style="text-shadow: 3px 3px 1px #C6CCDE">Text here.</p>
Dieser Text hat den Schatten in Farbe #C6CCDE.
.textShadow {text-shadow: 3px 3px 1px #C6CCDE, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C6CCDE, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C6CCDE und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C6CCDE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C6CCDE, Direction=45, Strength=4)">Text</p>
This text has shadow with #C6CCDE and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C6CCDE; -webkit-box-shadow: 1px 1px 3px 2px #C6CCDE; box-shadow: 1px 1px 3px 2px #C6CCDE; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C6CCDE; -webkit-box-shadow: 1px 1px 3px 2px #C6CCDE; box-shadow:1px 1px 3px 2px #C6CCDE;">
Div content here</div>
Dieser Text ist in der Farbe #C6CCDE auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C6CCDE auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C6CCDE.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C6CCDE.