COLOR #A87CB1

HEX: #A87CB1
RGB: (168,124,177)

Color info

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

RGB color model

#A87CB1 color RGB value is (168,124,177).

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

RGB channels and saturation

R 168 of 255 = 66%
G 124 of 255 = 49%
B 177 of 255 = 69%

168
124
177

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

Portions of RGB colors in percentages

R + G + B =
168 + 124 + 177 = 469 (100%)
R 168 of 469 ~ 35.82%
G 124 of 469 ~ 26.44%
B 177 of 469 ~ 37.74%

%35.82
%26.44
%37.74

CMYK color model

#A87CB1 color CMYK value is (5,30,0,31).

  • cyan value is 5.08%
  • magenta value is 29.94%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(5,30,0,31)
C5M30Y0K31 
(5%,30%,0%,31%)
(0.05/0.30/0.00/0.31)	

CMYK percentages

%5.08
%29.94
%0
%30.59

Codes

Color #A87CB1 in popluar color models

A87CB1
RGB168124177
HSL290°25.36%59.02%
HSB/HSV290°29.94%69.41%
CMYK5.08%29.94%0.00%
30.59%

Color #A87CB1 in popluar number systems.

HEXA87CB1
Decimal168124177
Binary10101000111110010110001
Octal250174261

Shades and tints

Shades of #A87CB1

#A87CB1
(168,124,177)
#9971A1
(153,113,161)
#8A6691
(138,102,145)
#7B5B81
(123,91,129)
#6C5071
(108,80,113)
#5D4561
(93,69,97)
#4E3A51
(78,58,81)
#3F2F41
(63,47,65)
#302431
(48,36,49)
#211921
(33,25,33)
#120E11
(18,14,17)
#000000
(0,0,0)

Tints of #A87CB1

#A87CB1
(168,124,177)
#AF87B8
(175,135,184)
#B692BF
(182,146,191)
#BD9DC6
(189,157,198)
#C4A8CD
(196,168,205)
#CBB3D4
(203,179,212)
#D2BEDB
(210,190,219)
#D9C9E2
(217,201,226)
#E0D4E9
(224,212,233)
#E7DFF0
(231,223,240)
#EEEAF7
(238,234,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A87CB1; }

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

This text font color is #A87CB1.


Background Color

.myBgColor { background-color: #A87CB1; }

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

This div background color is #A87CB1.


Border color

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

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

This div border color is #A87CB1.


Opacity

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

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

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

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

This text has shadow with #A87CB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A87CB1 on black background.


Color preview on white background

This text has color #A87CB1 on white background.



Black color preview on #A87CB1 background

This text has black color on #A87CB1 background.


White color preview on #A87CB1 background

This text has white color on #A87CB1 background.