HEX: #AB959C
RGB: (171,149,156)
#AB959C enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #AB959C ist eine «websichere» Webfarbe #999999 (oder kurz #999).
Die Farbe #AB959C wird in RGB als (171,149,156) definiert.
RGB: (171,149,156) (67%,58%,61%)
R 171 von 255 = 67%
G 149 von 255 = 58%
B 156 von 255 = 61%
R + G + B ~ 62%. #AB959C ziemlich helle Farbe.
R + G + B =
171 + 149 + 156 = 476 (100%)
R 171 von 476 ~ 35.92%
G 149 von 476 ~ 31.3%
B 156 von 476 ~ 32.77%
Die Farbe #AB959C wird in CMYK als (0,13,9,33) definiert.
CMYK: (0,13,9,33) C0M13Y9K33 (0%,13%,9%,33%) (0.00/0.13/0.09/0.33)
AB | 95 | 9C | |
---|---|---|---|
RGB | 171 | 149 | 156 |
HSL | 341° | 11.58% | 62.75% |
HSB/HSV | 341° | 12.87% | 67.06% |
CMYK | 0.00% | 12.87% | 8.77% |
32.94% |
Hexadezimal | AB | 95 | 9C |
Dezimal | 171 | 149 | 156 |
Binär | 10101011 | 10010101 | 10011100 |
Oktal | 253 | 225 | 234 |
Beispiele css- und html für Elemente in der Farbe #AB959C. Bitte benutzen Sie auch rgb(171,149,156) statt hex-Code.
.myTextColor { color: #AB959C; }
<p style="color:#AB959C">This sample text font color is #AB959C.</p>
Die Farbe dieses Textes ist #AB959C.
.myBgColor { background-color: #AB959C; }
<div style="background-color:#AB959C">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #AB959C.
.myBorderColor { border: 1px solid #AB959C; }
<div style="border:3px solid #AB959C">Div</div>
Die Grenzen von diesem div sind in Farbe #AB959C.
.myOpacity80 { color: #AB959C; opacity: 0.8; }
<p style="color:#AB959C;opacity:0.8;">80%</p>
Text in Farbe #AB959C und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AB959C;}
<p style="text-shadow: 3px 3px 1px #AB959C">Text here.</p>
Dieser Text hat den Schatten in Farbe #AB959C.
.textShadow {text-shadow: 3px 3px 1px #AB959C, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AB959C, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #AB959C und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AB959C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AB959C, Direction=45, Strength=4)">Text</p>
This text has shadow with #AB959C and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #AB959C; -webkit-box-shadow: 1px 1px 3px 2px #AB959C; box-shadow: 1px 1px 3px 2px #AB959C; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #AB959C; -webkit-box-shadow: 1px 1px 3px 2px #AB959C; box-shadow:1px 1px 3px 2px #AB959C;">
Div content here</div>
Dieser Text ist in der Farbe #AB959C auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #AB959C auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #AB959C.
Dieser Text ist weiß auf dem Hintergrund in Farbe #AB959C.