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