COLOR #9987CC

HEX: #9987CC RGB: (153,135,204)

Color info

#9987CC contains mainly red and blue colors. Web safe color of #9987CC is #9999CC (or #99C).

RGB color model

#9987CC color RGB value is (153,135,204).

RGB: (153,135,204) (60%, 53%, 80%)

RGB channels and saturation

R 153 of 255 = 60%
G 135 of 255 = 53%
B 204 of 255 = 80%

153
135
204

R + G + B ~ 64%. #9987CC is quite light color.

Portions of RGB colors in percentages

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'%

%31.1
%27.44
%41.46

CMYK color model

#9987CC color CMYK value is (25,34,0,20).

  • cyan value is 25.00%
  • magenta value is 33.82%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (25,34,0,20)
C25M34Y0K20 (25%, 34%, 0%, 20%)
(0.25 / 0.34 / 0.00 / 0.20)

CMYK percentages

%25
%33.82
%0
%20

Codes

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 and tints

Shades of #9987CC

#9987CC
(153,135,204)
#8C7BBA
(140,123,186)
#7F6FA8
(127,111,168)
#726396
(114,99,150)
#655784
(101,87,132)
#584B72
(88,75,114)
#4B3F60
(75,63,96)
#3E334E
(62,51,78)
#31273C
(49,39,60)
#241B2A
(36,27,42)
#170F18
(23,15,24)
#000000
(0,0,0)

Tints of #9987CC

#9987CC
(153,135,204)
#A291D0
(162,145,208)
#AB9BD4
(171,155,212)
#B4A5D8
(180,165,216)
#BDAFDC
(189,175,220)
#C6B9E0
(198,185,224)
#CFC3E4
(207,195,228)
#D8CDE8
(216,205,232)
#E1D7EC
(225,215,236)
#EAE1F0
(234,225,240)
#F3EBF4
(243,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9987CC color. Also use rgb(153,135,204) instead hex code.

Text Font Color

.myTextColor { color: #9987CC; }

<p style="color:#9987CC">This sample text font color is #9987CC.</p>

This text font color is #9987CC.

Background Color

.myBgColor { background-color: #9987CC; }

<div style="background-color:#9987CC">Inner text</div>

This div background color is #9987CC.

Border color

.myBorderColor { border: 1px solid #9987CC; }

<div style="border:3px solid #9987CC">Div</div>

This div border color is #9987CC.

Opacity

.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%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.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.

Div box shadow color

/* 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 div box has shadow with color #9987CC.

Preview

Color preview on black background

This text has color #9987CC on black background.


Color preview on white background

This text has color #9987CC on white background.


Black color preview on #9987CC background

This text has black color on #9987CC background.


White color preview on #9987CC background

This text has white color on #9987CC background.


Related colors

Complementary color

Complementary color for #hex is #667833.


I love getcolorcode.com

Triadic colors

1 #CC9987 and #87CC99 with #9987CC are triadic colors.

2 #CC8799 and #8799CC with #9987CC are triadic colors.