HEX: #B5B9BB
RGB: (181,185,187)
#B5B9BB enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #B5B9BB ist eine «websichere» Webfarbe #CCCCCC (oder kurz #CCC).
Die Farbe #B5B9BB wird in RGB als (181,185,187) definiert.
RGB: (181,185,187) (71%,73%,73%)
R 181 von 255 = 71%
G 185 von 255 = 73%
B 187 von 255 = 73%
R + G + B ~ 72%. #B5B9BB ziemlich helle Farbe.
R + G + B =
181 + 185 + 187 = 553 (100%)
R 181 von 553 ~ 32.73%
G 185 von 553 ~ 33.45%
B 187 von 553 ~ 33.82%
Die Farbe #B5B9BB wird in CMYK als (3,1,0,27) definiert.
CMYK: (3,1,0,27) C3M1Y0K27 (3%,1%,0%,27%) (0.03/0.01/0.00/0.27)
B5 | B9 | BB | |
---|---|---|---|
RGB | 181 | 185 | 187 |
HSL | 200° | 4.23% | 72.16% |
HSB/HSV | 200° | 3.21% | 73.33% |
CMYK | 3.21% | 1.07% | 0.00% |
26.67% |
Hexadezimal | B5 | B9 | BB |
Dezimal | 181 | 185 | 187 |
Binär | 10110101 | 10111001 | 10111011 |
Oktal | 265 | 271 | 273 |
Beispiele css- und html für Elemente in der Farbe #B5B9BB. Bitte benutzen Sie auch rgb(181,185,187) statt hex-Code.
.myTextColor { color: #B5B9BB; }
<p style="color:#B5B9BB">This sample text font color is #B5B9BB.</p>
Die Farbe dieses Textes ist #B5B9BB.
.myBgColor { background-color: #B5B9BB; }
<div style="background-color:#B5B9BB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B5B9BB.
.myBorderColor { border: 1px solid #B5B9BB; }
<div style="border:3px solid #B5B9BB">Div</div>
Die Grenzen von diesem div sind in Farbe #B5B9BB.
.myOpacity80 { color: #B5B9BB; opacity: 0.8; }
<p style="color:#B5B9BB;opacity:0.8;">80%</p>
Text in Farbe #B5B9BB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B5B9BB;}
<p style="text-shadow: 3px 3px 1px #B5B9BB">Text here.</p>
Dieser Text hat den Schatten in Farbe #B5B9BB.
.textShadow {text-shadow: 3px 3px 1px #B5B9BB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B5B9BB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B5B9BB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B5B9BB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B5B9BB, Direction=45, Strength=4)">Text</p>
This text has shadow with #B5B9BB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #B5B9BB; -webkit-box-shadow: 1px 1px 3px 2px #B5B9BB; box-shadow: 1px 1px 3px 2px #B5B9BB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #B5B9BB; -webkit-box-shadow: 1px 1px 3px 2px #B5B9BB; box-shadow:1px 1px 3px 2px #B5B9BB;">
Div content here</div>
Dieser Text ist in der Farbe #B5B9BB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B5B9BB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B5B9BB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B5B9BB.