COLOR #A987A4

HEX: #A987A4
RGB: (169,135,164)

Color info

#A987A4 contains red, green and blue colors in about the same proportion. Web safe color of #A987A4 is #999999 (or #999).

RGB color model

#A987A4 color RGB value is (169,135,164).

  • red value is 169;
  • green value is 135;
  • blue value is 164.
RGB:
(169,135,164)
(66%,53%,64%)

RGB channels and saturation

R 169 of 255 = 66%
G 135 of 255 = 53%
B 164 of 255 = 64%

169
135
164

R + G + B ~ 61%. #A987A4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 135 + 164 = 468 (100%)
R 169 of 468 ~ 36.11%
G 135 of 468 ~ 28.85%
B 164 of 468 ~ 35.04%

%36.11
%28.85
%35.04

CMYK color model

#A987A4 color CMYK value is (0,20,3,34).

  • cyan value is 0.00%
  • magenta value is 20.12%
  • yellow value is 2.96%
  • key color value is 33.73%
CMYK:
(0,20,3,34)
C0M20Y3K34 
(0%,20%,3%,34%)
(0.00/0.20/0.03/0.34)	

CMYK percentages

%0
%20.12
%2.96
%33.73

Codes

Color #A987A4 in popluar color models

A987A4
RGB169135164
HSL309°16.50%59.61%
HSB/HSV309°20.12%66.27%
CMYK0.00%20.12%2.96%
33.73%

Color #A987A4 in popluar number systems.

HEXA987A4
Decimal169135164
Binary101010011000011110100100
Octal251207244

Shades and tints

Shades of #A987A4

#A987A4
(169,135,164)
#9A7B96
(154,123,150)
#8B6F88
(139,111,136)
#7C637A
(124,99,122)
#6D576C
(109,87,108)
#5E4B5E
(94,75,94)
#4F3F50
(79,63,80)
#403342
(64,51,66)
#312734
(49,39,52)
#221B26
(34,27,38)
#130F18
(19,15,24)
#000000
(0,0,0)

Tints of #A987A4

#A987A4
(169,135,164)
#B091AC
(176,145,172)
#B79BB4
(183,155,180)
#BEA5BC
(190,165,188)
#C5AFC4
(197,175,196)
#CCB9CC
(204,185,204)
#D3C3D4
(211,195,212)
#DACDDC
(218,205,220)
#E1D7E4
(225,215,228)
#E8E1EC
(232,225,236)
#EFEBF4
(239,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A987A4 color. Also use rgb(169,135,164) instead hex code.

Text Font Color

.myTextColor { color: #A987A4; }

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

This text font color is #A987A4.


Background Color

.myBgColor { background-color: #A987A4; }

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

This div background color is #A987A4.


Border color

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

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

This div border color is #A987A4.


Opacity

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

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

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

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

This text has shadow with #A987A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A987A4 on black background.


Color preview on white background

This text has color #A987A4 on white background.



Black color preview on #A987A4 background

This text has black color on #A987A4 background.


White color preview on #A987A4 background

This text has white color on #A987A4 background.