HEX: #988DAF
RGB: (152,141,175)
#988DAF contains red, green and blue colors in about the same proportion. Web safe color of #988DAF is #999999 (or #999).
#988DAF color RGB value is (152,141,175).
RGB: (152,141,175)
(60%, 55%, 69%)
R 152 of 255 = 60%
G 141 of 255 = 55%
B 175 of 255 = 69%
R + G + B ~ 61%. #988DAF is quite light color.
R + G + B = 152 + 141 + 175 = 468 (100%)
R 152 of 468 ~ 32.48%
G 141 of 468 ~ 30.13%
B 175 of 468 ~ 37.39'%
#988DAF color CMYK value is (13,19,0,31).
CMYK: (13,19,0,31)
C13M19Y0K31 (13%, 19%, 0%, 31%)
(0.13 / 0.19 / 0.00 / 0.31)
Color #988DAF in popluar color models
98 | 8D | AF | |
---|---|---|---|
RGB | 152 | 141 | 175 |
HSL | 259° | 17.53% | 61.96% |
HSB/HSV | 259° | 19.43% | 68.63% |
CMYK | 13.14% | 19.43% | 0.00% |
31.37% |
Color #988DAF in popluar number systems.
HEX | 98 | 8D | AF |
Decimal | 152 | 141 | 175 |
Binary | 10011000 | 10001101 | 10101111 |
Octal | 230 | 215 | 257 |
Shades of #988DAF
Tints of #988DAF
Examples of css and html codes for elements with #988DAF color. Also use rgb(152,141,175) instead hex code.
.myTextColor { color: #988DAF; }
<p style="color:#988DAF">This sample text font color is #988DAF.</p>
This text font color is #988DAF.
.myBgColor { background-color: #988DAF; }
<div style="background-color:#988DAF">Inner text</div>
This div background color is #988DAF.
.myBorderColor { border: 1px solid #988DAF; }
<div style="border:3px solid #988DAF">Div</div>
This div border color is #988DAF.
.myOpacity80 { color: #988DAF; opacity: 0.8; }
<p style="color:#988DAF;opacity:0.8;">80%</p>
Text with #988DAF color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #988DAF;}
<p style="text-shadow: 3px 3px 1px #988DAF">Text here.</p>
This text has shadow with #988DAF color.
.textShadow {text-shadow: 3px 3px 1px #988DAF', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #988DAF, 5px 5px 20px red">Text here.</p>
This text has shadow with #988DAF primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#988DAF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#988DAF, Direction=45, Strength=4)">Text</p>
This text has shadow with #988DAF and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #988DAF;
-webkit-box-shadow: 1px 1px 3px 2px #988DAF;
box-shadow: 1px 1px 3px 2px #988DAF;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #988DAF; -webkit-box-shadow: 1px 1px 3px 2px #988DAF; box-shadow:1px 1px 3px 2px #988DAF;">
Div content here
</div>
This text has color #988DAF on black background.
This text has color #988DAF on white background.
This text has black color on #988DAF background.
This text has white color on #988DAF background.
Complementary color for #hex is #677250.