HEX: #C5CADB
RGB: (197,202,219)
#C5CADB enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #C5CADB ist eine «websichere» Webfarbe #CCCCCC (oder kurz #CCC).
Die Farbe #C5CADB wird in RGB als (197,202,219) definiert.
RGB: (197,202,219) (77%,79%,86%)
R 197 von 255 = 77%
G 202 von 255 = 79%
B 219 von 255 = 86%
R + G + B ~ 81%. #C5CADB ziemlich helle Farbe.
R + G + B =
197 + 202 + 219 = 618 (100%)
R 197 von 618 ~ 31.88%
G 202 von 618 ~ 32.69%
B 219 von 618 ~ 35.44%
Die Farbe #C5CADB wird in CMYK als (10,8,0,14) definiert.
CMYK: (10,8,0,14) C10M8Y0K14 (10%,8%,0%,14%) (0.10/0.08/0.00/0.14)
C5 | CA | DB | |
---|---|---|---|
RGB | 197 | 202 | 219 |
HSL | 226° | 23.40% | 81.57% |
HSB/HSV | 226° | 10.05% | 85.88% |
CMYK | 10.05% | 7.76% | 0.00% |
14.12% |
Hexadezimal | C5 | CA | DB |
Dezimal | 197 | 202 | 219 |
Binär | 11000101 | 11001010 | 11011011 |
Oktal | 305 | 312 | 333 |
Beispiele css- und html für Elemente in der Farbe #C5CADB. Bitte benutzen Sie auch rgb(197,202,219) statt hex-Code.
.myTextColor { color: #C5CADB; }
<p style="color:#C5CADB">This sample text font color is #C5CADB.</p>
Die Farbe dieses Textes ist #C5CADB.
.myBgColor { background-color: #C5CADB; }
<div style="background-color:#C5CADB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C5CADB.
.myBorderColor { border: 1px solid #C5CADB; }
<div style="border:3px solid #C5CADB">Div</div>
Die Grenzen von diesem div sind in Farbe #C5CADB.
.myOpacity80 { color: #C5CADB; opacity: 0.8; }
<p style="color:#C5CADB;opacity:0.8;">80%</p>
Text in Farbe #C5CADB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C5CADB;}
<p style="text-shadow: 3px 3px 1px #C5CADB">Text here.</p>
Dieser Text hat den Schatten in Farbe #C5CADB.
.textShadow {text-shadow: 3px 3px 1px #C5CADB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C5CADB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C5CADB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C5CADB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C5CADB, Direction=45, Strength=4)">Text</p>
This text has shadow with #C5CADB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C5CADB; -webkit-box-shadow: 1px 1px 3px 2px #C5CADB; box-shadow: 1px 1px 3px 2px #C5CADB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C5CADB; -webkit-box-shadow: 1px 1px 3px 2px #C5CADB; box-shadow:1px 1px 3px 2px #C5CADB;">
Div content here</div>
Dieser Text ist in der Farbe #C5CADB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C5CADB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C5CADB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C5CADB.