HEX: #AB8B9E
RGB: (171,139,158)
#AB8B9E enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #AB8B9E ist eine «websichere» Webfarbe #999999 (oder kurz #999).
Die Farbe #AB8B9E wird in RGB als (171,139,158) definiert.
RGB: (171,139,158) (67%,55%,62%)
R 171 von 255 = 67%
G 139 von 255 = 55%
B 158 von 255 = 62%
R + G + B ~ 61%. #AB8B9E ziemlich helle Farbe.
R + G + B =
171 + 139 + 158 = 468 (100%)
R 171 von 468 ~ 36.54%
G 139 von 468 ~ 29.7%
B 158 von 468 ~ 33.76%
Die Farbe #AB8B9E wird in CMYK als (0,19,8,33) definiert.
CMYK: (0,19,8,33) C0M19Y8K33 (0%,19%,8%,33%) (0.00/0.19/0.08/0.33)
AB | 8B | 9E | |
---|---|---|---|
RGB | 171 | 139 | 158 |
HSL | 324° | 16.00% | 60.78% |
HSB/HSV | 324° | 18.71% | 67.06% |
CMYK | 0.00% | 18.71% | 7.60% |
32.94% |
Hexadezimal | AB | 8B | 9E |
Dezimal | 171 | 139 | 158 |
Binär | 10101011 | 10001011 | 10011110 |
Oktal | 253 | 213 | 236 |
Beispiele css- und html für Elemente in der Farbe #AB8B9E. Bitte benutzen Sie auch rgb(171,139,158) statt hex-Code.
.myTextColor { color: #AB8B9E; }
<p style="color:#AB8B9E">This sample text font color is #AB8B9E.</p>
Die Farbe dieses Textes ist #AB8B9E.
.myBgColor { background-color: #AB8B9E; }
<div style="background-color:#AB8B9E">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #AB8B9E.
.myBorderColor { border: 1px solid #AB8B9E; }
<div style="border:3px solid #AB8B9E">Div</div>
Die Grenzen von diesem div sind in Farbe #AB8B9E.
.myOpacity80 { color: #AB8B9E; opacity: 0.8; }
<p style="color:#AB8B9E;opacity:0.8;">80%</p>
Text in Farbe #AB8B9E und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AB8B9E;}
<p style="text-shadow: 3px 3px 1px #AB8B9E">Text here.</p>
Dieser Text hat den Schatten in Farbe #AB8B9E.
.textShadow {text-shadow: 3px 3px 1px #AB8B9E, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AB8B9E, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #AB8B9E und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AB8B9E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AB8B9E, Direction=45, Strength=4)">Text</p>
This text has shadow with #AB8B9E and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #AB8B9E; -webkit-box-shadow: 1px 1px 3px 2px #AB8B9E; box-shadow: 1px 1px 3px 2px #AB8B9E; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #AB8B9E; -webkit-box-shadow: 1px 1px 3px 2px #AB8B9E; box-shadow:1px 1px 3px 2px #AB8B9E;">
Div content here</div>
Dieser Text ist in der Farbe #AB8B9E auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #AB8B9E auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #AB8B9E.
Dieser Text ist weiß auf dem Hintergrund in Farbe #AB8B9E.