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