HEX: #8996AA
RGB: (137,150,170)
#8996AA contains red, green and blue colors in about the same proportion. Web safe color of #8996AA is #999999 (or #999).
#8996AA color RGB value is (137,150,170).
RGB: (137,150,170)
(54%, 59%, 67%)
R 137 of 255 = 54%
G 150 of 255 = 59%
B 170 of 255 = 67%
R + G + B ~ 60%. #8996AA is middle color (not dark and not light).
R + G + B = 137 + 150 + 170 = 457 (100%)
R 137 of 457 ~ 29.98%
G 150 of 457 ~ 32.82%
B 170 of 457 ~ 37.2'%
#8996AA color CMYK value is (19,12,0,33).
CMYK: (19,12,0,33)
C19M12Y0K33 (19%, 12%, 0%, 33%)
(0.19 / 0.12 / 0.00 / 0.33)
Color #8996AA in popluar color models
89 | 96 | AA | |
---|---|---|---|
RGB | 137 | 150 | 170 |
HSL | 216° | 16.26% | 60.20% |
HSB/HSV | 216° | 19.41% | 66.67% |
CMYK | 19.41% | 11.76% | 0.00% |
33.33% |
Color #8996AA in popluar number systems.
HEX | 89 | 96 | AA |
Decimal | 137 | 150 | 170 |
Binary | 10001001 | 10010110 | 10101010 |
Octal | 211 | 226 | 252 |
Shades of #8996AA
Tints of #8996AA
Examples of css and html codes for elements with #8996AA color. Also use rgb(137,150,170) instead hex code.
.myTextColor { color: #8996AA; }
<p style="color:#8996AA">This sample text font color is #8996AA.</p>
This text font color is #8996AA.
.myBgColor { background-color: #8996AA; }
<div style="background-color:#8996AA">Inner text</div>
This div background color is #8996AA.
.myBorderColor { border: 1px solid #8996AA; }
<div style="border:3px solid #8996AA">Div</div>
This div border color is #8996AA.
.myOpacity80 { color: #8996AA; opacity: 0.8; }
<p style="color:#8996AA;opacity:0.8;">80%</p>
Text with #8996AA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #8996AA;}
<p style="text-shadow: 3px 3px 1px #8996AA">Text here.</p>
This text has shadow with #8996AA color.
.textShadow {text-shadow: 3px 3px 1px #8996AA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #8996AA, 5px 5px 20px red">Text here.</p>
This text has shadow with #8996AA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#8996AA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#8996AA, Direction=45, Strength=4)">Text</p>
This text has shadow with #8996AA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #8996AA;
-webkit-box-shadow: 1px 1px 3px 2px #8996AA;
box-shadow: 1px 1px 3px 2px #8996AA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #8996AA; -webkit-box-shadow: 1px 1px 3px 2px #8996AA; box-shadow:1px 1px 3px 2px #8996AA;">
Div content here
</div>
This text has color #8996AA on black background.
This text has color #8996AA on white background.
This text has black color on #8996AA background.
This text has white color on #8996AA background.
Complementary color for #hex is #766955.