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