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