COLOR #A87BAE

HEX: #A87BAE
RGB: (168,123,174)

Color info

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

RGB color model

#A87BAE color RGB value is (168,123,174).

  • red value is 168;
  • green value is 123;
  • blue value is 174.
RGB:
(168,123,174)
(66%,48%,68%)

RGB channels and saturation

R 168 of 255 = 66%
G 123 of 255 = 48%
B 174 of 255 = 68%

168
123
174

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

Portions of RGB colors in percentages

R + G + B =
168 + 123 + 174 = 465 (100%)
R 168 of 465 ~ 36.13%
G 123 of 465 ~ 26.45%
B 174 of 465 ~ 37.42%

%36.13
%26.45
%37.42

CMYK color model

#A87BAE color CMYK value is (3,29,0,32).

  • cyan value is 3.45%
  • magenta value is 29.31%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(3,29,0,32)
C3M29Y0K32 
(3%,29%,0%,32%)
(0.03/0.29/0.00/0.32)	

CMYK percentages

%3.45
%29.31
%0
%31.76

Codes

Color #A87BAE in popluar color models

A87BAE
RGB168123174
HSL293°23.94%58.24%
HSB/HSV293°29.31%68.24%
CMYK3.45%29.31%0.00%
31.76%

Color #A87BAE in popluar number systems.

HEXA87BAE
Decimal168123174
Binary10101000111101110101110
Octal250173256

Shades and tints

Shades of #A87BAE

#A87BAE
(168,123,174)
#99709F
(153,112,159)
#8A6590
(138,101,144)
#7B5A81
(123,90,129)
#6C4F72
(108,79,114)
#5D4463
(93,68,99)
#4E3954
(78,57,84)
#3F2E45
(63,46,69)
#302336
(48,35,54)
#211827
(33,24,39)
#120D18
(18,13,24)
#000000
(0,0,0)

Tints of #A87BAE

#A87BAE
(168,123,174)
#AF87B5
(175,135,181)
#B693BC
(182,147,188)
#BD9FC3
(189,159,195)
#C4ABCA
(196,171,202)
#CBB7D1
(203,183,209)
#D2C3D8
(210,195,216)
#D9CFDF
(217,207,223)
#E0DBE6
(224,219,230)
#E7E7ED
(231,231,237)
#EEF3F4
(238,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A87BAE color. Also use rgb(168,123,174) instead hex code.

Text Font Color

.myTextColor { color: #A87BAE; }

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

This text font color is #A87BAE.


Background Color

.myBgColor { background-color: #A87BAE; }

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

This div background color is #A87BAE.


Border color

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

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

This div border color is #A87BAE.


Opacity

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

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

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

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

This text has shadow with #A87BAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A87BAE on black background.


Color preview on white background

This text has color #A87BAE on white background.



Black color preview on #A87BAE background

This text has black color on #A87BAE background.


White color preview on #A87BAE background

This text has white color on #A87BAE background.