HEX: #AB87BC
RGB: (171,135,188)
#AB87BC enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #AB87BC ist eine «websichere» Webfarbe #9999CC (oder kurz #99C).
Die Farbe #AB87BC wird in RGB als (171,135,188) definiert.
RGB: (171,135,188) (67%,53%,74%)
R 171 von 255 = 67%
G 135 von 255 = 53%
B 188 von 255 = 74%
R + G + B ~ 65%. #AB87BC ziemlich helle Farbe.
R + G + B =
171 + 135 + 188 = 494 (100%)
R 171 von 494 ~ 34.62%
G 135 von 494 ~ 27.33%
B 188 von 494 ~ 38.06%
Die Farbe #AB87BC wird in CMYK als (9,28,0,26) definiert.
CMYK: (9,28,0,26) C9M28Y0K26 (9%,28%,0%,26%) (0.09/0.28/0.00/0.26)
AB | 87 | BC | |
---|---|---|---|
RGB | 171 | 135 | 188 |
HSL | 281° | 28.34% | 63.33% |
HSB/HSV | 281° | 28.19% | 73.73% |
CMYK | 9.04% | 28.19% | 0.00% |
26.27% |
Hexadezimal | AB | 87 | BC |
Dezimal | 171 | 135 | 188 |
Binär | 10101011 | 10000111 | 10111100 |
Oktal | 253 | 207 | 274 |
Beispiele css- und html für Elemente in der Farbe #AB87BC. Bitte benutzen Sie auch rgb(171,135,188) statt hex-Code.
.myTextColor { color: #AB87BC; }
<p style="color:#AB87BC">This sample text font color is #AB87BC.</p>
Die Farbe dieses Textes ist #AB87BC.
.myBgColor { background-color: #AB87BC; }
<div style="background-color:#AB87BC">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #AB87BC.
.myBorderColor { border: 1px solid #AB87BC; }
<div style="border:3px solid #AB87BC">Div</div>
Die Grenzen von diesem div sind in Farbe #AB87BC.
.myOpacity80 { color: #AB87BC; opacity: 0.8; }
<p style="color:#AB87BC;opacity:0.8;">80%</p>
Text in Farbe #AB87BC und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AB87BC;}
<p style="text-shadow: 3px 3px 1px #AB87BC">Text here.</p>
Dieser Text hat den Schatten in Farbe #AB87BC.
.textShadow {text-shadow: 3px 3px 1px #AB87BC, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AB87BC, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #AB87BC und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AB87BC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AB87BC, Direction=45, Strength=4)">Text</p>
This text has shadow with #AB87BC and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #AB87BC; -webkit-box-shadow: 1px 1px 3px 2px #AB87BC; box-shadow: 1px 1px 3px 2px #AB87BC; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #AB87BC; -webkit-box-shadow: 1px 1px 3px 2px #AB87BC; box-shadow:1px 1px 3px 2px #AB87BC;">
Div content here</div>
Dieser Text ist in der Farbe #AB87BC auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #AB87BC auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #AB87BC.
Dieser Text ist weiß auf dem Hintergrund in Farbe #AB87BC.