COLOR #A687BC

HEX: #A687BC RGB: (166,135,188)

Color info

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

RGB color model

#A687BC color RGB value is (166,135,188).

RGB: (166,135,188) (65%, 53%, 74%)

RGB channels and saturation

R 166 of 255 = 65%
G 135 of 255 = 53%
B 188 of 255 = 74%

166
135
188

R + G + B ~ 64%. #A687BC is quite light color.

Portions of RGB colors in percentages

R + G + B = 166 + 135 + 188 = 489 (100%)
R 166 of 489 ~ 33.95%
G 135 of 489 ~ 27.61%
B 188 of 489 ~ 38.45'%

%33.95
%27.61
%38.45

CMYK color model

#A687BC color CMYK value is (12,28,0,26).

  • cyan value is 11.70%
  • magenta value is 28.19%
  • yellow value is 0.00%
  • key color value is 26.27%

CMYK: (12,28,0,26)
C12M28Y0K26 (12%, 28%, 0%, 26%)
(0.12 / 0.28 / 0.00 / 0.26)

CMYK percentages

%11.7
%28.19
%0
%26.27

Codes

Color #A687BC in popluar color models

A6 87 BC
RGB 166 135 188
HSL 275° 28.34% 63.33%
HSB/HSV 275° 28.19% 73.73%
CMYK 11.70% 28.19% 0.00%
26.27%

Color #A687BC in popluar number systems.

HEX A6 87 BC
Decimal 166 135 188
Binary 10100110 10000111 10111100
Octal 246 207 274

Shades and tints

Shades of #A687BC

#A687BC
(166,135,188)
#977BAB
(151,123,171)
#886F9A
(136,111,154)
#796389
(121,99,137)
#6A5778
(106,87,120)
#5B4B67
(91,75,103)
#4C3F56
(76,63,86)
#3D3345
(61,51,69)
#2E2734
(46,39,52)
#1F1B23
(31,27,35)
#100F12
(16,15,18)
#000000
(0,0,0)

Tints of #A687BC

#A687BC
(166,135,188)
#AE91C2
(174,145,194)
#B69BC8
(182,155,200)
#BEA5CE
(190,165,206)
#C6AFD4
(198,175,212)
#CEB9DA
(206,185,218)
#D6C3E0
(214,195,224)
#DECDE6
(222,205,230)
#E6D7EC
(230,215,236)
#EEE1F2
(238,225,242)
#F6EBF8
(246,235,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A687BC color. Also use rgb(166,135,188) instead hex code.

Text Font Color

.myTextColor { color: #A687BC; }

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

This text font color is #A687BC.

Background Color

.myBgColor { background-color: #A687BC; }

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

This div background color is #A687BC.

Border color

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

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

This div border color is #A687BC.

Opacity

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

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

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

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

This text has shadow with #A687BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A687BC.

Preview

Color preview on black background

This text has color #A687BC on black background.


Color preview on white background

This text has color #A687BC on white background.


Black color preview on #A687BC background

This text has black color on #A687BC background.


White color preview on #A687BC background

This text has white color on #A687BC background.


Related colors

Complementary color

Complementary color for #hex is #597843.


I love getcolorcode.com

Triadic colors

1 #BCA687 and #87BCA6 with #A687BC are triadic colors.

2 #BC87A6 and #87A6BC with #A687BC are triadic colors.