COLOR #9887BA

HEX: #9887BA
RGB: (152,135,186)

Color info

#9887BA contains red, green and blue colors in about the same proportion. Web safe color of #9887BA is #9999CC (or #99C).

RGB color model

#9887BA color RGB value is (152,135,186).

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

RGB channels and saturation

R 152 of 255 = 60%
G 135 of 255 = 53%
B 186 of 255 = 73%

152
135
186

R + G + B ~ 62%. #9887BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 135 + 186 = 473 (100%)
R 152 of 473 ~ 32.14%
G 135 of 473 ~ 28.54%
B 186 of 473 ~ 39.32%

%32.14
%28.54
%39.32

CMYK color model

#9887BA color CMYK value is (18,27,0,27).

  • cyan value is 18.28%
  • magenta value is 27.42%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(18,27,0,27)
C18M27Y0K27 
(18%,27%,0%,27%)
(0.18/0.27/0.00/0.27)	

CMYK percentages

%18.28
%27.42
%0
%27.06

Codes

Color #9887BA in popluar color models

9887BA
RGB152135186
HSL260°26.98%62.94%
HSB/HSV260°27.42%72.94%
CMYK18.28%27.42%0.00%
27.06%

Color #9887BA in popluar number systems.

HEX9887BA
Decimal152135186
Binary100110001000011110111010
Octal230207272

Shades and tints

Shades of #9887BA

#9887BA
(152,135,186)
#8B7BAA
(139,123,170)
#7E6F9A
(126,111,154)
#71638A
(113,99,138)
#64577A
(100,87,122)
#574B6A
(87,75,106)
#4A3F5A
(74,63,90)
#3D334A
(61,51,74)
#30273A
(48,39,58)
#231B2A
(35,27,42)
#160F1A
(22,15,26)
#000000
(0,0,0)

Tints of #9887BA

#9887BA
(152,135,186)
#A191C0
(161,145,192)
#AA9BC6
(170,155,198)
#B3A5CC
(179,165,204)
#BCAFD2
(188,175,210)
#C5B9D8
(197,185,216)
#CEC3DE
(206,195,222)
#D7CDE4
(215,205,228)
#E0D7EA
(224,215,234)
#E9E1F0
(233,225,240)
#F2EBF6
(242,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9887BA; }

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

This text font color is #9887BA.


Background Color

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

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

This div background color is #9887BA.


Border color

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

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

This div border color is #9887BA.


Opacity

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

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

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

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

This text has shadow with #9887BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9887BA on black background.


Color preview on white background

This text has color #9887BA on white background.



Black color preview on #9887BA background

This text has black color on #9887BA background.


White color preview on #9887BA background

This text has white color on #9887BA background.