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