HEX: #AB7196
RGB: (171,113,150)
#AB7196 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #AB7196 ist eine «websichere» Webfarbe #996699 (oder kurz #969).
Die Farbe #AB7196 wird in RGB als (171,113,150) definiert.
RGB: (171,113,150)
(67%, 44%, 59%)
R 171 von 255 = 67%
G 113 von 255 = 44%
B 150 von 255 = 59%
R + G + B ~ 57%. #AB7196 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 171 + 113 + 150 = 434 (100%)
R 171 von 434 ~ 39.4%
G 113 von 434 ~ 26.04%
B 150 von 434 ~ 34.56'%
Die Farbe #AB7196 wird in CMYK als (0,34,12,33) definiert.
CMYK: (0,34,12,33)
C0M34Y12K33 (0%, 34%, 12%, 33%)
(0.00 / 0.34 / 0.12 / 0.33)
Farbe #AB7196 in den populären Farbmodellen.
AB | 71 | 96 | |
---|---|---|---|
RGB | 171 | 113 | 150 |
HSL | 322° | 25.66% | 55.69% |
HSB/HSV | 322° | 33.92% | 67.06% |
CMYK | 0.00% | 33.92% | 12.28% |
32.94% |
Die Farbe #AB7196 in den populären Zahlensystemen.
Hexadezimal | AB | 71 | 96 |
Dezimal | 171 | 113 | 150 |
Binär | 10101011 | 1110001 | 10010110 |
Oktal | 253 | 161 | 226 |
Dunkle Töne der Farbe #AB7196
Helle Töne der Farbe #AB7196
Beispiele css- und html für Elemente in der Farbe #AB7196. Bitte benutzen Sie auch rgb(171,113,150) statt hex-Code.
.myTextColor { color: #AB7196; }
<p style="color:#AB7196">This sample text font color is #AB7196.</p>
Die Farbe dieses Textes ist #AB7196.
.myBgColor { background-color: #AB7196; }
<div style="background-color:#AB7196">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #AB7196.
.myBorderColor { border: 1px solid #AB7196; }
<div style="border:3px solid #AB7196">Div</div>
Die Grenzen von diesem div sind in Farbe #AB7196.
.myOpacity80 { color: #AB7196; opacity: 0.8; }
<p style="color:#AB7196;opacity:0.8;">80%</p>
Text in Farbe #AB7196 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AB7196;}
<p style="text-shadow: 3px 3px 1px #AB7196">Text here.</p>
Dieser Text hat den Schatten in Farbe #AB7196.
.textShadow {text-shadow: 3px 3px 1px #AB7196', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AB7196, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #AB7196 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AB7196, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AB7196, Direction=45, Strength=4)">Text</p>
This text has shadow with #AB7196 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AB7196;
-webkit-box-shadow: 1px 1px 3px 2px #AB7196;
box-shadow: 1px 1px 3px 2px #AB7196;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AB7196; -webkit-box-shadow: 1px 1px 3px 2px #AB7196; box-shadow:1px 1px 3px 2px #AB7196;">
Div content here
</div>
Dieser Text ist in der Farbe #AB7196 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #AB7196 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #AB7196.
Dieser Text ist weiß auf dem Hintergrund in Farbe #AB7196.
Kontrastfarbe für #hex ist #548E69.