HEX: #AB707D
RGB: (171,112,125)
#AB707D enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #AB707D ist eine «websichere» Webfarbe #996666 (oder kurz #966).
Die Farbe #AB707D wird in RGB als (171,112,125) definiert.
RGB: (171,112,125)
(67%, 44%, 49%)
R 171 von 255 = 67%
G 112 von 255 = 44%
B 125 von 255 = 49%
R + G + B ~ 53%. #AB707D mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 171 + 112 + 125 = 408 (100%)
R 171 von 408 ~ 41.91%
G 112 von 408 ~ 27.45%
B 125 von 408 ~ 30.64'%
Die Farbe #AB707D wird in CMYK als (0,35,27,33) definiert.
CMYK: (0,35,27,33)
C0M35Y27K33 (0%, 35%, 27%, 33%)
(0.00 / 0.35 / 0.27 / 0.33)
Farbe #AB707D in den populären Farbmodellen.
AB | 70 | 7D | |
---|---|---|---|
RGB | 171 | 112 | 125 |
HSL | 347° | 25.99% | 55.49% |
HSB/HSV | 347° | 34.50% | 67.06% |
CMYK | 0.00% | 34.50% | 26.90% |
32.94% |
Die Farbe #AB707D in den populären Zahlensystemen.
Hexadezimal | AB | 70 | 7D |
Dezimal | 171 | 112 | 125 |
Binär | 10101011 | 1110000 | 1111101 |
Oktal | 253 | 160 | 175 |
Dunkle Töne der Farbe #AB707D
Helle Töne der Farbe #AB707D
Beispiele css- und html für Elemente in der Farbe #AB707D. Bitte benutzen Sie auch rgb(171,112,125) statt hex-Code.
.myTextColor { color: #AB707D; }
<p style="color:#AB707D">This sample text font color is #AB707D.</p>
Die Farbe dieses Textes ist #AB707D.
.myBgColor { background-color: #AB707D; }
<div style="background-color:#AB707D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #AB707D.
.myBorderColor { border: 1px solid #AB707D; }
<div style="border:3px solid #AB707D">Div</div>
Die Grenzen von diesem div sind in Farbe #AB707D.
.myOpacity80 { color: #AB707D; opacity: 0.8; }
<p style="color:#AB707D;opacity:0.8;">80%</p>
Text in Farbe #AB707D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AB707D;}
<p style="text-shadow: 3px 3px 1px #AB707D">Text here.</p>
Dieser Text hat den Schatten in Farbe #AB707D.
.textShadow {text-shadow: 3px 3px 1px #AB707D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AB707D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #AB707D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AB707D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AB707D, Direction=45, Strength=4)">Text</p>
This text has shadow with #AB707D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AB707D;
-webkit-box-shadow: 1px 1px 3px 2px #AB707D;
box-shadow: 1px 1px 3px 2px #AB707D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AB707D; -webkit-box-shadow: 1px 1px 3px 2px #AB707D; box-shadow:1px 1px 3px 2px #AB707D;">
Div content here
</div>
Dieser Text ist in der Farbe #AB707D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #AB707D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #AB707D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #AB707D.
Kontrastfarbe für #hex ist #548F82.