HEX: #977BB4
RGB: (151,123,180)
#977BB4 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #977BB4 ist eine «websichere» Webfarbe #9966CC (oder kurz #96C).
Die Farbe #977BB4 wird in RGB als (151,123,180) definiert.
RGB: (151,123,180)
(59%, 48%, 71%)
R 151 von 255 = 59%
G 123 von 255 = 48%
B 180 von 255 = 71%
R + G + B ~ 59%. #977BB4 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 151 + 123 + 180 = 454 (100%)
R 151 von 454 ~ 33.26%
G 123 von 454 ~ 27.09%
B 180 von 454 ~ 39.65'%
Die Farbe #977BB4 wird in CMYK als (16,32,0,29) definiert.
CMYK: (16,32,0,29) C16M32Y0K29 (16%,32%,0%,29%) (0.16/0.32/0.00/0.29)
Farbe #977BB4 in den populären Farbmodellen.
97 | 7B | B4 | |
---|---|---|---|
RGB | 151 | 123 | 180 |
HSL | 269° | 27.54% | 59.41% |
HSB/HSV | 269° | 31.67% | 70.59% |
CMYK | 16.11% | 31.67% | 0.00% |
29.41% |
Die Farbe #977BB4 in den populären Zahlensystemen.
Hexadezimal | 97 | 7B | B4 |
Dezimal | 151 | 123 | 180 |
Binär | 10010111 | 1111011 | 10110100 |
Oktal | 227 | 173 | 264 |
Dunkle Töne der Farbe #977BB4
Helle Töne der Farbe #977BB4
Beispiele css- und html für Elemente in der Farbe #977BB4. Bitte benutzen Sie auch rgb(151,123,180) statt hex-Code.
.myTextColor { color: #977BB4; }
<p style="color:#977BB4">This sample text font color is #977BB4.</p>
Die Farbe dieses Textes ist #977BB4.
.myBgColor { background-color: #977BB4; }
<div style="background-color:#977BB4">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #977BB4.
.myBorderColor { border: 1px solid #977BB4; }
<div style="border:3px solid #977BB4">Div</div>
Die Grenzen von diesem div sind in Farbe #977BB4.
.myOpacity80 { color: #977BB4; opacity: 0.8; }
<p style="color:#977BB4;opacity:0.8;">80%</p>
Text in Farbe #977BB4 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #977BB4;}
<p style="text-shadow: 3px 3px 1px #977BB4">Text here.</p>
Dieser Text hat den Schatten in Farbe #977BB4.
.textShadow {text-shadow: 3px 3px 1px #977BB4', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #977BB4, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #977BB4 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#977BB4, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#977BB4, Direction=45, Strength=4)">Text</p>
This text has shadow with #977BB4 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #977BB4;
-webkit-box-shadow: 1px 1px 3px 2px #977BB4;
box-shadow: 1px 1px 3px 2px #977BB4;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #977BB4; -webkit-box-shadow: 1px 1px 3px 2px #977BB4; box-shadow:1px 1px 3px 2px #977BB4;">
Div content here
</div>
Dieser Text ist in der Farbe #977BB4 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #977BB4 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #977BB4.
Dieser Text ist weiß auf dem Hintergrund in Farbe #977BB4.
Kontrastfarbe für #hex ist #68844B.