HEX: #AB89C0
RGB: (171,137,192)
#AB89C0 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #AB89C0 ist eine «websichere» Webfarbe #9999CC (oder kurz #99C).
Die Farbe #AB89C0 wird in RGB als (171,137,192) definiert.
RGB: (171,137,192) (67%,54%,75%)
R 171 von 255 = 67%
G 137 von 255 = 54%
B 192 von 255 = 75%
R + G + B ~ 65%. #AB89C0 ziemlich helle Farbe.
R + G + B =
171 + 137 + 192 = 500 (100%)
R 171 von 500 ~ 34.2%
G 137 von 500 ~ 27.4%
B 192 von 500 ~ 38.4%
Die Farbe #AB89C0 wird in CMYK als (11,29,0,25) definiert.
CMYK: (11,29,0,25) C11M29Y0K25 (11%,29%,0%,25%) (0.11/0.29/0.00/0.25)
AB | 89 | C0 | |
---|---|---|---|
RGB | 171 | 137 | 192 |
HSL | 277° | 30.39% | 64.51% |
HSB/HSV | 277° | 28.65% | 75.29% |
CMYK | 10.94% | 28.65% | 0.00% |
24.71% |
Hexadezimal | AB | 89 | C0 |
Dezimal | 171 | 137 | 192 |
Binär | 10101011 | 10001001 | 11000000 |
Oktal | 253 | 211 | 300 |
Beispiele css- und html für Elemente in der Farbe #AB89C0. Bitte benutzen Sie auch rgb(171,137,192) statt hex-Code.
.myTextColor { color: #AB89C0; }
<p style="color:#AB89C0">This sample text font color is #AB89C0.</p>
Die Farbe dieses Textes ist #AB89C0.
.myBgColor { background-color: #AB89C0; }
<div style="background-color:#AB89C0">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #AB89C0.
.myBorderColor { border: 1px solid #AB89C0; }
<div style="border:3px solid #AB89C0">Div</div>
Die Grenzen von diesem div sind in Farbe #AB89C0.
.myOpacity80 { color: #AB89C0; opacity: 0.8; }
<p style="color:#AB89C0;opacity:0.8;">80%</p>
Text in Farbe #AB89C0 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AB89C0;}
<p style="text-shadow: 3px 3px 1px #AB89C0">Text here.</p>
Dieser Text hat den Schatten in Farbe #AB89C0.
.textShadow {text-shadow: 3px 3px 1px #AB89C0, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AB89C0, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #AB89C0 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AB89C0, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AB89C0, Direction=45, Strength=4)">Text</p>
This text has shadow with #AB89C0 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #AB89C0; -webkit-box-shadow: 1px 1px 3px 2px #AB89C0; box-shadow: 1px 1px 3px 2px #AB89C0; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #AB89C0; -webkit-box-shadow: 1px 1px 3px 2px #AB89C0; box-shadow:1px 1px 3px 2px #AB89C0;">
Div content here</div>
Dieser Text ist in der Farbe #AB89C0 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #AB89C0 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #AB89C0.
Dieser Text ist weiß auf dem Hintergrund in Farbe #AB89C0.