HEX: #977CAA
RGB: (151,124,170)
#977CAA contains red, green and blue colors in about the same proportion. Web safe color of #977CAA is #996699 (or #969).
#977CAA color RGB value is (151,124,170).
RGB: (151,124,170)
(59%, 49%, 67%)
R 151 of 255 = 59%
G 124 of 255 = 49%
B 170 of 255 = 67%
R + G + B ~ 58%. #977CAA is middle color (not dark and not light).
R + G + B = 151 + 124 + 170 = 445 (100%)
R 151 of 445 ~ 33.93%
G 124 of 445 ~ 27.87%
B 170 of 445 ~ 38.2'%
#977CAA color CMYK value is (11,27,0,33).
CMYK: (11,27,0,33)
C11M27Y0K33 (11%, 27%, 0%, 33%)
(0.11 / 0.27 / 0.00 / 0.33)
Color #977CAA in popluar color models
97 | 7C | AA | |
---|---|---|---|
RGB | 151 | 124 | 170 |
HSL | 275° | 21.30% | 57.65% |
HSB/HSV | 275° | 27.06% | 66.67% |
CMYK | 11.18% | 27.06% | 0.00% |
33.33% |
Color #977CAA in popluar number systems.
HEX | 97 | 7C | AA |
Decimal | 151 | 124 | 170 |
Binary | 10010111 | 1111100 | 10101010 |
Octal | 227 | 174 | 252 |
Shades of #977CAA
Tints of #977CAA
Examples of css and html codes for elements with #977CAA color. Also use rgb(151,124,170) instead hex code.
.myTextColor { color: #977CAA; }
<p style="color:#977CAA">This sample text font color is #977CAA.</p>
This text font color is #977CAA.
.myBgColor { background-color: #977CAA; }
<div style="background-color:#977CAA">Inner text</div>
This div background color is #977CAA.
.myBorderColor { border: 1px solid #977CAA; }
<div style="border:3px solid #977CAA">Div</div>
This div border color is #977CAA.
.myOpacity80 { color: #977CAA; opacity: 0.8; }
<p style="color:#977CAA;opacity:0.8;">80%</p>
Text with #977CAA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #977CAA;}
<p style="text-shadow: 3px 3px 1px #977CAA">Text here.</p>
This text has shadow with #977CAA color.
.textShadow {text-shadow: 3px 3px 1px #977CAA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #977CAA, 5px 5px 20px red">Text here.</p>
This text has shadow with #977CAA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#977CAA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#977CAA, Direction=45, Strength=4)">Text</p>
This text has shadow with #977CAA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #977CAA;
-webkit-box-shadow: 1px 1px 3px 2px #977CAA;
box-shadow: 1px 1px 3px 2px #977CAA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #977CAA; -webkit-box-shadow: 1px 1px 3px 2px #977CAA; box-shadow:1px 1px 3px 2px #977CAA;">
Div content here
</div>
This text has color #977CAA on black background.
This text has color #977CAA on white background.
This text has black color on #977CAA background.
This text has white color on #977CAA background.
Complementary color for #hex is #688355.