HEX: #AB6A87
RGB: (171,106,135)
#AB6A87 enthält hauptsächlich rote und blaue Farbe. Für #AB6A87 ist eine «websichere» Webfarbe #996699 (oder kurz #969).
Die Farbe #AB6A87 wird in RGB als (171,106,135) definiert.
RGB: (171,106,135) (67%,42%,53%)
R 171 von 255 = 67%
G 106 von 255 = 42%
B 135 von 255 = 53%
R + G + B ~ 54%. #AB6A87 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
171 + 106 + 135 = 412 (100%)
R 171 von 412 ~ 41.5%
G 106 von 412 ~ 25.73%
B 135 von 412 ~ 32.77%
Die Farbe #AB6A87 wird in CMYK als (0,38,21,33) definiert.
CMYK: (0,38,21,33) C0M38Y21K33 (0%,38%,21%,33%) (0.00/0.38/0.21/0.33)
AB | 6A | 87 | |
---|---|---|---|
RGB | 171 | 106 | 135 |
HSL | 333° | 27.90% | 54.31% |
HSB/HSV | 333° | 38.01% | 67.06% |
CMYK | 0.00% | 38.01% | 21.05% |
32.94% |
Hexadezimal | AB | 6A | 87 |
Dezimal | 171 | 106 | 135 |
Binär | 10101011 | 1101010 | 10000111 |
Oktal | 253 | 152 | 207 |
Beispiele css- und html für Elemente in der Farbe #AB6A87. Bitte benutzen Sie auch rgb(171,106,135) statt hex-Code.
.myTextColor { color: #AB6A87; }
<p style="color:#AB6A87">This sample text font color is #AB6A87.</p>
Die Farbe dieses Textes ist #AB6A87.
.myBgColor { background-color: #AB6A87; }
<div style="background-color:#AB6A87">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #AB6A87.
.myBorderColor { border: 1px solid #AB6A87; }
<div style="border:3px solid #AB6A87">Div</div>
Die Grenzen von diesem div sind in Farbe #AB6A87.
.myOpacity80 { color: #AB6A87; opacity: 0.8; }
<p style="color:#AB6A87;opacity:0.8;">80%</p>
Text in Farbe #AB6A87 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AB6A87;}
<p style="text-shadow: 3px 3px 1px #AB6A87">Text here.</p>
Dieser Text hat den Schatten in Farbe #AB6A87.
.textShadow {text-shadow: 3px 3px 1px #AB6A87, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AB6A87, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #AB6A87 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AB6A87, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AB6A87, Direction=45, Strength=4)">Text</p>
This text has shadow with #AB6A87 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #AB6A87; -webkit-box-shadow: 1px 1px 3px 2px #AB6A87; box-shadow: 1px 1px 3px 2px #AB6A87; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #AB6A87; -webkit-box-shadow: 1px 1px 3px 2px #AB6A87; box-shadow:1px 1px 3px 2px #AB6A87;">
Div content here</div>
Dieser Text ist in der Farbe #AB6A87 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #AB6A87 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #AB6A87.
Dieser Text ist weiß auf dem Hintergrund in Farbe #AB6A87.