COLOR #9877AB

HEX: #9877AB RGB: (152,119,171)

Color info

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

RGB color model

#9877AB color RGB value is (152,119,171).

RGB: (152,119,171) (60%, 47%, 67%)

RGB channels and saturation

R 152 of 255 = 60%
G 119 of 255 = 47%
B 171 of 255 = 67%

152
119
171

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

Portions of RGB colors in percentages

R + G + B = 152 + 119 + 171 = 442 (100%)
R 152 of 442 ~ 34.39%
G 119 of 442 ~ 26.92%
B 171 of 442 ~ 38.69'%

%34.39
%26.92
%38.69

CMYK color model

#9877AB color CMYK value is (11,30,0,33).

  • cyan value is 11.11%
  • magenta value is 30.41%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (11,30,0,33)
C11M30Y0K33 (11%, 30%, 0%, 33%)
(0.11 / 0.30 / 0.00 / 0.33)

CMYK percentages

%11.11
%30.41
%0
%32.94

Codes

Color #9877AB in popluar color models

98 77 AB
RGB 152 119 171
HSL 278° 23.64% 56.86%
HSB/HSV 278° 30.41% 67.06%
CMYK 11.11% 30.41% 0.00%
32.94%

Color #9877AB in popluar number systems.

HEX 98 77 AB
Decimal 152 119 171
Binary 10011000 1110111 10101011
Octal 230 167 253

Shades and tints

Shades of #9877AB

#9877AB
(152,119,171)
#8B6D9C
(139,109,156)
#7E638D
(126,99,141)
#71597E
(113,89,126)
#644F6F
(100,79,111)
#574560
(87,69,96)
#4A3B51
(74,59,81)
#3D3142
(61,49,66)
#302733
(48,39,51)
#231D24
(35,29,36)
#161315
(22,19,21)
#000000
(0,0,0)

Tints of #9877AB

#9877AB
(152,119,171)
#A183B2
(161,131,178)
#AA8FB9
(170,143,185)
#B39BC0
(179,155,192)
#BCA7C7
(188,167,199)
#C5B3CE
(197,179,206)
#CEBFD5
(206,191,213)
#D7CBDC
(215,203,220)
#E0D7E3
(224,215,227)
#E9E3EA
(233,227,234)
#F2EFF1
(242,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9877AB; }

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

This text font color is #9877AB.

Background Color

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

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

This div background color is #9877AB.

Border color

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

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

This div border color is #9877AB.

Opacity

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

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

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

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

This text has shadow with #9877AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9877AB.

Preview

Color preview on black background

This text has color #9877AB on black background.


Color preview on white background

This text has color #9877AB on white background.


Black color preview on #9877AB background

This text has black color on #9877AB background.


White color preview on #9877AB background

This text has white color on #9877AB background.


Related colors

Complementary color

Complementary color for #hex is #678854.


I love getcolorcode.com

Triadic colors

1 #AB9877 and #77AB98 with #9877AB are triadic colors.

2 #AB7798 and #7798AB with #9877AB are triadic colors.