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