HEX: #977AB6
RGB: (151,122,182)
#977AB6 enthält hauptsächlich rote und blaue Farbe. Für #977AB6 ist eine «websichere» Webfarbe #9966CC (oder kurz #96C).
Die Farbe #977AB6 wird in RGB als (151,122,182) definiert.
RGB: (151,122,182) (59%,48%,71%)
R 151 von 255 = 59%
G 122 von 255 = 48%
B 182 von 255 = 71%
R + G + B ~ 59%. #977AB6 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
151 + 122 + 182 = 455 (100%)
R 151 von 455 ~ 33.19%
G 122 von 455 ~ 26.81%
B 182 von 455 ~ 40%
Die Farbe #977AB6 wird in CMYK als (17,33,0,29) definiert.
CMYK: (17,33,0,29) C17M33Y0K29 (17%,33%,0%,29%) (0.17/0.33/0.00/0.29)
97 | 7A | B6 | |
---|---|---|---|
RGB | 151 | 122 | 182 |
HSL | 269° | 29.13% | 59.61% |
HSB/HSV | 269° | 32.97% | 71.37% |
CMYK | 17.03% | 32.97% | 0.00% |
28.63% |
Hexadezimal | 97 | 7A | B6 |
Dezimal | 151 | 122 | 182 |
Binär | 10010111 | 1111010 | 10110110 |
Oktal | 227 | 172 | 266 |
Beispiele css- und html für Elemente in der Farbe #977AB6. Bitte benutzen Sie auch rgb(151,122,182) statt hex-Code.
.myTextColor { color: #977AB6; }
<p style="color:#977AB6">This sample text font color is #977AB6.</p>
Die Farbe dieses Textes ist #977AB6.
.myBgColor { background-color: #977AB6; }
<div style="background-color:#977AB6">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #977AB6.
.myBorderColor { border: 1px solid #977AB6; }
<div style="border:3px solid #977AB6">Div</div>
Die Grenzen von diesem div sind in Farbe #977AB6.
.myOpacity80 { color: #977AB6; opacity: 0.8; }
<p style="color:#977AB6;opacity:0.8;">80%</p>
Text in Farbe #977AB6 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #977AB6;}
<p style="text-shadow: 3px 3px 1px #977AB6">Text here.</p>
Dieser Text hat den Schatten in Farbe #977AB6.
.textShadow {text-shadow: 3px 3px 1px #977AB6, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #977AB6, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #977AB6 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#977AB6, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#977AB6, Direction=45, Strength=4)">Text</p>
This text has shadow with #977AB6 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #977AB6; -webkit-box-shadow: 1px 1px 3px 2px #977AB6; box-shadow: 1px 1px 3px 2px #977AB6; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #977AB6; -webkit-box-shadow: 1px 1px 3px 2px #977AB6; box-shadow:1px 1px 3px 2px #977AB6;">
Div content here</div>
Dieser Text ist in der Farbe #977AB6 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #977AB6 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #977AB6.
Dieser Text ist weiß auf dem Hintergrund in Farbe #977AB6.