HEX: #C6D0EF
RGB: (198,208,239)
#C6D0EF enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #C6D0EF ist eine «websichere» Webfarbe #CCCCFF (oder kurz #CCF).
Die Farbe #C6D0EF wird in RGB als (198,208,239) definiert.
RGB: (198,208,239) (78%,82%,94%)
R 198 von 255 = 78%
G 208 von 255 = 82%
B 239 von 255 = 94%
R + G + B ~ 85%. #C6D0EF ziemlich helle Farbe.
R + G + B =
198 + 208 + 239 = 645 (100%)
R 198 von 645 ~ 30.7%
G 208 von 645 ~ 32.25%
B 239 von 645 ~ 37.05%
Die Farbe #C6D0EF wird in CMYK als (17,13,0,6) definiert.
CMYK: (17,13,0,6) C17M13Y0K6 (17%,13%,0%,6%) (0.17/0.13/0.00/0.06)
C6 | D0 | EF | |
---|---|---|---|
RGB | 198 | 208 | 239 |
HSL | 225° | 56.16% | 85.69% |
HSB/HSV | 225° | 17.15% | 93.73% |
CMYK | 17.15% | 12.97% | 0.00% |
6.27% |
Hexadezimal | C6 | D0 | EF |
Dezimal | 198 | 208 | 239 |
Binär | 11000110 | 11010000 | 11101111 |
Oktal | 306 | 320 | 357 |
Beispiele css- und html für Elemente in der Farbe #C6D0EF. Bitte benutzen Sie auch rgb(198,208,239) statt hex-Code.
.myTextColor { color: #C6D0EF; }
<p style="color:#C6D0EF">This sample text font color is #C6D0EF.</p>
Die Farbe dieses Textes ist #C6D0EF.
.myBgColor { background-color: #C6D0EF; }
<div style="background-color:#C6D0EF">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C6D0EF.
.myBorderColor { border: 1px solid #C6D0EF; }
<div style="border:3px solid #C6D0EF">Div</div>
Die Grenzen von diesem div sind in Farbe #C6D0EF.
.myOpacity80 { color: #C6D0EF; opacity: 0.8; }
<p style="color:#C6D0EF;opacity:0.8;">80%</p>
Text in Farbe #C6D0EF und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C6D0EF;}
<p style="text-shadow: 3px 3px 1px #C6D0EF">Text here.</p>
Dieser Text hat den Schatten in Farbe #C6D0EF.
.textShadow {text-shadow: 3px 3px 1px #C6D0EF, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C6D0EF, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C6D0EF und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C6D0EF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C6D0EF, Direction=45, Strength=4)">Text</p>
This text has shadow with #C6D0EF and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C6D0EF; -webkit-box-shadow: 1px 1px 3px 2px #C6D0EF; box-shadow: 1px 1px 3px 2px #C6D0EF; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C6D0EF; -webkit-box-shadow: 1px 1px 3px 2px #C6D0EF; box-shadow:1px 1px 3px 2px #C6D0EF;">
Div content here</div>
Dieser Text ist in der Farbe #C6D0EF auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C6D0EF auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C6D0EF.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C6D0EF.