COLOR #9887A6

HEX: #9887A6
RGB: (152,135,166)

Color info

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

RGB color model

#9887A6 color RGB value is (152,135,166).

  • red value is 152;
  • green value is 135;
  • blue value is 166.
RGB:
(152,135,166)
(60%,53%,65%)

RGB channels and saturation

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

152
135
166

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

Portions of RGB colors in percentages

R + G + B =
152 + 135 + 166 = 453 (100%)
R 152 of 453 ~ 33.55%
G 135 of 453 ~ 29.8%
B 166 of 453 ~ 36.64%

%33.55
%29.8
%36.64

CMYK color model

#9887A6 color CMYK value is (8,19,0,35).

  • cyan value is 8.43%
  • magenta value is 18.67%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(8,19,0,35)
C8M19Y0K35 
(8%,19%,0%,35%)
(0.08/0.19/0.00/0.35)	

CMYK percentages

%8.43
%18.67
%0
%34.9

Codes

Color #9887A6 in popluar color models

9887A6
RGB152135166
HSL273°14.83%59.02%
HSB/HSV273°18.67%65.10%
CMYK8.43%18.67%0.00%
34.90%

Color #9887A6 in popluar number systems.

HEX9887A6
Decimal152135166
Binary100110001000011110100110
Octal230207246

Shades and tints

Shades of #9887A6

#9887A6
(152,135,166)
#8B7B97
(139,123,151)
#7E6F88
(126,111,136)
#716379
(113,99,121)
#64576A
(100,87,106)
#574B5B
(87,75,91)
#4A3F4C
(74,63,76)
#3D333D
(61,51,61)
#30272E
(48,39,46)
#231B1F
(35,27,31)
#160F10
(22,15,16)
#000000
(0,0,0)

Tints of #9887A6

#9887A6
(152,135,166)
#A191AE
(161,145,174)
#AA9BB6
(170,155,182)
#B3A5BE
(179,165,190)
#BCAFC6
(188,175,198)
#C5B9CE
(197,185,206)
#CEC3D6
(206,195,214)
#D7CDDE
(215,205,222)
#E0D7E6
(224,215,230)
#E9E1EE
(233,225,238)
#F2EBF6
(242,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9887A6; }

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

This text font color is #9887A6.


Background Color

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

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

This div background color is #9887A6.


Border color

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

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

This div border color is #9887A6.


Opacity

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

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

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

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

This text has shadow with #9887A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9887A6 on black background.


Color preview on white background

This text has color #9887A6 on white background.



Black color preview on #9887A6 background

This text has black color on #9887A6 background.


White color preview on #9887A6 background

This text has white color on #9887A6 background.