HEX: #988996
RGB: (152,137,150)
#988996 contains red, green and blue colors in about the same proportion. Web safe color of #988996 is #999999 (or #999).
#988996 color RGB value is (152,137,150).
RGB: (152,137,150)
(60%, 54%, 59%)
R 152 of 255 = 60%
G 137 of 255 = 54%
B 150 of 255 = 59%
R + G + B ~ 58%. #988996 is middle color (not dark and not light).
R + G + B = 152 + 137 + 150 = 439 (100%)
R 152 of 439 ~ 34.62%
G 137 of 439 ~ 31.21%
B 150 of 439 ~ 34.17'%
#988996 color CMYK value is (0,10,1,40).
CMYK: (0,10,1,40) C0M10Y1K40 (0%,10%,1%,40%) (0.00/0.10/0.01/0.40)
Color #988996 in popluar color models
98 | 89 | 96 | |
---|---|---|---|
RGB | 152 | 137 | 150 |
HSL | 308° | 6.79% | 56.67% |
HSB/HSV | 308° | 9.87% | 59.61% |
CMYK | 0.00% | 9.87% | 1.32% |
40.39% |
Color #988996 in popluar number systems.
HEX | 98 | 89 | 96 |
Decimal | 152 | 137 | 150 |
Binary | 10011000 | 10001001 | 10010110 |
Octal | 230 | 211 | 226 |
Shades of #988996
Tints of #988996
Examples of css and html codes for elements with #988996 color. Also use rgb(152,137,150) instead hex code.
.myTextColor { color: #988996; }
<p style="color:#988996">This sample text font color is #988996.</p>
This text font color is #988996.
.myBgColor { background-color: #988996; }
<div style="background-color:#988996">Inner text</div>
This div background color is #988996.
.myBorderColor { border: 1px solid #988996; }
<div style="border:3px solid #988996">Div</div>
This div border color is #988996.
.myOpacity80 { color: #988996; opacity: 0.8; }
<p style="color:#988996;opacity:0.8;">80%</p>
Text with #988996 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #988996;}
<p style="text-shadow: 3px 3px 1px #988996">Text here.</p>
This text has shadow with #988996 color.
.textShadow {text-shadow: 3px 3px 1px #988996', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #988996, 5px 5px 20px red">Text here.</p>
This text has shadow with #988996 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#988996, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#988996, Direction=45, Strength=4)">Text</p>
This text has shadow with #988996 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #988996;
-webkit-box-shadow: 1px 1px 3px 2px #988996;
box-shadow: 1px 1px 3px 2px #988996;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #988996; -webkit-box-shadow: 1px 1px 3px 2px #988996; box-shadow:1px 1px 3px 2px #988996;">
Div content here
</div>
This text has color #988996 on black background.
This text has color #988996 on white background.
This text has black color on #988996 background.
This text has white color on #988996 background.
Complementary color for #hex is #677669.