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