COLOR #A87FBC

HEX: #A87FBC RGB: (168,127,188)

Color info

#A87FBC contains mainly red and blue colors. Web safe color of #A87FBC is #9966CC (or #96C).

RGB color model

#A87FBC color RGB value is (168,127,188).

RGB: (168,127,188) (66%, 50%, 74%)

RGB channels and saturation

R 168 of 255 = 66%
G 127 of 255 = 50%
B 188 of 255 = 74%

168
127
188

R + G + B ~ 63%. #A87FBC is quite light color.

Portions of RGB colors in percentages

R + G + B = 168 + 127 + 188 = 483 (100%)
R 168 of 483 ~ 34.78%
G 127 of 483 ~ 26.29%
B 188 of 483 ~ 38.92'%

%34.78
%26.29
%38.92

CMYK color model

#A87FBC color CMYK value is (11,32,0,26).

  • cyan value is 10.64%
  • magenta value is 32.45%
  • yellow value is 0.00%
  • key color value is 26.27%

CMYK: (11,32,0,26)
C11M32Y0K26 (11%, 32%, 0%, 26%)
(0.11 / 0.32 / 0.00 / 0.26)

CMYK percentages

%10.64
%32.45
%0
%26.27

Codes

Color #A87FBC in popluar color models

A8 7F BC
RGB 168 127 188
HSL 280° 31.28% 61.76%
HSB/HSV 280° 32.45% 73.73%
CMYK 10.64% 32.45% 0.00%
26.27%

Color #A87FBC in popluar number systems.

HEX A8 7F BC
Decimal 168 127 188
Binary 10101000 1111111 10111100
Octal 250 177 274

Shades and tints

Shades of #A87FBC

#A87FBC
(168,127,188)
#9974AB
(153,116,171)
#8A699A
(138,105,154)
#7B5E89
(123,94,137)
#6C5378
(108,83,120)
#5D4867
(93,72,103)
#4E3D56
(78,61,86)
#3F3245
(63,50,69)
#302734
(48,39,52)
#211C23
(33,28,35)
#121112
(18,17,18)
#000000
(0,0,0)

Tints of #A87FBC

#A87FBC
(168,127,188)
#AF8AC2
(175,138,194)
#B695C8
(182,149,200)
#BDA0CE
(189,160,206)
#C4ABD4
(196,171,212)
#CBB6DA
(203,182,218)
#D2C1E0
(210,193,224)
#D9CCE6
(217,204,230)
#E0D7EC
(224,215,236)
#E7E2F2
(231,226,242)
#EEEDF8
(238,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A87FBC color. Also use rgb(168,127,188) instead hex code.

Text Font Color

.myTextColor { color: #A87FBC; }

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

This text font color is #A87FBC.

Background Color

.myBgColor { background-color: #A87FBC; }

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

This div background color is #A87FBC.

Border color

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

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

This div border color is #A87FBC.

Opacity

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

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

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

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

This text has shadow with #A87FBC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A87FBC.

Preview

Color preview on black background

This text has color #A87FBC on black background.


Color preview on white background

This text has color #A87FBC on white background.


Black color preview on #A87FBC background

This text has black color on #A87FBC background.


White color preview on #A87FBC background

This text has white color on #A87FBC background.


Related colors

Complementary color

Complementary color for #hex is #578043.


I love getcolorcode.com

Triadic colors

1 #BCA87F and #7FBCA8 with #A87FBC are triadic colors.

2 #BC7FA8 and #7FA8BC with #A87FBC are triadic colors.