COLOR #A887A4

HEX: #A887A4
RGB: (168,135,164)

Color info

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

RGB color model

#A887A4 color RGB value is (168,135,164).

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

RGB channels and saturation

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

168
135
164

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

Portions of RGB colors in percentages

R + G + B =
168 + 135 + 164 = 467 (100%)
R 168 of 467 ~ 35.97%
G 135 of 467 ~ 28.91%
B 164 of 467 ~ 35.12%

%35.97
%28.91
%35.12

CMYK color model

#A887A4 color CMYK value is (0,20,2,34).

  • cyan value is 0.00%
  • magenta value is 19.64%
  • yellow value is 2.38%
  • key color value is 34.12%
CMYK:
(0,20,2,34)
C0M20Y2K34 
(0%,20%,2%,34%)
(0.00/0.20/0.02/0.34)	

CMYK percentages

%0
%19.64
%2.38
%34.12

Codes

Color #A887A4 in popluar color models

A887A4
RGB168135164
HSL307°15.94%59.41%
HSB/HSV307°19.64%65.88%
CMYK0.00%19.64%2.38%
34.12%

Color #A887A4 in popluar number systems.

HEXA887A4
Decimal168135164
Binary101010001000011110100100
Octal250207244

Shades and tints

Shades of #A887A4

#A887A4
(168,135,164)
#997B96
(153,123,150)
#8A6F88
(138,111,136)
#7B637A
(123,99,122)
#6C576C
(108,87,108)
#5D4B5E
(93,75,94)
#4E3F50
(78,63,80)
#3F3342
(63,51,66)
#302734
(48,39,52)
#211B26
(33,27,38)
#120F18
(18,15,24)
#000000
(0,0,0)

Tints of #A887A4

#A887A4
(168,135,164)
#AF91AC
(175,145,172)
#B69BB4
(182,155,180)
#BDA5BC
(189,165,188)
#C4AFC4
(196,175,196)
#CBB9CC
(203,185,204)
#D2C3D4
(210,195,212)
#D9CDDC
(217,205,220)
#E0D7E4
(224,215,228)
#E7E1EC
(231,225,236)
#EEEBF4
(238,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A887A4; }

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

This text font color is #A887A4.


Background Color

.myBgColor { background-color: #A887A4; }

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

This div background color is #A887A4.


Border color

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

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

This div border color is #A887A4.


Opacity

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

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

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

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

This text has shadow with #A887A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A887A4 on black background.


Color preview on white background

This text has color #A887A4 on white background.



Black color preview on #A887A4 background

This text has black color on #A887A4 background.


White color preview on #A887A4 background

This text has white color on #A887A4 background.