HEX: #C5DBEB
RGB: (197,219,235)
#C5DBEB enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #C5DBEB ist eine «websichere» Webfarbe #CCCCFF (oder kurz #CCF).
Die Farbe #C5DBEB wird in RGB als (197,219,235) definiert.
RGB: (197,219,235) (77%,86%,92%)
R 197 von 255 = 77%
G 219 von 255 = 86%
B 235 von 255 = 92%
R + G + B ~ 85%. #C5DBEB ziemlich helle Farbe.
R + G + B =
197 + 219 + 235 = 651 (100%)
R 197 von 651 ~ 30.26%
G 219 von 651 ~ 33.64%
B 235 von 651 ~ 36.1%
Die Farbe #C5DBEB wird in CMYK als (16,7,0,8) definiert.
CMYK: (16,7,0,8) C16M7Y0K8 (16%,7%,0%,8%) (0.16/0.07/0.00/0.08)
C5 | DB | EB | |
---|---|---|---|
RGB | 197 | 219 | 235 |
HSL | 205° | 48.72% | 84.71% |
HSB/HSV | 205° | 16.17% | 92.16% |
CMYK | 16.17% | 6.81% | 0.00% |
7.84% |
Hexadezimal | C5 | DB | EB |
Dezimal | 197 | 219 | 235 |
Binär | 11000101 | 11011011 | 11101011 |
Oktal | 305 | 333 | 353 |
Beispiele css- und html für Elemente in der Farbe #C5DBEB. Bitte benutzen Sie auch rgb(197,219,235) statt hex-Code.
.myTextColor { color: #C5DBEB; }
<p style="color:#C5DBEB">This sample text font color is #C5DBEB.</p>
Die Farbe dieses Textes ist #C5DBEB.
.myBgColor { background-color: #C5DBEB; }
<div style="background-color:#C5DBEB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C5DBEB.
.myBorderColor { border: 1px solid #C5DBEB; }
<div style="border:3px solid #C5DBEB">Div</div>
Die Grenzen von diesem div sind in Farbe #C5DBEB.
.myOpacity80 { color: #C5DBEB; opacity: 0.8; }
<p style="color:#C5DBEB;opacity:0.8;">80%</p>
Text in Farbe #C5DBEB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C5DBEB;}
<p style="text-shadow: 3px 3px 1px #C5DBEB">Text here.</p>
Dieser Text hat den Schatten in Farbe #C5DBEB.
.textShadow {text-shadow: 3px 3px 1px #C5DBEB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C5DBEB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C5DBEB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C5DBEB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C5DBEB, Direction=45, Strength=4)">Text</p>
This text has shadow with #C5DBEB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C5DBEB; -webkit-box-shadow: 1px 1px 3px 2px #C5DBEB; box-shadow: 1px 1px 3px 2px #C5DBEB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C5DBEB; -webkit-box-shadow: 1px 1px 3px 2px #C5DBEB; box-shadow:1px 1px 3px 2px #C5DBEB;">
Div content here</div>
Dieser Text ist in der Farbe #C5DBEB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C5DBEB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C5DBEB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C5DBEB.