COLOR #9877AF

HEX: #9877AF RGB: (152,119,175)

Color info

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

RGB color model

#9877AF color RGB value is (152,119,175).

RGB: (152,119,175) (60%, 47%, 69%)

RGB channels and saturation

R 152 of 255 = 60%
G 119 of 255 = 47%
B 175 of 255 = 69%

152
119
175

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

Portions of RGB colors in percentages

R + G + B = 152 + 119 + 175 = 446 (100%)
R 152 of 446 ~ 34.08%
G 119 of 446 ~ 26.68%
B 175 of 446 ~ 39.24'%

%34.08
%26.68
%39.24

CMYK color model

#9877AF color CMYK value is (13,32,0,31).

  • cyan value is 13.14%
  • magenta value is 32.00%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK: (13,32,0,31) C13M32Y0K31 (13%,32%,0%,31%) (0.13/0.32/0.00/0.31) 

CMYK percentages

%13.14
%32
%0
%31.37

Codes

Color #9877AF in popluar color models

98 77 AF
RGB 152 119 175
HSL 275° 25.93% 57.65%
HSB/HSV 275° 32.00% 68.63%
CMYK 13.14% 32.00% 0.00%
31.37%

Color #9877AF in popluar number systems.

HEX 98 77 AF
Decimal 152 119 175
Binary 10011000 1110111 10101111
Octal 230 167 257

Shades and tints

Shades of #9877AF

#9877AF
(152,119,175)
#8B6DA0
(139,109,160)
#7E6391
(126,99,145)
#715982
(113,89,130)
#644F73
(100,79,115)
#574564
(87,69,100)
#4A3B55
(74,59,85)
#3D3146
(61,49,70)
#302737
(48,39,55)
#231D28
(35,29,40)
#161319
(22,19,25)
#000000
(0,0,0)

Tints of #9877AF

#9877AF
(152,119,175)
#A183B6
(161,131,182)
#AA8FBD
(170,143,189)
#B39BC4
(179,155,196)
#BCA7CB
(188,167,203)
#C5B3D2
(197,179,210)
#CEBFD9
(206,191,217)
#D7CBE0
(215,203,224)
#E0D7E7
(224,215,231)
#E9E3EE
(233,227,238)
#F2EFF5
(242,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9877AF; }

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

This text font color is #9877AF.

Background Color

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

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

This div background color is #9877AF.

Border color

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

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

This div border color is #9877AF.

Opacity

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

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

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

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

This text has shadow with #9877AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9877AF.

Preview

Color preview on black background

This text has color #9877AF on black background.


Color preview on white background

This text has color #9877AF on white background.


Black color preview on #9877AF background

This text has black color on #9877AF background.


White color preview on #9877AF background

This text has white color on #9877AF background.


Related colors

Complementary color

Complementary color for #hex is #678850.


I love getcolorcode.com

Triadic colors

1 #AF9877 and #77AF98 with #9877AF are triadic colors.

2 #AF7798 and #7798AF with #9877AF are triadic colors.