HEX: #C5DCEC
RGB: (197,220,236)
#C5DCEC enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #C5DCEC ist eine «websichere» Webfarbe #CCCCFF (oder kurz #CCF).
Die Farbe #C5DCEC wird in RGB als (197,220,236) definiert.
RGB: (197,220,236) (77%,86%,93%)
R 197 von 255 = 77%
G 220 von 255 = 86%
B 236 von 255 = 93%
R + G + B ~ 85%. #C5DCEC ziemlich helle Farbe.
R + G + B =
197 + 220 + 236 = 653 (100%)
R 197 von 653 ~ 30.17%
G 220 von 653 ~ 33.69%
B 236 von 653 ~ 36.14%
Die Farbe #C5DCEC wird in CMYK als (17,7,0,7) definiert.
CMYK: (17,7,0,7) C17M7Y0K7 (17%,7%,0%,7%) (0.17/0.07/0.00/0.07)
C5 | DC | EC | |
---|---|---|---|
RGB | 197 | 220 | 236 |
HSL | 205° | 50.65% | 84.90% |
HSB/HSV | 205° | 16.53% | 92.55% |
CMYK | 16.53% | 6.78% | 0.00% |
7.45% |
Hexadezimal | C5 | DC | EC |
Dezimal | 197 | 220 | 236 |
Binär | 11000101 | 11011100 | 11101100 |
Oktal | 305 | 334 | 354 |
Beispiele css- und html für Elemente in der Farbe #C5DCEC. Bitte benutzen Sie auch rgb(197,220,236) statt hex-Code.
.myTextColor { color: #C5DCEC; }
<p style="color:#C5DCEC">This sample text font color is #C5DCEC.</p>
Die Farbe dieses Textes ist #C5DCEC.
.myBgColor { background-color: #C5DCEC; }
<div style="background-color:#C5DCEC">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C5DCEC.
.myBorderColor { border: 1px solid #C5DCEC; }
<div style="border:3px solid #C5DCEC">Div</div>
Die Grenzen von diesem div sind in Farbe #C5DCEC.
.myOpacity80 { color: #C5DCEC; opacity: 0.8; }
<p style="color:#C5DCEC;opacity:0.8;">80%</p>
Text in Farbe #C5DCEC und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C5DCEC;}
<p style="text-shadow: 3px 3px 1px #C5DCEC">Text here.</p>
Dieser Text hat den Schatten in Farbe #C5DCEC.
.textShadow {text-shadow: 3px 3px 1px #C5DCEC, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C5DCEC, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C5DCEC und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C5DCEC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C5DCEC, Direction=45, Strength=4)">Text</p>
This text has shadow with #C5DCEC and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C5DCEC; -webkit-box-shadow: 1px 1px 3px 2px #C5DCEC; box-shadow: 1px 1px 3px 2px #C5DCEC; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C5DCEC; -webkit-box-shadow: 1px 1px 3px 2px #C5DCEC; box-shadow:1px 1px 3px 2px #C5DCEC;">
Div content here</div>
Dieser Text ist in der Farbe #C5DCEC auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C5DCEC auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C5DCEC.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C5DCEC.