COLOR #A87F99

HEX: #A87F99 RGB: (168,127,153)

Color info

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

RGB color model

#A87F99 color RGB value is (168,127,153).

RGB: (168,127,153) (66%, 50%, 60%)

RGB channels and saturation

R 168 of 255 = 66%
G 127 of 255 = 50%
B 153 of 255 = 60%

168
127
153

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

Portions of RGB colors in percentages

R + G + B = 168 + 127 + 153 = 448 (100%)
R 168 of 448 ~ 37.5%
G 127 of 448 ~ 28.35%
B 153 of 448 ~ 34.15'%

%37.5
%28.35
%34.15

CMYK color model

#A87F99 color CMYK value is (0,24,9,34).

  • cyan value is 0.00%
  • magenta value is 24.40%
  • yellow value is 8.93%
  • key color value is 34.12%

CMYK: (0,24,9,34)
C0M24Y9K34 (0%, 24%, 9%, 34%)
(0.00 / 0.24 / 0.09 / 0.34)

CMYK percentages

%0
%24.4
%8.93
%34.12

Codes

Color #A87F99 in popluar color models

A8 7F 99
RGB 168 127 153
HSL 322° 19.07% 57.84%
HSB/HSV 322° 24.40% 65.88%
CMYK 0.00% 24.40% 8.93%
34.12%

Color #A87F99 in popluar number systems.

HEX A8 7F 99
Decimal 168 127 153
Binary 10101000 1111111 10011001
Octal 250 177 231

Shades and tints

Shades of #A87F99

#A87F99
(168,127,153)
#99748C
(153,116,140)
#8A697F
(138,105,127)
#7B5E72
(123,94,114)
#6C5365
(108,83,101)
#5D4858
(93,72,88)
#4E3D4B
(78,61,75)
#3F323E
(63,50,62)
#302731
(48,39,49)
#211C24
(33,28,36)
#121117
(18,17,23)
#000000
(0,0,0)

Tints of #A87F99

#A87F99
(168,127,153)
#AF8AA2
(175,138,162)
#B695AB
(182,149,171)
#BDA0B4
(189,160,180)
#C4ABBD
(196,171,189)
#CBB6C6
(203,182,198)
#D2C1CF
(210,193,207)
#D9CCD8
(217,204,216)
#E0D7E1
(224,215,225)
#E7E2EA
(231,226,234)
#EEEDF3
(238,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A87F99 color. Also use rgb(168,127,153) instead hex code.

Text Font Color

.myTextColor { color: #A87F99; }

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

This text font color is #A87F99.

Background Color

.myBgColor { background-color: #A87F99; }

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

This div background color is #A87F99.

Border color

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

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

This div border color is #A87F99.

Opacity

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

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

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

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

This text has shadow with #A87F99 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A87F99.

Preview

Color preview on black background

This text has color #A87F99 on black background.


Color preview on white background

This text has color #A87F99 on white background.


Black color preview on #A87F99 background

This text has black color on #A87F99 background.


White color preview on #A87F99 background

This text has white color on #A87F99 background.


Related colors

Complementary color

Complementary color for #hex is #578066.


I love getcolorcode.com

Triadic colors

1 #99A87F and #7F99A8 with #A87F99 are triadic colors.

2 #997FA8 and #7FA899 with #A87F99 are triadic colors.