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