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