COLOR #A987B4

HEX: #A987B4
RGB: (169,135,180)

Color info

#A987B4 contains red, green and blue colors in about the same proportion. Web safe color of #A987B4 is #9999CC (or #99C).

RGB color model

#A987B4 color RGB value is (169,135,180).

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

RGB channels and saturation

R 169 of 255 = 66%
G 135 of 255 = 53%
B 180 of 255 = 71%

169
135
180

R + G + B ~ 63%. #A987B4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 135 + 180 = 484 (100%)
R 169 of 484 ~ 34.92%
G 135 of 484 ~ 27.89%
B 180 of 484 ~ 37.19%

%34.92
%27.89
%37.19

CMYK color model

#A987B4 color CMYK value is (6,25,0,29).

  • cyan value is 6.11%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(6,25,0,29)
C6M25Y0K29 
(6%,25%,0%,29%)
(0.06/0.25/0.00/0.29)	

CMYK percentages

%6.11
%25
%0
%29.41

Codes

Color #A987B4 in popluar color models

A987B4
RGB169135180
HSL285°23.08%61.76%
HSB/HSV285°25.00%70.59%
CMYK6.11%25.00%0.00%
29.41%

Color #A987B4 in popluar number systems.

HEXA987B4
Decimal169135180
Binary101010011000011110110100
Octal251207264

Shades and tints

Shades of #A987B4

#A987B4
(169,135,180)
#9A7BA4
(154,123,164)
#8B6F94
(139,111,148)
#7C6384
(124,99,132)
#6D5774
(109,87,116)
#5E4B64
(94,75,100)
#4F3F54
(79,63,84)
#403344
(64,51,68)
#312734
(49,39,52)
#221B24
(34,27,36)
#130F14
(19,15,20)
#000000
(0,0,0)

Tints of #A987B4

#A987B4
(169,135,180)
#B091BA
(176,145,186)
#B79BC0
(183,155,192)
#BEA5C6
(190,165,198)
#C5AFCC
(197,175,204)
#CCB9D2
(204,185,210)
#D3C3D8
(211,195,216)
#DACDDE
(218,205,222)
#E1D7E4
(225,215,228)
#E8E1EA
(232,225,234)
#EFEBF0
(239,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A987B4; }

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

This text font color is #A987B4.


Background Color

.myBgColor { background-color: #A987B4; }

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

This div background color is #A987B4.


Border color

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

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

This div border color is #A987B4.


Opacity

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

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

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

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

This text has shadow with #A987B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A987B4 on black background.


Color preview on white background

This text has color #A987B4 on white background.



Black color preview on #A987B4 background

This text has black color on #A987B4 background.


White color preview on #A987B4 background

This text has white color on #A987B4 background.