COLOR #A987BD

HEX: #A987BD
RGB: (169,135,189)

Color info

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

RGB color model

#A987BD color RGB value is (169,135,189).

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

RGB channels and saturation

R 169 of 255 = 66%
G 135 of 255 = 53%
B 189 of 255 = 74%

169
135
189

R + G + B ~ 64%. #A987BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 135 + 189 = 493 (100%)
R 169 of 493 ~ 34.28%
G 135 of 493 ~ 27.38%
B 189 of 493 ~ 38.34%

%34.28
%27.38
%38.34

CMYK color model

#A987BD color CMYK value is (11,29,0,26).

  • cyan value is 10.58%
  • magenta value is 28.57%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(11,29,0,26)
C11M29Y0K26 
(11%,29%,0%,26%)
(0.11/0.29/0.00/0.26)	

CMYK percentages

%10.58
%28.57
%0
%25.88

Codes

Color #A987BD in popluar color models

A987BD
RGB169135189
HSL278°29.03%63.53%
HSB/HSV278°28.57%74.12%
CMYK10.58%28.57%0.00%
25.88%

Color #A987BD in popluar number systems.

HEXA987BD
Decimal169135189
Binary101010011000011110111101
Octal251207275

Shades and tints

Shades of #A987BD

#A987BD
(169,135,189)
#9A7BAC
(154,123,172)
#8B6F9B
(139,111,155)
#7C638A
(124,99,138)
#6D5779
(109,87,121)
#5E4B68
(94,75,104)
#4F3F57
(79,63,87)
#403346
(64,51,70)
#312735
(49,39,53)
#221B24
(34,27,36)
#130F13
(19,15,19)
#000000
(0,0,0)

Tints of #A987BD

#A987BD
(169,135,189)
#B091C3
(176,145,195)
#B79BC9
(183,155,201)
#BEA5CF
(190,165,207)
#C5AFD5
(197,175,213)
#CCB9DB
(204,185,219)
#D3C3E1
(211,195,225)
#DACDE7
(218,205,231)
#E1D7ED
(225,215,237)
#E8E1F3
(232,225,243)
#EFEBF9
(239,235,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A987BD; }

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

This text font color is #A987BD.


Background Color

.myBgColor { background-color: #A987BD; }

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

This div background color is #A987BD.


Border color

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

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

This div border color is #A987BD.


Opacity

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

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

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

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

This text has shadow with #A987BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A987BD on black background.


Color preview on white background

This text has color #A987BD on white background.



Black color preview on #A987BD background

This text has black color on #A987BD background.


White color preview on #A987BD background

This text has white color on #A987BD background.