COLOR #9877A5

HEX: #9877A5
RGB: (152,119,165)

Color info

#9877A5 contains red, green and blue colors in about the same proportion. Web safe color of #9877A5 is #996699 (or #969).

RGB color model

#9877A5 color RGB value is (152,119,165).

  • red value is 152;
  • green value is 119;
  • blue value is 165.
RGB:
(152,119,165)
(60%,47%,65%)

RGB channels and saturation

R 152 of 255 = 60%
G 119 of 255 = 47%
B 165 of 255 = 65%

152
119
165

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

Portions of RGB colors in percentages

R + G + B =
152 + 119 + 165 = 436 (100%)
R 152 of 436 ~ 34.86%
G 119 of 436 ~ 27.29%
B 165 of 436 ~ 37.84%

%34.86
%27.29
%37.84

CMYK color model

#9877A5 color CMYK value is (8,28,0,35).

  • cyan value is 7.88%
  • magenta value is 27.88%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(8,28,0,35)
C8M28Y0K35 
(8%,28%,0%,35%)
(0.08/0.28/0.00/0.35)	

CMYK percentages

%7.88
%27.88
%0
%35.29

Codes

Color #9877A5 in popluar color models

9877A5
RGB152119165
HSL283°20.35%55.69%
HSB/HSV283°27.88%64.71%
CMYK7.88%27.88%0.00%
35.29%

Color #9877A5 in popluar number systems.

HEX9877A5
Decimal152119165
Binary10011000111011110100101
Octal230167245

Shades and tints

Shades of #9877A5

#9877A5
(152,119,165)
#8B6D96
(139,109,150)
#7E6387
(126,99,135)
#715978
(113,89,120)
#644F69
(100,79,105)
#57455A
(87,69,90)
#4A3B4B
(74,59,75)
#3D313C
(61,49,60)
#30272D
(48,39,45)
#231D1E
(35,29,30)
#16130F
(22,19,15)
#000000
(0,0,0)

Tints of #9877A5

#9877A5
(152,119,165)
#A183AD
(161,131,173)
#AA8FB5
(170,143,181)
#B39BBD
(179,155,189)
#BCA7C5
(188,167,197)
#C5B3CD
(197,179,205)
#CEBFD5
(206,191,213)
#D7CBDD
(215,203,221)
#E0D7E5
(224,215,229)
#E9E3ED
(233,227,237)
#F2EFF5
(242,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9877A5; }

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

This text font color is #9877A5.


Background Color

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

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

This div background color is #9877A5.


Border color

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

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

This div border color is #9877A5.


Opacity

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

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

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

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

This text has shadow with #9877A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9877A5 on black background.


Color preview on white background

This text has color #9877A5 on white background.



Black color preview on #9877A5 background

This text has black color on #9877A5 background.


White color preview on #9877A5 background

This text has white color on #9877A5 background.