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