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