COLOR #9877B3

HEX: #9877B3
RGB: (152,119,179)

Color info

#9877B3 contains mainly red and blue colors. Web safe color of #9877B3 is #996699 (or #969).

RGB color model

#9877B3 color RGB value is (152,119,179).

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

RGB channels and saturation

R 152 of 255 = 60%
G 119 of 255 = 47%
B 179 of 255 = 70%

152
119
179

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

Portions of RGB colors in percentages

R + G + B =
152 + 119 + 179 = 450 (100%)
R 152 of 450 ~ 33.78%
G 119 of 450 ~ 26.44%
B 179 of 450 ~ 39.78%

%33.78
%26.44
%39.78

CMYK color model

#9877B3 color CMYK value is (15,34,0,30).

  • cyan value is 15.08%
  • magenta value is 33.52%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(15,34,0,30)
C15M34Y0K30 
(15%,34%,0%,30%)
(0.15/0.34/0.00/0.30)	

CMYK percentages

%15.08
%33.52
%0
%29.8

Codes

Color #9877B3 in popluar color models

9877B3
RGB152119179
HSL273°28.30%58.43%
HSB/HSV273°33.52%70.20%
CMYK15.08%33.52%0.00%
29.80%

Color #9877B3 in popluar number systems.

HEX9877B3
Decimal152119179
Binary10011000111011110110011
Octal230167263

Shades and tints

Shades of #9877B3

#9877B3
(152,119,179)
#8B6DA3
(139,109,163)
#7E6393
(126,99,147)
#715983
(113,89,131)
#644F73
(100,79,115)
#574563
(87,69,99)
#4A3B53
(74,59,83)
#3D3143
(61,49,67)
#302733
(48,39,51)
#231D23
(35,29,35)
#161313
(22,19,19)
#000000
(0,0,0)

Tints of #9877B3

#9877B3
(152,119,179)
#A183B9
(161,131,185)
#AA8FBF
(170,143,191)
#B39BC5
(179,155,197)
#BCA7CB
(188,167,203)
#C5B3D1
(197,179,209)
#CEBFD7
(206,191,215)
#D7CBDD
(215,203,221)
#E0D7E3
(224,215,227)
#E9E3E9
(233,227,233)
#F2EFEF
(242,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9877B3; }

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

This text font color is #9877B3.


Background Color

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

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

This div background color is #9877B3.


Border color

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

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

This div border color is #9877B3.


Opacity

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

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

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

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

This text has shadow with #9877B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9877B3 on black background.


Color preview on white background

This text has color #9877B3 on white background.



Black color preview on #9877B3 background

This text has black color on #9877B3 background.


White color preview on #9877B3 background

This text has white color on #9877B3 background.