HEX: #C8B4DC
RGB: (200,180,220)
#C8B4DC enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #C8B4DC ist eine «websichere» Webfarbe #CCCCCC (oder kurz #CCC).
Die Farbe #C8B4DC wird in RGB als (200,180,220) definiert.
RGB: (200,180,220) (78%,71%,86%)
R 200 von 255 = 78%
G 180 von 255 = 71%
B 220 von 255 = 86%
R + G + B ~ 78%. #C8B4DC ziemlich helle Farbe.
R + G + B =
200 + 180 + 220 = 600 (100%)
R 200 von 600 ~ 33.33%
G 180 von 600 ~ 30%
B 220 von 600 ~ 36.67%
Die Farbe #C8B4DC wird in CMYK als (9,18,0,14) definiert.
CMYK: (9,18,0,14) C9M18Y0K14 (9%,18%,0%,14%) (0.09/0.18/0.00/0.14)
C8 | B4 | DC | |
---|---|---|---|
RGB | 200 | 180 | 220 |
HSL | 270° | 36.36% | 78.43% |
HSB/HSV | 270° | 18.18% | 86.27% |
CMYK | 9.09% | 18.18% | 0.00% |
13.73% |
Hexadezimal | C8 | B4 | DC |
Dezimal | 200 | 180 | 220 |
Binär | 11001000 | 10110100 | 11011100 |
Oktal | 310 | 264 | 334 |
Beispiele css- und html für Elemente in der Farbe #C8B4DC. Bitte benutzen Sie auch rgb(200,180,220) statt hex-Code.
.myTextColor { color: #C8B4DC; }
<p style="color:#C8B4DC">This sample text font color is #C8B4DC.</p>
Die Farbe dieses Textes ist #C8B4DC.
.myBgColor { background-color: #C8B4DC; }
<div style="background-color:#C8B4DC">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C8B4DC.
.myBorderColor { border: 1px solid #C8B4DC; }
<div style="border:3px solid #C8B4DC">Div</div>
Die Grenzen von diesem div sind in Farbe #C8B4DC.
.myOpacity80 { color: #C8B4DC; opacity: 0.8; }
<p style="color:#C8B4DC;opacity:0.8;">80%</p>
Text in Farbe #C8B4DC und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C8B4DC;}
<p style="text-shadow: 3px 3px 1px #C8B4DC">Text here.</p>
Dieser Text hat den Schatten in Farbe #C8B4DC.
.textShadow {text-shadow: 3px 3px 1px #C8B4DC, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C8B4DC, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C8B4DC und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C8B4DC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C8B4DC, Direction=45, Strength=4)">Text</p>
This text has shadow with #C8B4DC and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C8B4DC; -webkit-box-shadow: 1px 1px 3px 2px #C8B4DC; box-shadow: 1px 1px 3px 2px #C8B4DC; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C8B4DC; -webkit-box-shadow: 1px 1px 3px 2px #C8B4DC; box-shadow:1px 1px 3px 2px #C8B4DC;">
Div content here</div>
Dieser Text ist in der Farbe #C8B4DC auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C8B4DC auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C8B4DC.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C8B4DC.