HEX: #C8BADD
RGB: (200,186,221)
#C8BADD enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #C8BADD ist eine «websichere» Webfarbe #CCCCCC (oder kurz #CCC).
Die Farbe #C8BADD wird in RGB als (200,186,221) definiert.
RGB: (200,186,221) (78%,73%,87%)
R 200 von 255 = 78%
G 186 von 255 = 73%
B 221 von 255 = 87%
R + G + B ~ 79%. #C8BADD ziemlich helle Farbe.
R + G + B =
200 + 186 + 221 = 607 (100%)
R 200 von 607 ~ 32.95%
G 186 von 607 ~ 30.64%
B 221 von 607 ~ 36.41%
Die Farbe #C8BADD wird in CMYK als (10,16,0,13) definiert.
CMYK: (10,16,0,13) C10M16Y0K13 (10%,16%,0%,13%) (0.10/0.16/0.00/0.13)
C8 | BA | DD | |
---|---|---|---|
RGB | 200 | 186 | 221 |
HSL | 264° | 33.98% | 79.80% |
HSB/HSV | 264° | 15.84% | 86.67% |
CMYK | 9.50% | 15.84% | 0.00% |
13.33% |
Hexadezimal | C8 | BA | DD |
Dezimal | 200 | 186 | 221 |
Binär | 11001000 | 10111010 | 11011101 |
Oktal | 310 | 272 | 335 |
Beispiele css- und html für Elemente in der Farbe #C8BADD. Bitte benutzen Sie auch rgb(200,186,221) statt hex-Code.
.myTextColor { color: #C8BADD; }
<p style="color:#C8BADD">This sample text font color is #C8BADD.</p>
Die Farbe dieses Textes ist #C8BADD.
.myBgColor { background-color: #C8BADD; }
<div style="background-color:#C8BADD">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #C8BADD.
.myBorderColor { border: 1px solid #C8BADD; }
<div style="border:3px solid #C8BADD">Div</div>
Die Grenzen von diesem div sind in Farbe #C8BADD.
.myOpacity80 { color: #C8BADD; opacity: 0.8; }
<p style="color:#C8BADD;opacity:0.8;">80%</p>
Text in Farbe #C8BADD und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C8BADD;}
<p style="text-shadow: 3px 3px 1px #C8BADD">Text here.</p>
Dieser Text hat den Schatten in Farbe #C8BADD.
.textShadow {text-shadow: 3px 3px 1px #C8BADD, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C8BADD, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #C8BADD und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C8BADD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C8BADD, Direction=45, Strength=4)">Text</p>
This text has shadow with #C8BADD and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C8BADD; -webkit-box-shadow: 1px 1px 3px 2px #C8BADD; box-shadow: 1px 1px 3px 2px #C8BADD; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C8BADD; -webkit-box-shadow: 1px 1px 3px 2px #C8BADD; box-shadow:1px 1px 3px 2px #C8BADD;">
Div content here</div>
Dieser Text ist in der Farbe #C8BADD auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #C8BADD auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #C8BADD.
Dieser Text ist weiß auf dem Hintergrund in Farbe #C8BADD.