HEX: #988ABC
RGB: (152,138,188)
#988ABC contains red, green and blue colors in about the same proportion. Web safe color of #988ABC is #9999CC (or #99C).
#988ABC color RGB value is (152,138,188).
RGB: (152,138,188)
(60%, 54%, 74%)
R 152 of 255 = 60%
G 138 of 255 = 54%
B 188 of 255 = 74%
R + G + B ~ 63%. #988ABC is quite light color.
R + G + B = 152 + 138 + 188 = 478 (100%)
R 152 of 478 ~ 31.8%
G 138 of 478 ~ 28.87%
B 188 of 478 ~ 39.33'%
#988ABC color CMYK value is (19,27,0,26).
CMYK: (19,27,0,26)
C19M27Y0K26 (19%, 27%, 0%, 26%)
(0.19 / 0.27 / 0.00 / 0.26)
Color #988ABC in popluar color models
98 | 8A | BC | |
---|---|---|---|
RGB | 152 | 138 | 188 |
HSL | 257° | 27.17% | 63.92% |
HSB/HSV | 257° | 26.60% | 73.73% |
CMYK | 19.15% | 26.60% | 0.00% |
26.27% |
Color #988ABC in popluar number systems.
HEX | 98 | 8A | BC |
Decimal | 152 | 138 | 188 |
Binary | 10011000 | 10001010 | 10111100 |
Octal | 230 | 212 | 274 |
Shades of #988ABC
Tints of #988ABC
Examples of css and html codes for elements with #988ABC color. Also use rgb(152,138,188) instead hex code.
.myTextColor { color: #988ABC; }
<p style="color:#988ABC">This sample text font color is #988ABC.</p>
This text font color is #988ABC.
.myBgColor { background-color: #988ABC; }
<div style="background-color:#988ABC">Inner text</div>
This div background color is #988ABC.
.myBorderColor { border: 1px solid #988ABC; }
<div style="border:3px solid #988ABC">Div</div>
This div border color is #988ABC.
.myOpacity80 { color: #988ABC; opacity: 0.8; }
<p style="color:#988ABC;opacity:0.8;">80%</p>
Text with #988ABC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #988ABC;}
<p style="text-shadow: 3px 3px 1px #988ABC">Text here.</p>
This text has shadow with #988ABC color.
.textShadow {text-shadow: 3px 3px 1px #988ABC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #988ABC, 5px 5px 20px red">Text here.</p>
This text has shadow with #988ABC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#988ABC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#988ABC, Direction=45, Strength=4)">Text</p>
This text has shadow with #988ABC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #988ABC;
-webkit-box-shadow: 1px 1px 3px 2px #988ABC;
box-shadow: 1px 1px 3px 2px #988ABC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #988ABC; -webkit-box-shadow: 1px 1px 3px 2px #988ABC; box-shadow:1px 1px 3px 2px #988ABC;">
Div content here
</div>
This text has color #988ABC on black background.
This text has color #988ABC on white background.
This text has black color on #988ABC background.
This text has white color on #988ABC background.
Complementary color for #hex is #677543.