HEX: #B2ABBB
RGB: (178,171,187)
#B2ABBB enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #B2ABBB ist eine «websichere» Webfarbe #9999CC (oder kurz #99C).
Die Farbe #B2ABBB wird in RGB als (178,171,187) definiert.
RGB: (178,171,187) (70%,67%,73%)
R 178 von 255 = 70%
G 171 von 255 = 67%
B 187 von 255 = 73%
R + G + B ~ 70%. #B2ABBB ziemlich helle Farbe.
R + G + B =
178 + 171 + 187 = 536 (100%)
R 178 von 536 ~ 33.21%
G 171 von 536 ~ 31.9%
B 187 von 536 ~ 34.89%
Die Farbe #B2ABBB wird in CMYK als (5,9,0,27) definiert.
CMYK: (5,9,0,27) C5M9Y0K27 (5%,9%,0%,27%) (0.05/0.09/0.00/0.27)
B2 | AB | BB | |
---|---|---|---|
RGB | 178 | 171 | 187 |
HSL | 266° | 10.53% | 70.20% |
HSB/HSV | 266° | 8.56% | 73.33% |
CMYK | 4.81% | 8.56% | 0.00% |
26.67% |
Hexadezimal | B2 | AB | BB |
Dezimal | 178 | 171 | 187 |
Binär | 10110010 | 10101011 | 10111011 |
Oktal | 262 | 253 | 273 |
Beispiele css- und html für Elemente in der Farbe #B2ABBB. Bitte benutzen Sie auch rgb(178,171,187) statt hex-Code.
.myTextColor { color: #B2ABBB; }
<p style="color:#B2ABBB">This sample text font color is #B2ABBB.</p>
Die Farbe dieses Textes ist #B2ABBB.
.myBgColor { background-color: #B2ABBB; }
<div style="background-color:#B2ABBB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #B2ABBB.
.myBorderColor { border: 1px solid #B2ABBB; }
<div style="border:3px solid #B2ABBB">Div</div>
Die Grenzen von diesem div sind in Farbe #B2ABBB.
.myOpacity80 { color: #B2ABBB; opacity: 0.8; }
<p style="color:#B2ABBB;opacity:0.8;">80%</p>
Text in Farbe #B2ABBB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #B2ABBB;}
<p style="text-shadow: 3px 3px 1px #B2ABBB">Text here.</p>
Dieser Text hat den Schatten in Farbe #B2ABBB.
.textShadow {text-shadow: 3px 3px 1px #B2ABBB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #B2ABBB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #B2ABBB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B2ABBB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#B2ABBB, Direction=45, Strength=4)">Text</p>
This text has shadow with #B2ABBB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #B2ABBB; -webkit-box-shadow: 1px 1px 3px 2px #B2ABBB; box-shadow: 1px 1px 3px 2px #B2ABBB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #B2ABBB; -webkit-box-shadow: 1px 1px 3px 2px #B2ABBB; box-shadow:1px 1px 3px 2px #B2ABBB;">
Div content here</div>
Dieser Text ist in der Farbe #B2ABBB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #B2ABBB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #B2ABBB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #B2ABBB.