HEX: #C5E7ED
RGB: (197,231,237)
#C5E7ED enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #C5E7ED ist eine «websichere» Webfarbe #CCFFFF (oder kurz #CFF).
Die Farbe #C5E7ED wird in RGB als (197,231,237) definiert.
RGB: (197,231,237)
(77%, 91%, 93%)
R 197 von 255 = 77%
G 231 von 255 = 91%
B 237 von 255 = 93%
R + G + B ~ 87%. #C5E7ED helle Farbe.
R + G + B = 197 + 231 + 237 = 665 (100%)
R 197 von 665 ~ 29.62%
G 231 von 665 ~ 34.74%
B 237 von 665 ~ 35.64'%
Die Farbe #C5E7ED wird in CMYK als (17,3,0,7) definiert.
CMYK: (17,3,0,7)
C17M3Y0K7 (17%, 3%, 0%, 7%)
(0.17 / 0.03 / 0.00 / 0.07)
Farbe #C5E7ED in den populären Farbmodellen.
C5 | E7 | ED | |
---|---|---|---|
RGB | 197 | 231 | 237 |
HSL | 189° | 52.63% | 85.10% |
HSB/HSV | 189° | 16.88% | 92.94% |
CMYK | 16.88% | 2.53% | 0.00% |
7.06% |
Die Farbe #C5E7ED in den populären Zahlensystemen.
Hexadezimal | C5 | E7 | ED |
Dezimal | 197 | 231 | 237 |
Binär | 11000101 | 11100111 | 11101101 |
Oktal | 305 | 347 | 355 |
Dunkle Töne der Farbe #C5E7ED
Helle Töne der Farbe #C5E7ED
Beispiele css- und html für Elemente in der Farbe #C5E7ED. Bitte benutzen Sie auch rgb(197,231,237) statt hex-Code.
.myTextColor { color: #C5E7ED; }
<p style="color:#C5E7ED">This sample text font color is #C5E7ED.</p>
Die Farbe dieses Textes ist #C5E7ED.
.myBgColor { background-color: #C5E7ED; }
<div style="background-color:#C5E7ED">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C5E7ED.
.myBorderColor { border: 1px solid #C5E7ED; }
<div style="border:3px solid #C5E7ED">Div</div>
Die Grenzen von diesem div sind in Farbe #C5E7ED.
.myOpacity80 { color: #C5E7ED; opacity: 0.8; }
<p style="color:#C5E7ED;opacity:0.8;">80%</p>
Text in Farbe #C5E7ED und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C5E7ED;}
<p style="text-shadow: 3px 3px 1px #C5E7ED">Text here.</p>
Dieser Text hat den Schatten in Farbe #C5E7ED.
.textShadow {text-shadow: 3px 3px 1px #C5E7ED', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C5E7ED, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C5E7ED und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C5E7ED, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C5E7ED, Direction=45, Strength=4)">Text</p>
This text has shadow with #C5E7ED and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C5E7ED;
-webkit-box-shadow: 1px 1px 3px 2px #C5E7ED;
box-shadow: 1px 1px 3px 2px #C5E7ED;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C5E7ED; -webkit-box-shadow: 1px 1px 3px 2px #C5E7ED; box-shadow:1px 1px 3px 2px #C5E7ED;">
Div content here
</div>
Dieser Text ist in der Farbe #C5E7ED auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C5E7ED auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C5E7ED.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C5E7ED.
Kontrastfarbe für #hex ist #3A1812.