HEX: #AB516E
RGB: (171,81,110)
#AB516E enthält hauptsächlich rote Farbe. Für #AB516E ist eine «websichere» Webfarbe #996666 (oder kurz #966).
Die Farbe #AB516E wird in RGB als (171,81,110) definiert.
RGB: (171,81,110) (67%,32%,43%)
R 171 von 255 = 67%
G 81 von 255 = 32%
B 110 von 255 = 43%
R + G + B ~ 47%. #AB516E mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
171 + 81 + 110 = 362 (100%)
R 171 von 362 ~ 47.24%
G 81 von 362 ~ 22.38%
B 110 von 362 ~ 30.39%
Die Farbe #AB516E wird in CMYK als (0,53,36,33) definiert.
CMYK: (0,53,36,33) C0M53Y36K33 (0%,53%,36%,33%) (0.00/0.53/0.36/0.33)
AB | 51 | 6E | |
---|---|---|---|
RGB | 171 | 81 | 110 |
HSL | 341° | 35.71% | 49.41% |
HSB/HSV | 341° | 52.63% | 67.06% |
CMYK | 0.00% | 52.63% | 35.67% |
32.94% |
Hexadezimal | AB | 51 | 6E |
Dezimal | 171 | 81 | 110 |
Binär | 10101011 | 1010001 | 1101110 |
Oktal | 253 | 121 | 156 |
Beispiele css- und html für Elemente in der Farbe #AB516E. Bitte benutzen Sie auch rgb(171,81,110) statt hex-Code.
.myTextColor { color: #AB516E; }
<p style="color:#AB516E">This sample text font color is #AB516E.</p>
Die Farbe dieses Textes ist #AB516E.
.myBgColor { background-color: #AB516E; }
<div style="background-color:#AB516E">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #AB516E.
.myBorderColor { border: 1px solid #AB516E; }
<div style="border:3px solid #AB516E">Div</div>
Die Grenzen von diesem div sind in Farbe #AB516E.
.myOpacity80 { color: #AB516E; opacity: 0.8; }
<p style="color:#AB516E;opacity:0.8;">80%</p>
Text in Farbe #AB516E und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AB516E;}
<p style="text-shadow: 3px 3px 1px #AB516E">Text here.</p>
Dieser Text hat den Schatten in Farbe #AB516E.
.textShadow {text-shadow: 3px 3px 1px #AB516E, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AB516E, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #AB516E und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AB516E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AB516E, Direction=45, Strength=4)">Text</p>
This text has shadow with #AB516E and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #AB516E; -webkit-box-shadow: 1px 1px 3px 2px #AB516E; box-shadow: 1px 1px 3px 2px #AB516E; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #AB516E; -webkit-box-shadow: 1px 1px 3px 2px #AB516E; box-shadow:1px 1px 3px 2px #AB516E;">
Div content here</div>
Dieser Text ist in der Farbe #AB516E auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #AB516E auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #AB516E.
Dieser Text ist weiß auf dem Hintergrund in Farbe #AB516E.