HEX: #AB99AC
RGB: (171,153,172)
#AB99AC enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #AB99AC ist eine «websichere» Webfarbe #999999 (oder kurz #999).
Die Farbe #AB99AC wird in RGB als (171,153,172) definiert.
RGB: (171,153,172) (67%,60%,67%)
R 171 von 255 = 67%
G 153 von 255 = 60%
B 172 von 255 = 67%
R + G + B ~ 65%. #AB99AC ziemlich helle Farbe.
R + G + B =
171 + 153 + 172 = 496 (100%)
R 171 von 496 ~ 34.48%
G 153 von 496 ~ 30.85%
B 172 von 496 ~ 34.68%
Die Farbe #AB99AC wird in CMYK als (1,11,0,33) definiert.
CMYK: (1,11,0,33) C1M11Y0K33 (1%,11%,0%,33%) (0.01/0.11/0.00/0.33)
AB | 99 | AC | |
---|---|---|---|
RGB | 171 | 153 | 172 |
HSL | 297° | 10.27% | 63.73% |
HSB/HSV | 297° | 11.05% | 67.45% |
CMYK | 0.58% | 11.05% | 0.00% |
32.55% |
Hexadezimal | AB | 99 | AC |
Dezimal | 171 | 153 | 172 |
Binär | 10101011 | 10011001 | 10101100 |
Oktal | 253 | 231 | 254 |
Beispiele css- und html für Elemente in der Farbe #AB99AC. Bitte benutzen Sie auch rgb(171,153,172) statt hex-Code.
.myTextColor { color: #AB99AC; }
<p style="color:#AB99AC">This sample text font color is #AB99AC.</p>
Die Farbe dieses Textes ist #AB99AC.
.myBgColor { background-color: #AB99AC; }
<div style="background-color:#AB99AC">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #AB99AC.
.myBorderColor { border: 1px solid #AB99AC; }
<div style="border:3px solid #AB99AC">Div</div>
Die Grenzen von diesem div sind in Farbe #AB99AC.
.myOpacity80 { color: #AB99AC; opacity: 0.8; }
<p style="color:#AB99AC;opacity:0.8;">80%</p>
Text in Farbe #AB99AC und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AB99AC;}
<p style="text-shadow: 3px 3px 1px #AB99AC">Text here.</p>
Dieser Text hat den Schatten in Farbe #AB99AC.
.textShadow {text-shadow: 3px 3px 1px #AB99AC, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AB99AC, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #AB99AC und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AB99AC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AB99AC, Direction=45, Strength=4)">Text</p>
This text has shadow with #AB99AC and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #AB99AC; -webkit-box-shadow: 1px 1px 3px 2px #AB99AC; box-shadow: 1px 1px 3px 2px #AB99AC; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #AB99AC; -webkit-box-shadow: 1px 1px 3px 2px #AB99AC; box-shadow:1px 1px 3px 2px #AB99AC;">
Div content here</div>
Dieser Text ist in der Farbe #AB99AC auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #AB99AC auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #AB99AC.
Dieser Text ist weiß auf dem Hintergrund in Farbe #AB99AC.