HEX: #C5D7ED
RGB: (197,215,237)
#C5D7ED enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #C5D7ED ist eine «websichere» Webfarbe #CCCCFF (oder kurz #CCF).
Die Farbe #C5D7ED wird in RGB als (197,215,237) definiert.
RGB: (197,215,237) (77%,84%,93%)
R 197 von 255 = 77%
G 215 von 255 = 84%
B 237 von 255 = 93%
R + G + B ~ 85%. #C5D7ED ziemlich helle Farbe.
R + G + B =
197 + 215 + 237 = 649 (100%)
R 197 von 649 ~ 30.35%
G 215 von 649 ~ 33.13%
B 237 von 649 ~ 36.52%
Die Farbe #C5D7ED wird in CMYK als (17,9,0,7) definiert.
CMYK: (17,9,0,7) C17M9Y0K7 (17%,9%,0%,7%) (0.17/0.09/0.00/0.07)
C5 | D7 | ED | |
---|---|---|---|
RGB | 197 | 215 | 237 |
HSL | 213° | 52.63% | 85.10% |
HSB/HSV | 213° | 16.88% | 92.94% |
CMYK | 16.88% | 9.28% | 0.00% |
7.06% |
Hexadezimal | C5 | D7 | ED |
Dezimal | 197 | 215 | 237 |
Binär | 11000101 | 11010111 | 11101101 |
Oktal | 305 | 327 | 355 |
Beispiele css- und html für Elemente in der Farbe #C5D7ED. Bitte benutzen Sie auch rgb(197,215,237) statt hex-Code.
.myTextColor { color: #C5D7ED; }
<p style="color:#C5D7ED">This sample text font color is #C5D7ED.</p>
Die Farbe dieses Textes ist #C5D7ED.
.myBgColor { background-color: #C5D7ED; }
<div style="background-color:#C5D7ED">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C5D7ED.
.myBorderColor { border: 1px solid #C5D7ED; }
<div style="border:3px solid #C5D7ED">Div</div>
Die Grenzen von diesem div sind in Farbe #C5D7ED.
.myOpacity80 { color: #C5D7ED; opacity: 0.8; }
<p style="color:#C5D7ED;opacity:0.8;">80%</p>
Text in Farbe #C5D7ED und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C5D7ED;}
<p style="text-shadow: 3px 3px 1px #C5D7ED">Text here.</p>
Dieser Text hat den Schatten in Farbe #C5D7ED.
.textShadow {text-shadow: 3px 3px 1px #C5D7ED, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C5D7ED, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C5D7ED und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C5D7ED, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C5D7ED, Direction=45, Strength=4)">Text</p>
This text has shadow with #C5D7ED and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C5D7ED; -webkit-box-shadow: 1px 1px 3px 2px #C5D7ED; box-shadow: 1px 1px 3px 2px #C5D7ED; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C5D7ED; -webkit-box-shadow: 1px 1px 3px 2px #C5D7ED; box-shadow:1px 1px 3px 2px #C5D7ED;">
Div content here</div>
Dieser Text ist in der Farbe #C5D7ED auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C5D7ED auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C5D7ED.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C5D7ED.