HEX: #977FAB
RGB: (151,127,171)
#977FAB enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #977FAB ist eine «websichere» Webfarbe #996699 (oder kurz #969).
Die Farbe #977FAB wird in RGB als (151,127,171) definiert.
RGB: (151,127,171)
(59%, 50%, 67%)
R 151 von 255 = 59%
G 127 von 255 = 50%
B 171 von 255 = 67%
R + G + B ~ 59%. #977FAB mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 151 + 127 + 171 = 449 (100%)
R 151 von 449 ~ 33.63%
G 127 von 449 ~ 28.29%
B 171 von 449 ~ 38.08'%
Die Farbe #977FAB wird in CMYK als (12,26,0,33) definiert.
CMYK: (12,26,0,33)
C12M26Y0K33 (12%, 26%, 0%, 33%)
(0.12 / 0.26 / 0.00 / 0.33)
Farbe #977FAB in den populären Farbmodellen.
97 | 7F | AB | |
---|---|---|---|
RGB | 151 | 127 | 171 |
HSL | 273° | 20.75% | 58.43% |
HSB/HSV | 273° | 25.73% | 67.06% |
CMYK | 11.70% | 25.73% | 0.00% |
32.94% |
Die Farbe #977FAB in den populären Zahlensystemen.
Hexadezimal | 97 | 7F | AB |
Dezimal | 151 | 127 | 171 |
Binär | 10010111 | 1111111 | 10101011 |
Oktal | 227 | 177 | 253 |
Dunkle Töne der Farbe #977FAB
Helle Töne der Farbe #977FAB
Beispiele css- und html für Elemente in der Farbe #977FAB. Bitte benutzen Sie auch rgb(151,127,171) statt hex-Code.
.myTextColor { color: #977FAB; }
<p style="color:#977FAB">This sample text font color is #977FAB.</p>
Die Farbe dieses Textes ist #977FAB.
.myBgColor { background-color: #977FAB; }
<div style="background-color:#977FAB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #977FAB.
.myBorderColor { border: 1px solid #977FAB; }
<div style="border:3px solid #977FAB">Div</div>
Die Grenzen von diesem div sind in Farbe #977FAB.
.myOpacity80 { color: #977FAB; opacity: 0.8; }
<p style="color:#977FAB;opacity:0.8;">80%</p>
Text in Farbe #977FAB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #977FAB;}
<p style="text-shadow: 3px 3px 1px #977FAB">Text here.</p>
Dieser Text hat den Schatten in Farbe #977FAB.
.textShadow {text-shadow: 3px 3px 1px #977FAB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #977FAB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #977FAB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#977FAB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#977FAB, Direction=45, Strength=4)">Text</p>
This text has shadow with #977FAB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #977FAB;
-webkit-box-shadow: 1px 1px 3px 2px #977FAB;
box-shadow: 1px 1px 3px 2px #977FAB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #977FAB; -webkit-box-shadow: 1px 1px 3px 2px #977FAB; box-shadow:1px 1px 3px 2px #977FAB;">
Div content here
</div>
Dieser Text ist in der Farbe #977FAB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #977FAB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #977FAB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #977FAB.
Kontrastfarbe für #hex ist #688054.