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