HEX: #988EAC
RGB: (152,142,172)
#988EAC contains red, green and blue colors in about the same proportion. Web safe color of #988EAC is #999999 (or #999).
#988EAC color RGB value is (152,142,172).
RGB: (152,142,172)
(60%, 56%, 67%)
R 152 of 255 = 60%
G 142 of 255 = 56%
B 172 of 255 = 67%
R + G + B ~ 61%. #988EAC is quite light color.
R + G + B = 152 + 142 + 172 = 466 (100%)
R 152 of 466 ~ 32.62%
G 142 of 466 ~ 30.47%
B 172 of 466 ~ 36.91'%
#988EAC color CMYK value is (12,17,0,33).
CMYK: (12,17,0,33)
C12M17Y0K33 (12%, 17%, 0%, 33%)
(0.12 / 0.17 / 0.00 / 0.33)
Color #988EAC in popluar color models
98 | 8E | AC | |
---|---|---|---|
RGB | 152 | 142 | 172 |
HSL | 260° | 15.31% | 61.57% |
HSB/HSV | 260° | 17.44% | 67.45% |
CMYK | 11.63% | 17.44% | 0.00% |
32.55% |
Color #988EAC in popluar number systems.
HEX | 98 | 8E | AC |
Decimal | 152 | 142 | 172 |
Binary | 10011000 | 10001110 | 10101100 |
Octal | 230 | 216 | 254 |
Shades of #988EAC
Tints of #988EAC
Examples of css and html codes for elements with #988EAC color. Also use rgb(152,142,172) instead hex code.
.myTextColor { color: #988EAC; }
<p style="color:#988EAC">This sample text font color is #988EAC.</p>
This text font color is #988EAC.
.myBgColor { background-color: #988EAC; }
<div style="background-color:#988EAC">Inner text</div>
This div background color is #988EAC.
.myBorderColor { border: 1px solid #988EAC; }
<div style="border:3px solid #988EAC">Div</div>
This div border color is #988EAC.
.myOpacity80 { color: #988EAC; opacity: 0.8; }
<p style="color:#988EAC;opacity:0.8;">80%</p>
Text with #988EAC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #988EAC;}
<p style="text-shadow: 3px 3px 1px #988EAC">Text here.</p>
This text has shadow with #988EAC color.
.textShadow {text-shadow: 3px 3px 1px #988EAC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #988EAC, 5px 5px 20px red">Text here.</p>
This text has shadow with #988EAC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#988EAC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#988EAC, Direction=45, Strength=4)">Text</p>
This text has shadow with #988EAC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #988EAC;
-webkit-box-shadow: 1px 1px 3px 2px #988EAC;
box-shadow: 1px 1px 3px 2px #988EAC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #988EAC; -webkit-box-shadow: 1px 1px 3px 2px #988EAC; box-shadow:1px 1px 3px 2px #988EAC;">
Div content here
</div>
This text has color #988EAC on black background.
This text has color #988EAC on white background.
This text has black color on #988EAC background.
This text has white color on #988EAC background.
Complementary color for #hex is #677153.