HEX: #977FAD
RGB: (151,127,173)
#977FAD contains red, green and blue colors in about the same proportion. Web safe color of #977FAD is #996699 (or #969).
#977FAD color RGB value is (151,127,173).
RGB: (151,127,173)
(59%, 50%, 68%)
R 151 of 255 = 59%
G 127 of 255 = 50%
B 173 of 255 = 68%
R + G + B ~ 59%. #977FAD is middle color (not dark and not light).
R + G + B = 151 + 127 + 173 = 451 (100%)
R 151 of 451 ~ 33.48%
G 127 of 451 ~ 28.16%
B 173 of 451 ~ 38.36'%
#977FAD color CMYK value is (13,27,0,32).
CMYK: (13,27,0,32)
C13M27Y0K32 (13%, 27%, 0%, 32%)
(0.13 / 0.27 / 0.00 / 0.32)
Color #977FAD in popluar color models
97 | 7F | AD | |
---|---|---|---|
RGB | 151 | 127 | 173 |
HSL | 271° | 21.90% | 58.82% |
HSB/HSV | 271° | 26.59% | 67.84% |
CMYK | 12.72% | 26.59% | 0.00% |
32.16% |
Color #977FAD in popluar number systems.
HEX | 97 | 7F | AD |
Decimal | 151 | 127 | 173 |
Binary | 10010111 | 1111111 | 10101101 |
Octal | 227 | 177 | 255 |
Shades of #977FAD
Tints of #977FAD
Examples of css and html codes for elements with #977FAD color. Also use rgb(151,127,173) instead hex code.
.myTextColor { color: #977FAD; }
<p style="color:#977FAD">This sample text font color is #977FAD.</p>
This text font color is #977FAD.
.myBgColor { background-color: #977FAD; }
<div style="background-color:#977FAD">Inner text</div>
This div background color is #977FAD.
.myBorderColor { border: 1px solid #977FAD; }
<div style="border:3px solid #977FAD">Div</div>
This div border color is #977FAD.
.myOpacity80 { color: #977FAD; opacity: 0.8; }
<p style="color:#977FAD;opacity:0.8;">80%</p>
Text with #977FAD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #977FAD;}
<p style="text-shadow: 3px 3px 1px #977FAD">Text here.</p>
This text has shadow with #977FAD color.
.textShadow {text-shadow: 3px 3px 1px #977FAD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #977FAD, 5px 5px 20px red">Text here.</p>
This text has shadow with #977FAD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#977FAD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#977FAD, Direction=45, Strength=4)">Text</p>
This text has shadow with #977FAD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #977FAD;
-webkit-box-shadow: 1px 1px 3px 2px #977FAD;
box-shadow: 1px 1px 3px 2px #977FAD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #977FAD; -webkit-box-shadow: 1px 1px 3px 2px #977FAD; box-shadow:1px 1px 3px 2px #977FAD;">
Div content here
</div>
This text has color #977FAD on black background.
This text has color #977FAD on white background.
This text has black color on #977FAD background.
This text has white color on #977FAD background.
Complementary color for #hex is #688052.