COLOR #9887AC

HEX: #9887AC
RGB: (152,135,172)

Color info

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

RGB color model

#9887AC color RGB value is (152,135,172).

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

RGB channels and saturation

R 152 of 255 = 60%
G 135 of 255 = 53%
B 172 of 255 = 67%

152
135
172

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

Portions of RGB colors in percentages

R + G + B =
152 + 135 + 172 = 459 (100%)
R 152 of 459 ~ 33.12%
G 135 of 459 ~ 29.41%
B 172 of 459 ~ 37.47%

%33.12
%29.41
%37.47

CMYK color model

#9887AC color CMYK value is (12,22,0,33).

  • cyan value is 11.63%
  • magenta value is 21.51%
  • yellow value is 0.00%
  • key color value is 32.55%
CMYK:
(12,22,0,33)
C12M22Y0K33 
(12%,22%,0%,33%)
(0.12/0.22/0.00/0.33)	

CMYK percentages

%11.63
%21.51
%0
%32.55

Codes

Color #9887AC in popluar color models

9887AC
RGB152135172
HSL268°18.23%60.20%
HSB/HSV268°21.51%67.45%
CMYK11.63%21.51%0.00%
32.55%

Color #9887AC in popluar number systems.

HEX9887AC
Decimal152135172
Binary100110001000011110101100
Octal230207254

Shades and tints

Shades of #9887AC

#9887AC
(152,135,172)
#8B7B9D
(139,123,157)
#7E6F8E
(126,111,142)
#71637F
(113,99,127)
#645770
(100,87,112)
#574B61
(87,75,97)
#4A3F52
(74,63,82)
#3D3343
(61,51,67)
#302734
(48,39,52)
#231B25
(35,27,37)
#160F16
(22,15,22)
#000000
(0,0,0)

Tints of #9887AC

#9887AC
(152,135,172)
#A191B3
(161,145,179)
#AA9BBA
(170,155,186)
#B3A5C1
(179,165,193)
#BCAFC8
(188,175,200)
#C5B9CF
(197,185,207)
#CEC3D6
(206,195,214)
#D7CDDD
(215,205,221)
#E0D7E4
(224,215,228)
#E9E1EB
(233,225,235)
#F2EBF2
(242,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9887AC; }

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

This text font color is #9887AC.


Background Color

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

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

This div background color is #9887AC.


Border color

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

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

This div border color is #9887AC.


Opacity

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

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

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

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

This text has shadow with #9887AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9887AC on black background.


Color preview on white background

This text has color #9887AC on white background.



Black color preview on #9887AC background

This text has black color on #9887AC background.


White color preview on #9887AC background

This text has white color on #9887AC background.