HEX: #AB8899
RGB: (171,136,153)
#AB8899 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #AB8899 ist eine «websichere» Webfarbe #999999 (oder kurz #999).
Die Farbe #AB8899 wird in RGB als (171,136,153) definiert.
RGB: (171,136,153)
(67%, 53%, 60%)
R 171 von 255 = 67%
G 136 von 255 = 53%
B 153 von 255 = 60%
R + G + B ~ 60%. #AB8899 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 171 + 136 + 153 = 460 (100%)
R 171 von 460 ~ 37.17%
G 136 von 460 ~ 29.57%
B 153 von 460 ~ 33.26'%
Die Farbe #AB8899 wird in CMYK als (0,20,11,33) definiert.
CMYK: (0,20,11,33) C0M20Y11K33 (0%,20%,11%,33%) (0.00/0.20/0.11/0.33)
Farbe #AB8899 in den populären Farbmodellen.
AB | 88 | 99 | |
---|---|---|---|
RGB | 171 | 136 | 153 |
HSL | 331° | 17.24% | 60.20% |
HSB/HSV | 331° | 20.47% | 67.06% |
CMYK | 0.00% | 20.47% | 10.53% |
32.94% |
Die Farbe #AB8899 in den populären Zahlensystemen.
Hexadezimal | AB | 88 | 99 |
Dezimal | 171 | 136 | 153 |
Binär | 10101011 | 10001000 | 10011001 |
Oktal | 253 | 210 | 231 |
Dunkle Töne der Farbe #AB8899
Helle Töne der Farbe #AB8899
Beispiele css- und html für Elemente in der Farbe #AB8899. Bitte benutzen Sie auch rgb(171,136,153) statt hex-Code.
.myTextColor { color: #AB8899; }
<p style="color:#AB8899">This sample text font color is #AB8899.</p>
Die Farbe dieses Textes ist #AB8899.
.myBgColor { background-color: #AB8899; }
<div style="background-color:#AB8899">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #AB8899.
.myBorderColor { border: 1px solid #AB8899; }
<div style="border:3px solid #AB8899">Div</div>
Die Grenzen von diesem div sind in Farbe #AB8899.
.myOpacity80 { color: #AB8899; opacity: 0.8; }
<p style="color:#AB8899;opacity:0.8;">80%</p>
Text in Farbe #AB8899 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AB8899;}
<p style="text-shadow: 3px 3px 1px #AB8899">Text here.</p>
Dieser Text hat den Schatten in Farbe #AB8899.
.textShadow {text-shadow: 3px 3px 1px #AB8899', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AB8899, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #AB8899 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AB8899, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AB8899, Direction=45, Strength=4)">Text</p>
This text has shadow with #AB8899 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AB8899;
-webkit-box-shadow: 1px 1px 3px 2px #AB8899;
box-shadow: 1px 1px 3px 2px #AB8899;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AB8899; -webkit-box-shadow: 1px 1px 3px 2px #AB8899; box-shadow:1px 1px 3px 2px #AB8899;">
Div content here
</div>
Dieser Text ist in der Farbe #AB8899 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #AB8899 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #AB8899.
Dieser Text ist weiß auf dem Hintergrund in Farbe #AB8899.
Kontrastfarbe für #hex ist #547766.