COLOR #9987C3

HEX: #9987C3 RGB: (153,135,195)

Color info

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

RGB color model

#9987C3 color RGB value is (153,135,195).

RGB: (153,135,195) (60%, 53%, 76%)

RGB channels and saturation

R 153 of 255 = 60%
G 135 of 255 = 53%
B 195 of 255 = 76%

153
135
195

R + G + B ~ 63%. #9987C3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 153 + 135 + 195 = 483 (100%)
R 153 of 483 ~ 31.68%
G 135 of 483 ~ 27.95%
B 195 of 483 ~ 40.37'%

%31.68
%27.95
%40.37

CMYK color model

#9987C3 color CMYK value is (22,31,0,24).

  • cyan value is 21.54%
  • magenta value is 30.77%
  • yellow value is 0.00%
  • key color value is 23.53%

CMYK: (22,31,0,24)
C22M31Y0K24 (22%, 31%, 0%, 24%)
(0.22 / 0.31 / 0.00 / 0.24)

CMYK percentages

%21.54
%30.77
%0
%23.53

Codes

Color #9987C3 in popluar color models

99 87 C3
RGB 153 135 195
HSL 258° 33.33% 64.71%
HSB/HSV 258° 30.77% 76.47%
CMYK 21.54% 30.77% 0.00%
23.53%

Color #9987C3 in popluar number systems.

HEX 99 87 C3
Decimal 153 135 195
Binary 10011001 10000111 11000011
Octal 231 207 303

Shades and tints

Shades of #9987C3

#9987C3
(153,135,195)
#8C7BB2
(140,123,178)
#7F6FA1
(127,111,161)
#726390
(114,99,144)
#65577F
(101,87,127)
#584B6E
(88,75,110)
#4B3F5D
(75,63,93)
#3E334C
(62,51,76)
#31273B
(49,39,59)
#241B2A
(36,27,42)
#170F19
(23,15,25)
#000000
(0,0,0)

Tints of #9987C3

#9987C3
(153,135,195)
#A291C8
(162,145,200)
#AB9BCD
(171,155,205)
#B4A5D2
(180,165,210)
#BDAFD7
(189,175,215)
#C6B9DC
(198,185,220)
#CFC3E1
(207,195,225)
#D8CDE6
(216,205,230)
#E1D7EB
(225,215,235)
#EAE1F0
(234,225,240)
#F3EBF5
(243,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9987C3; }

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

This text font color is #9987C3.

Background Color

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

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

This div background color is #9987C3.

Border color

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

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

This div border color is #9987C3.

Opacity

.myOpacity80 { color: #9987C3; opacity: 0.8; }

<p style="color:#9987C3;opacity:0.8;">80%</p>

Text with #9987C3 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 #9987C3;}

<p style="text-shadow: 3px 3px 1px #9987C3">Text here.</p>

This text has shadow with #9987C3 color.


.textShadow {text-shadow: 3px 3px 1px #9987C3', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #9987C3, 5px 5px 20px red">Text here.</p>

This text has shadow with #9987C3 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#9987C3, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#9987C3, Direction=45, Strength=4)">Text</p>

This text has shadow with #9987C3 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #9987C3;
-webkit-box-shadow: 1px 1px 3px 2px #9987C3;
box-shadow: 1px 1px 3px 2px #9987C3;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #9987C3; -webkit-box-shadow: 1px 1px 3px 2px #9987C3; box-shadow:1px 1px 3px 2px #9987C3;">
Div content here
</div>

This div box has shadow with color #9987C3.

Preview

Color preview on black background

This text has color #9987C3 on black background.


Color preview on white background

This text has color #9987C3 on white background.


Black color preview on #9987C3 background

This text has black color on #9987C3 background.


White color preview on #9987C3 background

This text has white color on #9987C3 background.


Related colors

Complementary color

Complementary color for #hex is #66783C.


I love getcolorcode.com

Triadic colors

1 #C39987 and #87C399 with #9987C3 are triadic colors.

2 #C38799 and #8799C3 with #9987C3 are triadic colors.