COLOR #A87CAD

HEX: #A87CAD
RGB: (168,124,173)

Color info

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

RGB color model

#A87CAD color RGB value is (168,124,173).

  • red value is 168;
  • green value is 124;
  • blue value is 173.
RGB:
(168,124,173)
(66%,49%,68%)

RGB channels and saturation

R 168 of 255 = 66%
G 124 of 255 = 49%
B 173 of 255 = 68%

168
124
173

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

Portions of RGB colors in percentages

R + G + B =
168 + 124 + 173 = 465 (100%)
R 168 of 465 ~ 36.13%
G 124 of 465 ~ 26.67%
B 173 of 465 ~ 37.2%

%36.13
%26.67
%37.2

CMYK color model

#A87CAD color CMYK value is (3,28,0,32).

  • cyan value is 2.89%
  • magenta value is 28.32%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(3,28,0,32)
C3M28Y0K32 
(3%,28%,0%,32%)
(0.03/0.28/0.00/0.32)	

CMYK percentages

%2.89
%28.32
%0
%32.16

Codes

Color #A87CAD in popluar color models

A87CAD
RGB168124173
HSL294°23.00%58.24%
HSB/HSV294°28.32%67.84%
CMYK2.89%28.32%0.00%
32.16%

Color #A87CAD in popluar number systems.

HEXA87CAD
Decimal168124173
Binary10101000111110010101101
Octal250174255

Shades and tints

Shades of #A87CAD

#A87CAD
(168,124,173)
#99719E
(153,113,158)
#8A668F
(138,102,143)
#7B5B80
(123,91,128)
#6C5071
(108,80,113)
#5D4562
(93,69,98)
#4E3A53
(78,58,83)
#3F2F44
(63,47,68)
#302435
(48,36,53)
#211926
(33,25,38)
#120E17
(18,14,23)
#000000
(0,0,0)

Tints of #A87CAD

#A87CAD
(168,124,173)
#AF87B4
(175,135,180)
#B692BB
(182,146,187)
#BD9DC2
(189,157,194)
#C4A8C9
(196,168,201)
#CBB3D0
(203,179,208)
#D2BED7
(210,190,215)
#D9C9DE
(217,201,222)
#E0D4E5
(224,212,229)
#E7DFEC
(231,223,236)
#EEEAF3
(238,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A87CAD color. Also use rgb(168,124,173) instead hex code.

Text Font Color

.myTextColor { color: #A87CAD; }

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

This text font color is #A87CAD.


Background Color

.myBgColor { background-color: #A87CAD; }

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

This div background color is #A87CAD.


Border color

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

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

This div border color is #A87CAD.


Opacity

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

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

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

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

This text has shadow with #A87CAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A87CAD on black background.


Color preview on white background

This text has color #A87CAD on white background.



Black color preview on #A87CAD background

This text has black color on #A87CAD background.


White color preview on #A87CAD background

This text has white color on #A87CAD background.