HEX: #C5B0CC
RGB: (197,176,204)
#C5B0CC enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #C5B0CC ist eine «websichere» Webfarbe #CC99CC (oder kurz #C9C).
Die Farbe #C5B0CC wird in RGB als (197,176,204) definiert.
RGB: (197,176,204) (77%,69%,80%)
R 197 von 255 = 77%
G 176 von 255 = 69%
B 204 von 255 = 80%
R + G + B ~ 75%. #C5B0CC ziemlich helle Farbe.
R + G + B =
197 + 176 + 204 = 577 (100%)
R 197 von 577 ~ 34.14%
G 176 von 577 ~ 30.5%
B 204 von 577 ~ 35.36%
Die Farbe #C5B0CC wird in CMYK als (3,14,0,20) definiert.
CMYK: (3,14,0,20) C3M14Y0K20 (3%,14%,0%,20%) (0.03/0.14/0.00/0.20)
C5 | B0 | CC | |
---|---|---|---|
RGB | 197 | 176 | 204 |
HSL | 285° | 21.54% | 74.51% |
HSB/HSV | 285° | 13.73% | 80.00% |
CMYK | 3.43% | 13.73% | 0.00% |
20.00% |
Hexadezimal | C5 | B0 | CC |
Dezimal | 197 | 176 | 204 |
Binär | 11000101 | 10110000 | 11001100 |
Oktal | 305 | 260 | 314 |
Beispiele css- und html für Elemente in der Farbe #C5B0CC. Bitte benutzen Sie auch rgb(197,176,204) statt hex-Code.
.myTextColor { color: #C5B0CC; }
<p style="color:#C5B0CC">This sample text font color is #C5B0CC.</p>
Die Farbe dieses Textes ist #C5B0CC.
.myBgColor { background-color: #C5B0CC; }
<div style="background-color:#C5B0CC">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C5B0CC.
.myBorderColor { border: 1px solid #C5B0CC; }
<div style="border:3px solid #C5B0CC">Div</div>
Die Grenzen von diesem div sind in Farbe #C5B0CC.
.myOpacity80 { color: #C5B0CC; opacity: 0.8; }
<p style="color:#C5B0CC;opacity:0.8;">80%</p>
Text in Farbe #C5B0CC und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C5B0CC;}
<p style="text-shadow: 3px 3px 1px #C5B0CC">Text here.</p>
Dieser Text hat den Schatten in Farbe #C5B0CC.
.textShadow {text-shadow: 3px 3px 1px #C5B0CC, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C5B0CC, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C5B0CC und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C5B0CC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C5B0CC, Direction=45, Strength=4)">Text</p>
This text has shadow with #C5B0CC and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C5B0CC; -webkit-box-shadow: 1px 1px 3px 2px #C5B0CC; box-shadow: 1px 1px 3px 2px #C5B0CC; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C5B0CC; -webkit-box-shadow: 1px 1px 3px 2px #C5B0CC; box-shadow:1px 1px 3px 2px #C5B0CC;">
Div content here</div>
Dieser Text ist in der Farbe #C5B0CC auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C5B0CC auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C5B0CC.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C5B0CC.