HEX: #B9BBDD
RGB: (185,187,221)
#B9BBDD enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #B9BBDD ist eine «websichere» Webfarbe #CCCCCC (oder kurz #CCC).
Die Farbe #B9BBDD wird in RGB als (185,187,221) definiert.
RGB: (185,187,221)
(73%, 73%, 87%)
R 185 von 255 = 73%
G 187 von 255 = 73%
B 221 von 255 = 87%
R + G + B ~ 78%. #B9BBDD ziemlich helle Farbe.
R + G + B = 185 + 187 + 221 = 593 (100%)
R 185 von 593 ~ 31.2%
G 187 von 593 ~ 31.53%
B 221 von 593 ~ 37.27'%
Die Farbe #B9BBDD wird in CMYK als (16,15,0,13) definiert.
CMYK: (16,15,0,13)
C16M15Y0K13 (16%, 15%, 0%, 13%)
(0.16 / 0.15 / 0.00 / 0.13)
Farbe #B9BBDD in den populären Farbmodellen.
B9 | BB | DD | |
---|---|---|---|
RGB | 185 | 187 | 221 |
HSL | 237° | 34.62% | 79.61% |
HSB/HSV | 237° | 16.29% | 86.67% |
CMYK | 16.29% | 15.38% | 0.00% |
13.33% |
Die Farbe #B9BBDD in den populären Zahlensystemen.
Hexadezimal | B9 | BB | DD |
Dezimal | 185 | 187 | 221 |
Binär | 10111001 | 10111011 | 11011101 |
Oktal | 271 | 273 | 335 |
Dunkle Töne der Farbe #B9BBDD
Helle Töne der Farbe #B9BBDD
Beispiele css- und html für Elemente in der Farbe #B9BBDD. Bitte benutzen Sie auch rgb(185,187,221) statt hex-Code.
.myTextColor { color: #B9BBDD; }
<p style="color:#B9BBDD">This sample text font color is #B9BBDD.</p>
Die Farbe dieses Textes ist #B9BBDD.
.myBgColor { background-color: #B9BBDD; }
<div style="background-color:#B9BBDD">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B9BBDD.
.myBorderColor { border: 1px solid #B9BBDD; }
<div style="border:3px solid #B9BBDD">Div</div>
Die Grenzen von diesem div sind in Farbe #B9BBDD.
.myOpacity80 { color: #B9BBDD; opacity: 0.8; }
<p style="color:#B9BBDD;opacity:0.8;">80%</p>
Text in Farbe #B9BBDD und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B9BBDD;}
<p style="text-shadow: 3px 3px 1px #B9BBDD">Text here.</p>
Dieser Text hat den Schatten in Farbe #B9BBDD.
.textShadow {text-shadow: 3px 3px 1px #B9BBDD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B9BBDD, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B9BBDD und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B9BBDD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B9BBDD, Direction=45, Strength=4)">Text</p>
This text has shadow with #B9BBDD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #B9BBDD;
-webkit-box-shadow: 1px 1px 3px 2px #B9BBDD;
box-shadow: 1px 1px 3px 2px #B9BBDD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B9BBDD; -webkit-box-shadow: 1px 1px 3px 2px #B9BBDD; box-shadow:1px 1px 3px 2px #B9BBDD;">
Div content here
</div>
Dieser Text ist in der Farbe #B9BBDD auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B9BBDD auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B9BBDD.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B9BBDD.
Kontrastfarbe für #hex ist #464422.