HEX: #B0BBDB
RGB: (176,187,219)
#B0BBDB enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #B0BBDB ist eine «websichere» Webfarbe #99CCCC (oder kurz #9CC).
Die Farbe #B0BBDB wird in RGB als (176,187,219) definiert.
RGB: (176,187,219) (69%,73%,86%)
R 176 von 255 = 69%
G 187 von 255 = 73%
B 219 von 255 = 86%
R + G + B ~ 76%. #B0BBDB ziemlich helle Farbe.
R + G + B =
176 + 187 + 219 = 582 (100%)
R 176 von 582 ~ 30.24%
G 187 von 582 ~ 32.13%
B 219 von 582 ~ 37.63%
Die Farbe #B0BBDB wird in CMYK als (20,15,0,14) definiert.
CMYK: (20,15,0,14) C20M15Y0K14 (20%,15%,0%,14%) (0.20/0.15/0.00/0.14)
B0 | BB | DB | |
---|---|---|---|
RGB | 176 | 187 | 219 |
HSL | 225° | 37.39% | 77.45% |
HSB/HSV | 225° | 19.63% | 85.88% |
CMYK | 19.63% | 14.61% | 0.00% |
14.12% |
Hexadezimal | B0 | BB | DB |
Dezimal | 176 | 187 | 219 |
Binär | 10110000 | 10111011 | 11011011 |
Oktal | 260 | 273 | 333 |
Beispiele css- und html für Elemente in der Farbe #B0BBDB. Bitte benutzen Sie auch rgb(176,187,219) statt hex-Code.
.myTextColor { color: #B0BBDB; }
<p style="color:#B0BBDB">This sample text font color is #B0BBDB.</p>
Die Farbe dieses Textes ist #B0BBDB.
.myBgColor { background-color: #B0BBDB; }
<div style="background-color:#B0BBDB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B0BBDB.
.myBorderColor { border: 1px solid #B0BBDB; }
<div style="border:3px solid #B0BBDB">Div</div>
Die Grenzen von diesem div sind in Farbe #B0BBDB.
.myOpacity80 { color: #B0BBDB; opacity: 0.8; }
<p style="color:#B0BBDB;opacity:0.8;">80%</p>
Text in Farbe #B0BBDB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B0BBDB;}
<p style="text-shadow: 3px 3px 1px #B0BBDB">Text here.</p>
Dieser Text hat den Schatten in Farbe #B0BBDB.
.textShadow {text-shadow: 3px 3px 1px #B0BBDB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B0BBDB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B0BBDB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B0BBDB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B0BBDB, Direction=45, Strength=4)">Text</p>
This text has shadow with #B0BBDB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #B0BBDB; -webkit-box-shadow: 1px 1px 3px 2px #B0BBDB; box-shadow: 1px 1px 3px 2px #B0BBDB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #B0BBDB; -webkit-box-shadow: 1px 1px 3px 2px #B0BBDB; box-shadow:1px 1px 3px 2px #B0BBDB;">
Div content here</div>
Dieser Text ist in der Farbe #B0BBDB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B0BBDB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B0BBDB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B0BBDB.