COLOR #A87C9D

HEX: #A87C9D RGB: (168,124,157)

Color info

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

RGB color model

#A87C9D color RGB value is (168,124,157).

RGB: (168,124,157) (66%, 49%, 62%)

RGB channels and saturation

R 168 of 255 = 66%
G 124 of 255 = 49%
B 157 of 255 = 62%

168
124
157

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

Portions of RGB colors in percentages

R + G + B = 168 + 124 + 157 = 449 (100%)
R 168 of 449 ~ 37.42%
G 124 of 449 ~ 27.62%
B 157 of 449 ~ 34.97'%

%37.42
%27.62
%34.97

CMYK color model

#A87C9D color CMYK value is (0,26,7,34).

  • cyan value is 0.00%
  • magenta value is 26.19%
  • yellow value is 6.55%
  • key color value is 34.12%

CMYK: (0,26,7,34)
C0M26Y7K34 (0%, 26%, 7%, 34%)
(0.00 / 0.26 / 0.07 / 0.34)

CMYK percentages

%0
%26.19
%6.55
%34.12

Codes

Color #A87C9D in popluar color models

A8 7C 9D
RGB 168 124 157
HSL 315° 20.18% 57.25%
HSB/HSV 315° 26.19% 65.88%
CMYK 0.00% 26.19% 6.55%
34.12%

Color #A87C9D in popluar number systems.

HEX A8 7C 9D
Decimal 168 124 157
Binary 10101000 1111100 10011101
Octal 250 174 235

Shades and tints

Shades of #A87C9D

#A87C9D
(168,124,157)
#99718F
(153,113,143)
#8A6681
(138,102,129)
#7B5B73
(123,91,115)
#6C5065
(108,80,101)
#5D4557
(93,69,87)
#4E3A49
(78,58,73)
#3F2F3B
(63,47,59)
#30242D
(48,36,45)
#21191F
(33,25,31)
#120E11
(18,14,17)
#000000
(0,0,0)

Tints of #A87C9D

#A87C9D
(168,124,157)
#AF87A5
(175,135,165)
#B692AD
(182,146,173)
#BD9DB5
(189,157,181)
#C4A8BD
(196,168,189)
#CBB3C5
(203,179,197)
#D2BECD
(210,190,205)
#D9C9D5
(217,201,213)
#E0D4DD
(224,212,221)
#E7DFE5
(231,223,229)
#EEEAED
(238,234,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A87C9D color. Also use rgb(168,124,157) instead hex code.

Text Font Color

.myTextColor { color: #A87C9D; }

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

This text font color is #A87C9D.

Background Color

.myBgColor { background-color: #A87C9D; }

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

This div background color is #A87C9D.

Border color

.myBorderColor { border: 1px solid #A87C9D; }

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

This div border color is #A87C9D.

Opacity

.myOpacity80 { color: #A87C9D; opacity: 0.8; }

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

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

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

This text has shadow with #A87C9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A87C9D.

Preview

Color preview on black background

This text has color #A87C9D on black background.


Color preview on white background

This text has color #A87C9D on white background.


Black color preview on #A87C9D background

This text has black color on #A87C9D background.


White color preview on #A87C9D background

This text has white color on #A87C9D background.


Related colors

Complementary color

Complementary color for #hex is #578362.


I love getcolorcode.com

Triadic colors

1 #9DA87C and #7C9DA8 with #A87C9D are triadic colors.

2 #9D7CA8 and #7CA89D with #A87C9D are triadic colors.