HEX: #9987CC
RGB: (153,135,204)
#9987CC contains mainly red and blue colors. Web safe color of #9987CC is #9999CC (or #99C).
#9987CC color RGB value is (153,135,204).
RGB: (153,135,204)
(60%, 53%, 80%)
R 153 of 255 = 60%
G 135 of 255 = 53%
B 204 of 255 = 80%
R + G + B ~ 64%. #9987CC is quite light color.
R + G + B = 153 + 135 + 204 = 492 (100%)
R 153 of 492 ~ 31.1%
G 135 of 492 ~ 27.44%
B 204 of 492 ~ 41.46'%
#9987CC color CMYK value is (25,34,0,20).
CMYK: (25,34,0,20)
C25M34Y0K20 (25%, 34%, 0%, 20%)
(0.25 / 0.34 / 0.00 / 0.20)
Color #9987CC in popluar color models
99 | 87 | CC | |
---|---|---|---|
RGB | 153 | 135 | 204 |
HSL | 256° | 40.35% | 66.47% |
HSB/HSV | 256° | 33.82% | 80.00% |
CMYK | 25.00% | 33.82% | 0.00% |
20.00% |
Color #9987CC in popluar number systems.
HEX | 99 | 87 | CC |
Decimal | 153 | 135 | 204 |
Binary | 10011001 | 10000111 | 11001100 |
Octal | 231 | 207 | 314 |
Shades of #9987CC
Tints of #9987CC
Examples of css and html codes for elements with #9987CC color. Also use rgb(153,135,204) instead hex code.
.myTextColor { color: #9987CC; }
<p style="color:#9987CC">This sample text font color is #9987CC.</p>
This text font color is #9987CC.
.myBgColor { background-color: #9987CC; }
<div style="background-color:#9987CC">Inner text</div>
This div background color is #9987CC.
.myBorderColor { border: 1px solid #9987CC; }
<div style="border:3px solid #9987CC">Div</div>
This div border color is #9987CC.
.myOpacity80 { color: #9987CC; opacity: 0.8; }
<p style="color:#9987CC;opacity:0.8;">80%</p>
Text with #9987CC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #9987CC;}
<p style="text-shadow: 3px 3px 1px #9987CC">Text here.</p>
This text has shadow with #9987CC color.
.textShadow {text-shadow: 3px 3px 1px #9987CC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #9987CC, 5px 5px 20px red">Text here.</p>
This text has shadow with #9987CC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#9987CC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#9987CC, Direction=45, Strength=4)">Text</p>
This text has shadow with #9987CC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #9987CC;
-webkit-box-shadow: 1px 1px 3px 2px #9987CC;
box-shadow: 1px 1px 3px 2px #9987CC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #9987CC; -webkit-box-shadow: 1px 1px 3px 2px #9987CC; box-shadow:1px 1px 3px 2px #9987CC;">
Div content here
</div>
This text has color #9987CC on black background.
This text has color #9987CC on white background.
This text has black color on #9987CC background.
This text has white color on #9987CC background.
Complementary color for #hex is #667833.