COLOR #A87EB4

HEX: #A87EB4
RGB: (168,126,180)

Color info

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

RGB color model

#A87EB4 color RGB value is (168,126,180).

  • red value is 168;
  • green value is 126;
  • blue value is 180.
RGB:
(168,126,180)
(66%,49%,71%)

RGB channels and saturation

R 168 of 255 = 66%
G 126 of 255 = 49%
B 180 of 255 = 71%

168
126
180

R + G + B ~ 62%. #A87EB4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 126 + 180 = 474 (100%)
R 168 of 474 ~ 35.44%
G 126 of 474 ~ 26.58%
B 180 of 474 ~ 37.97%

%35.44
%26.58
%37.97

CMYK color model

#A87EB4 color CMYK value is (7,30,0,29).

  • cyan value is 6.67%
  • magenta value is 30.00%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(7,30,0,29)
C7M30Y0K29 
(7%,30%,0%,29%)
(0.07/0.30/0.00/0.29)	

CMYK percentages

%6.67
%30
%0
%29.41

Codes

Color #A87EB4 in popluar color models

A87EB4
RGB168126180
HSL287°26.47%60.00%
HSB/HSV287°30.00%70.59%
CMYK6.67%30.00%0.00%
29.41%

Color #A87EB4 in popluar number systems.

HEXA87EB4
Decimal168126180
Binary10101000111111010110100
Octal250176264

Shades and tints

Shades of #A87EB4

#A87EB4
(168,126,180)
#9973A4
(153,115,164)
#8A6894
(138,104,148)
#7B5D84
(123,93,132)
#6C5274
(108,82,116)
#5D4764
(93,71,100)
#4E3C54
(78,60,84)
#3F3144
(63,49,68)
#302634
(48,38,52)
#211B24
(33,27,36)
#121014
(18,16,20)
#000000
(0,0,0)

Tints of #A87EB4

#A87EB4
(168,126,180)
#AF89BA
(175,137,186)
#B694C0
(182,148,192)
#BD9FC6
(189,159,198)
#C4AACC
(196,170,204)
#CBB5D2
(203,181,210)
#D2C0D8
(210,192,216)
#D9CBDE
(217,203,222)
#E0D6E4
(224,214,228)
#E7E1EA
(231,225,234)
#EEECF0
(238,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A87EB4 color. Also use rgb(168,126,180) instead hex code.

Text Font Color

.myTextColor { color: #A87EB4; }

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

This text font color is #A87EB4.


Background Color

.myBgColor { background-color: #A87EB4; }

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

This div background color is #A87EB4.


Border color

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

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

This div border color is #A87EB4.


Opacity

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

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

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

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

This text has shadow with #A87EB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A87EB4 on black background.


Color preview on white background

This text has color #A87EB4 on white background.



Black color preview on #A87EB4 background

This text has black color on #A87EB4 background.


White color preview on #A87EB4 background

This text has white color on #A87EB4 background.