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