HEX: #AB6B9C
RGB: (171,107,156)
#AB6B9C enthält hauptsächlich rote und blaue Farbe. Für #AB6B9C ist eine «websichere» Webfarbe #996699 (oder kurz #969).
Die Farbe #AB6B9C wird in RGB als (171,107,156) definiert.
RGB: (171,107,156)
(67%, 42%, 61%)
R 171 von 255 = 67%
G 107 von 255 = 42%
B 156 von 255 = 61%
R + G + B ~ 57%. #AB6B9C mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 171 + 107 + 156 = 434 (100%)
R 171 von 434 ~ 39.4%
G 107 von 434 ~ 24.65%
B 156 von 434 ~ 35.94'%
Die Farbe #AB6B9C wird in CMYK als (0,37,9,33) definiert.
CMYK: (0,37,9,33)
C0M37Y9K33 (0%, 37%, 9%, 33%)
(0.00 / 0.37 / 0.09 / 0.33)
Farbe #AB6B9C in den populären Farbmodellen.
AB | 6B | 9C | |
---|---|---|---|
RGB | 171 | 107 | 156 |
HSL | 314° | 27.59% | 54.51% |
HSB/HSV | 314° | 37.43% | 67.06% |
CMYK | 0.00% | 37.43% | 8.77% |
32.94% |
Die Farbe #AB6B9C in den populären Zahlensystemen.
Hexadezimal | AB | 6B | 9C |
Dezimal | 171 | 107 | 156 |
Binär | 10101011 | 1101011 | 10011100 |
Oktal | 253 | 153 | 234 |
Dunkle Töne der Farbe #AB6B9C
Helle Töne der Farbe #AB6B9C
Beispiele css- und html für Elemente in der Farbe #AB6B9C. Bitte benutzen Sie auch rgb(171,107,156) statt hex-Code.
.myTextColor { color: #AB6B9C; }
<p style="color:#AB6B9C">This sample text font color is #AB6B9C.</p>
Die Farbe dieses Textes ist #AB6B9C.
.myBgColor { background-color: #AB6B9C; }
<div style="background-color:#AB6B9C">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #AB6B9C.
.myBorderColor { border: 1px solid #AB6B9C; }
<div style="border:3px solid #AB6B9C">Div</div>
Die Grenzen von diesem div sind in Farbe #AB6B9C.
.myOpacity80 { color: #AB6B9C; opacity: 0.8; }
<p style="color:#AB6B9C;opacity:0.8;">80%</p>
Text in Farbe #AB6B9C und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #AB6B9C;}
<p style="text-shadow: 3px 3px 1px #AB6B9C">Text here.</p>
Dieser Text hat den Schatten in Farbe #AB6B9C.
.textShadow {text-shadow: 3px 3px 1px #AB6B9C', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #AB6B9C, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #AB6B9C und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AB6B9C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#AB6B9C, Direction=45, Strength=4)">Text</p>
This text has shadow with #AB6B9C and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AB6B9C;
-webkit-box-shadow: 1px 1px 3px 2px #AB6B9C;
box-shadow: 1px 1px 3px 2px #AB6B9C;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AB6B9C; -webkit-box-shadow: 1px 1px 3px 2px #AB6B9C; box-shadow:1px 1px 3px 2px #AB6B9C;">
Div content here
</div>
Dieser Text ist in der Farbe #AB6B9C auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #AB6B9C auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #AB6B9C.
Dieser Text ist weiß auf dem Hintergrund in Farbe #AB6B9C.
Kontrastfarbe für #AB6B9C ist #549463.