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