HEX: #C5DDDB
RGB: (197,221,219)
#C5DDDB enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #C5DDDB ist eine «websichere» Webfarbe #CCCCCC (oder kurz #CCC).
Die Farbe #C5DDDB wird in RGB als (197,221,219) definiert.
RGB: (197,221,219) (77%,87%,86%)
R 197 von 255 = 77%
G 221 von 255 = 87%
B 219 von 255 = 86%
R + G + B ~ 83%. #C5DDDB ziemlich helle Farbe.
R + G + B =
197 + 221 + 219 = 637 (100%)
R 197 von 637 ~ 30.93%
G 221 von 637 ~ 34.69%
B 219 von 637 ~ 34.38%
Die Farbe #C5DDDB wird in CMYK als (11,0,1,13) definiert.
CMYK: (11,0,1,13) C11M0Y1K13 (11%,0%,1%,13%) (0.11/0.00/0.01/0.13)
C5 | DD | DB | |
---|---|---|---|
RGB | 197 | 221 | 219 |
HSL | 175° | 26.09% | 81.96% |
HSB/HSV | 175° | 10.86% | 86.67% |
CMYK | 10.86% | 0.00% | 0.90% |
13.33% |
Hexadezimal | C5 | DD | DB |
Dezimal | 197 | 221 | 219 |
Binär | 11000101 | 11011101 | 11011011 |
Oktal | 305 | 335 | 333 |
Beispiele css- und html für Elemente in der Farbe #C5DDDB. Bitte benutzen Sie auch rgb(197,221,219) statt hex-Code.
.myTextColor { color: #C5DDDB; }
<p style="color:#C5DDDB">This sample text font color is #C5DDDB.</p>
Die Farbe dieses Textes ist #C5DDDB.
.myBgColor { background-color: #C5DDDB; }
<div style="background-color:#C5DDDB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C5DDDB.
.myBorderColor { border: 1px solid #C5DDDB; }
<div style="border:3px solid #C5DDDB">Div</div>
Die Grenzen von diesem div sind in Farbe #C5DDDB.
.myOpacity80 { color: #C5DDDB; opacity: 0.8; }
<p style="color:#C5DDDB;opacity:0.8;">80%</p>
Text in Farbe #C5DDDB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C5DDDB;}
<p style="text-shadow: 3px 3px 1px #C5DDDB">Text here.</p>
Dieser Text hat den Schatten in Farbe #C5DDDB.
.textShadow {text-shadow: 3px 3px 1px #C5DDDB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C5DDDB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C5DDDB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C5DDDB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C5DDDB, Direction=45, Strength=4)">Text</p>
This text has shadow with #C5DDDB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C5DDDB; -webkit-box-shadow: 1px 1px 3px 2px #C5DDDB; box-shadow: 1px 1px 3px 2px #C5DDDB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C5DDDB; -webkit-box-shadow: 1px 1px 3px 2px #C5DDDB; box-shadow:1px 1px 3px 2px #C5DDDB;">
Div content here</div>
Dieser Text ist in der Farbe #C5DDDB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C5DDDB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C5DDDB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C5DDDB.