HEX: #8980AB
RGB: (137,128,171)
#8980AB enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #8980AB ist eine «websichere» Webfarbe #996699 (oder kurz #969).
Die Farbe #8980AB wird in RGB als (137,128,171) definiert.
RGB: (137,128,171)
(54%, 50%, 67%)
R 137 von 255 = 54%
G 128 von 255 = 50%
B 171 von 255 = 67%
R + G + B ~ 57%. #8980AB mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 137 + 128 + 171 = 436 (100%)
R 137 von 436 ~ 31.42%
G 128 von 436 ~ 29.36%
B 171 von 436 ~ 39.22'%
Die Farbe #8980AB wird in CMYK als (20,25,0,33) definiert.
CMYK: (20,25,0,33)
C20M25Y0K33 (20%, 25%, 0%, 33%)
(0.20 / 0.25 / 0.00 / 0.33)
Farbe #8980AB in den populären Farbmodellen.
89 | 80 | AB | |
---|---|---|---|
RGB | 137 | 128 | 171 |
HSL | 253° | 20.38% | 58.63% |
HSB/HSV | 253° | 25.15% | 67.06% |
CMYK | 19.88% | 25.15% | 0.00% |
32.94% |
Die Farbe #8980AB in den populären Zahlensystemen.
Hexadezimal | 89 | 80 | AB |
Dezimal | 137 | 128 | 171 |
Binär | 10001001 | 10000000 | 10101011 |
Oktal | 211 | 200 | 253 |
Dunkle Töne der Farbe #8980AB
Helle Töne der Farbe #8980AB
Beispiele css- und html für Elemente in der Farbe #8980AB. Bitte benutzen Sie auch rgb(137,128,171) statt hex-Code.
.myTextColor { color: #8980AB; }
<p style="color:#8980AB">This sample text font color is #8980AB.</p>
Die Farbe dieses Textes ist #8980AB.
.myBgColor { background-color: #8980AB; }
<div style="background-color:#8980AB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #8980AB.
.myBorderColor { border: 1px solid #8980AB; }
<div style="border:3px solid #8980AB">Div</div>
Die Grenzen von diesem div sind in Farbe #8980AB.
.myOpacity80 { color: #8980AB; opacity: 0.8; }
<p style="color:#8980AB;opacity:0.8;">80%</p>
Text in Farbe #8980AB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #8980AB;}
<p style="text-shadow: 3px 3px 1px #8980AB">Text here.</p>
Dieser Text hat den Schatten in Farbe #8980AB.
.textShadow {text-shadow: 3px 3px 1px #8980AB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #8980AB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #8980AB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#8980AB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#8980AB, Direction=45, Strength=4)">Text</p>
This text has shadow with #8980AB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #8980AB;
-webkit-box-shadow: 1px 1px 3px 2px #8980AB;
box-shadow: 1px 1px 3px 2px #8980AB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #8980AB; -webkit-box-shadow: 1px 1px 3px 2px #8980AB; box-shadow:1px 1px 3px 2px #8980AB;">
Div content here
</div>
Dieser Text ist in der Farbe #8980AB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #8980AB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #8980AB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #8980AB.
Kontrastfarbe für #hex ist #767F54.