COLOR #A87D99

HEX: #A87D99
RGB: (168,125,153)

Color info

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

RGB color model

#A87D99 color RGB value is (168,125,153).

  • red value is 168;
  • green value is 125;
  • blue value is 153.
RGB:
(168,125,153)
(66%,49%,60%)

RGB channels and saturation

R 168 of 255 = 66%
G 125 of 255 = 49%
B 153 of 255 = 60%

168
125
153

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

Portions of RGB colors in percentages

R + G + B =
168 + 125 + 153 = 446 (100%)
R 168 of 446 ~ 37.67%
G 125 of 446 ~ 28.03%
B 153 of 446 ~ 34.3%

%37.67
%28.03
%34.3

CMYK color model

#A87D99 color CMYK value is (0,26,9,34).

  • cyan value is 0.00%
  • magenta value is 25.60%
  • yellow value is 8.93%
  • key color value is 34.12%
CMYK:
(0,26,9,34)
C0M26Y9K34 
(0%,26%,9%,34%)
(0.00/0.26/0.09/0.34)	

CMYK percentages

%0
%25.6
%8.93
%34.12

Codes

Color #A87D99 in popluar color models

A87D99
RGB168125153
HSL321°19.82%57.45%
HSB/HSV321°25.60%65.88%
CMYK0.00%25.60%8.93%
34.12%

Color #A87D99 in popluar number systems.

HEXA87D99
Decimal168125153
Binary10101000111110110011001
Octal250175231

Shades and tints

Shades of #A87D99

#A87D99
(168,125,153)
#99728C
(153,114,140)
#8A677F
(138,103,127)
#7B5C72
(123,92,114)
#6C5165
(108,81,101)
#5D4658
(93,70,88)
#4E3B4B
(78,59,75)
#3F303E
(63,48,62)
#302531
(48,37,49)
#211A24
(33,26,36)
#120F17
(18,15,23)
#000000
(0,0,0)

Tints of #A87D99

#A87D99
(168,125,153)
#AF88A2
(175,136,162)
#B693AB
(182,147,171)
#BD9EB4
(189,158,180)
#C4A9BD
(196,169,189)
#CBB4C6
(203,180,198)
#D2BFCF
(210,191,207)
#D9CAD8
(217,202,216)
#E0D5E1
(224,213,225)
#E7E0EA
(231,224,234)
#EEEBF3
(238,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A87D99; }

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

This text font color is #A87D99.


Background Color

.myBgColor { background-color: #A87D99; }

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

This div background color is #A87D99.


Border color

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

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

This div border color is #A87D99.


Opacity

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

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

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

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

This text has shadow with #A87D99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A87D99 on black background.


Color preview on white background

This text has color #A87D99 on white background.



Black color preview on #A87D99 background

This text has black color on #A87D99 background.


White color preview on #A87D99 background

This text has white color on #A87D99 background.