HEX: #BB96AA
RGB: (187,150,170)
#BB96AA enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #BB96AA ist eine «websichere» Webfarbe #CC9999 (oder kurz #C99).
Die Farbe #BB96AA wird in RGB als (187,150,170) definiert.
RGB: (187,150,170)
(73%, 59%, 67%)
R 187 von 255 = 73%
G 150 von 255 = 59%
B 170 von 255 = 67%
R + G + B ~ 66%. #BB96AA ziemlich helle Farbe.
R + G + B = 187 + 150 + 170 = 507 (100%)
R 187 von 507 ~ 36.88%
G 150 von 507 ~ 29.59%
B 170 von 507 ~ 33.53'%
Die Farbe #BB96AA wird in CMYK als (0,20,9,27) definiert.
CMYK: (0,20,9,27)
C0M20Y9K27 (0%, 20%, 9%, 27%)
(0.00 / 0.20 / 0.09 / 0.27)
Farbe #BB96AA in den populären Farbmodellen.
BB | 96 | AA | |
---|---|---|---|
RGB | 187 | 150 | 170 |
HSL | 328° | 21.39% | 66.08% |
HSB/HSV | 328° | 19.79% | 73.33% |
CMYK | 0.00% | 19.79% | 9.09% |
26.67% |
Die Farbe #BB96AA in den populären Zahlensystemen.
Hexadezimal | BB | 96 | AA |
Dezimal | 187 | 150 | 170 |
Binär | 10111011 | 10010110 | 10101010 |
Oktal | 273 | 226 | 252 |
Dunkle Töne der Farbe #BB96AA
Helle Töne der Farbe #BB96AA
Beispiele css- und html für Elemente in der Farbe #BB96AA. Bitte benutzen Sie auch rgb(187,150,170) statt hex-Code.
.myTextColor { color: #BB96AA; }
<p style="color:#BB96AA">This sample text font color is #BB96AA.</p>
Die Farbe dieses Textes ist #BB96AA.
.myBgColor { background-color: #BB96AA; }
<div style="background-color:#BB96AA">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #BB96AA.
.myBorderColor { border: 1px solid #BB96AA; }
<div style="border:3px solid #BB96AA">Div</div>
Die Grenzen von diesem div sind in Farbe #BB96AA.
.myOpacity80 { color: #BB96AA; opacity: 0.8; }
<p style="color:#BB96AA;opacity:0.8;">80%</p>
Text in Farbe #BB96AA und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #BB96AA;}
<p style="text-shadow: 3px 3px 1px #BB96AA">Text here.</p>
Dieser Text hat den Schatten in Farbe #BB96AA.
.textShadow {text-shadow: 3px 3px 1px #BB96AA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #BB96AA, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #BB96AA und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BB96AA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#BB96AA, Direction=45, Strength=4)">Text</p>
This text has shadow with #BB96AA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #BB96AA;
-webkit-box-shadow: 1px 1px 3px 2px #BB96AA;
box-shadow: 1px 1px 3px 2px #BB96AA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BB96AA; -webkit-box-shadow: 1px 1px 3px 2px #BB96AA; box-shadow:1px 1px 3px 2px #BB96AA;">
Div content here
</div>
Dieser Text ist in der Farbe #BB96AA auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #BB96AA auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #BB96AA.
Dieser Text ist weiß auf dem Hintergrund in Farbe #BB96AA.
Kontrastfarbe für #hex ist #446955.