COLOR #9887A5

HEX: #9887A5 RGB: (152,135,165)

Color info

#9887A5 contains red, green and blue colors in about the same proportion. Web safe color of #9887A5 is #999999 (or #999).

RGB color model

#9887A5 color RGB value is (152,135,165).

RGB: (152,135,165) (60%, 53%, 65%)

RGB channels and saturation

R 152 of 255 = 60%
G 135 of 255 = 53%
B 165 of 255 = 65%

152
135
165

R + G + B ~ 59%. #9887A5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 152 + 135 + 165 = 452 (100%)
R 152 of 452 ~ 33.63%
G 135 of 452 ~ 29.87%
B 165 of 452 ~ 36.5'%

%33.63
%29.87
%36.5

CMYK color model

#9887A5 color CMYK value is (8,18,0,35).

  • cyan value is 7.88%
  • magenta value is 18.18%
  • yellow value is 0.00%
  • key color value is 35.29%

CMYK: (8,18,0,35)
C8M18Y0K35 (8%, 18%, 0%, 35%)
(0.08 / 0.18 / 0.00 / 0.35)

CMYK percentages

%7.88
%18.18
%0
%35.29

Codes

Color #9887A5 in popluar color models

98 87 A5
RGB 152 135 165
HSL 274° 14.29% 58.82%
HSB/HSV 274° 18.18% 64.71%
CMYK 7.88% 18.18% 0.00%
35.29%

Color #9887A5 in popluar number systems.

HEX 98 87 A5
Decimal 152 135 165
Binary 10011000 10000111 10100101
Octal 230 207 245

Shades and tints

Shades of #9887A5

#9887A5
(152,135,165)
#8B7B96
(139,123,150)
#7E6F87
(126,111,135)
#716378
(113,99,120)
#645769
(100,87,105)
#574B5A
(87,75,90)
#4A3F4B
(74,63,75)
#3D333C
(61,51,60)
#30272D
(48,39,45)
#231B1E
(35,27,30)
#160F0F
(22,15,15)
#000000
(0,0,0)

Tints of #9887A5

#9887A5
(152,135,165)
#A191AD
(161,145,173)
#AA9BB5
(170,155,181)
#B3A5BD
(179,165,189)
#BCAFC5
(188,175,197)
#C5B9CD
(197,185,205)
#CEC3D5
(206,195,213)
#D7CDDD
(215,205,221)
#E0D7E5
(224,215,229)
#E9E1ED
(233,225,237)
#F2EBF5
(242,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9887A5 color. Also use rgb(152,135,165) instead hex code.

Text Font Color

.myTextColor { color: #9887A5; }

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

This text font color is #9887A5.

Background Color

.myBgColor { background-color: #9887A5; }

<div style="background-color:#9887A5">Inner text</div>

This div background color is #9887A5.

Border color

.myBorderColor { border: 1px solid #9887A5; }

<div style="border:3px solid #9887A5">Div</div>

This div border color is #9887A5.

Opacity

.myOpacity80 { color: #9887A5; opacity: 0.8; }

<p style="color:#9887A5;opacity:0.8;">80%</p>

Text with #9887A5 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 #9887A5;}

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

This text has shadow with #9887A5 color.


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

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

This text has shadow with #9887A5 primary color and red secondary color.


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

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

This text has shadow with #9887A5 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #9887A5.

Preview

Color preview on black background

This text has color #9887A5 on black background.


Color preview on white background

This text has color #9887A5 on white background.


Black color preview on #9887A5 background

This text has black color on #9887A5 background.


White color preview on #9887A5 background

This text has white color on #9887A5 background.


Related colors

Complementary color

Complementary color for #hex is #67785A.


I love getcolorcode.com

Triadic colors

1 #A59887 and #87A598 with #9887A5 are triadic colors.

2 #A58798 and #8798A5 with #9887A5 are triadic colors.