HEX: #987DAA
RGB: (152,125,170)
#987DAA contains red, green and blue colors in about the same proportion. Web safe color of #987DAA is #996699 (or #969).
#987DAA color RGB value is (152,125,170).
RGB: (152,125,170)
(60%, 49%, 67%)
R 152 of 255 = 60%
G 125 of 255 = 49%
B 170 of 255 = 67%
R + G + B ~ 59%. #987DAA is middle color (not dark and not light).
R + G + B = 152 + 125 + 170 = 447 (100%)
R 152 of 447 ~ 34%
G 125 of 447 ~ 27.96%
B 170 of 447 ~ 38.03'%
#987DAA color CMYK value is (11,26,0,33).
CMYK: (11,26,0,33) C11M26Y0K33 (11%,26%,0%,33%) (0.11/0.26/0.00/0.33)
Color #987DAA in popluar color models
98 | 7D | AA | |
---|---|---|---|
RGB | 152 | 125 | 170 |
HSL | 276° | 20.93% | 57.84% |
HSB/HSV | 276° | 26.47% | 66.67% |
CMYK | 10.59% | 26.47% | 0.00% |
33.33% |
Color #987DAA in popluar number systems.
HEX | 98 | 7D | AA |
Decimal | 152 | 125 | 170 |
Binary | 10011000 | 1111101 | 10101010 |
Octal | 230 | 175 | 252 |
Shades of #987DAA
Tints of #987DAA
Examples of css and html codes for elements with #987DAA color. Also use rgb(152,125,170) instead hex code.
.myTextColor { color: #987DAA; }
<p style="color:#987DAA">This sample text font color is #987DAA.</p>
This text font color is #987DAA.
.myBgColor { background-color: #987DAA; }
<div style="background-color:#987DAA">Inner text</div>
This div background color is #987DAA.
.myBorderColor { border: 1px solid #987DAA; }
<div style="border:3px solid #987DAA">Div</div>
This div border color is #987DAA.
.myOpacity80 { color: #987DAA; opacity: 0.8; }
<p style="color:#987DAA;opacity:0.8;">80%</p>
Text with #987DAA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #987DAA;}
<p style="text-shadow: 3px 3px 1px #987DAA">Text here.</p>
This text has shadow with #987DAA color.
.textShadow {text-shadow: 3px 3px 1px #987DAA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #987DAA, 5px 5px 20px red">Text here.</p>
This text has shadow with #987DAA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#987DAA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#987DAA, Direction=45, Strength=4)">Text</p>
This text has shadow with #987DAA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #987DAA;
-webkit-box-shadow: 1px 1px 3px 2px #987DAA;
box-shadow: 1px 1px 3px 2px #987DAA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #987DAA; -webkit-box-shadow: 1px 1px 3px 2px #987DAA; box-shadow:1px 1px 3px 2px #987DAA;">
Div content here
</div>
This text has color #987DAA on black background.
This text has color #987DAA on white background.
This text has black color on #987DAA background.
This text has white color on #987DAA background.
Complementary color for #hex is #678255.