COLOR #A686B1

HEX: #A686B1
RGB: (166,134,177)

Color info

#A686B1 contains red, green and blue colors in about the same proportion. Web safe color of #A686B1 is #999999 (or #999).

RGB color model

#A686B1 color RGB value is (166,134,177).

  • red value is 166;
  • green value is 134;
  • blue value is 177.
RGB:
(166,134,177)
(65%,53%,69%)

RGB channels and saturation

R 166 of 255 = 65%
G 134 of 255 = 53%
B 177 of 255 = 69%

166
134
177

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

Portions of RGB colors in percentages

R + G + B =
166 + 134 + 177 = 477 (100%)
R 166 of 477 ~ 34.8%
G 134 of 477 ~ 28.09%
B 177 of 477 ~ 37.11%

%34.8
%28.09
%37.11

CMYK color model

#A686B1 color CMYK value is (6,24,0,31).

  • cyan value is 6.21%
  • magenta value is 24.29%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(6,24,0,31)
C6M24Y0K31 
(6%,24%,0%,31%)
(0.06/0.24/0.00/0.31)	

CMYK percentages

%6.21
%24.29
%0
%30.59

Codes

Color #A686B1 in popluar color models

A686B1
RGB166134177
HSL285°21.61%60.98%
HSB/HSV285°24.29%69.41%
CMYK6.21%24.29%0.00%
30.59%

Color #A686B1 in popluar number systems.

HEXA686B1
Decimal166134177
Binary101001101000011010110001
Octal246206261

Shades and tints

Shades of #A686B1

#A686B1
(166,134,177)
#977AA1
(151,122,161)
#886E91
(136,110,145)
#796281
(121,98,129)
#6A5671
(106,86,113)
#5B4A61
(91,74,97)
#4C3E51
(76,62,81)
#3D3241
(61,50,65)
#2E2631
(46,38,49)
#1F1A21
(31,26,33)
#100E11
(16,14,17)
#000000
(0,0,0)

Tints of #A686B1

#A686B1
(166,134,177)
#AE91B8
(174,145,184)
#B69CBF
(182,156,191)
#BEA7C6
(190,167,198)
#C6B2CD
(198,178,205)
#CEBDD4
(206,189,212)
#D6C8DB
(214,200,219)
#DED3E2
(222,211,226)
#E6DEE9
(230,222,233)
#EEE9F0
(238,233,240)
#F6F4F7
(246,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A686B1 color. Also use rgb(166,134,177) instead hex code.

Text Font Color

.myTextColor { color: #A686B1; }

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

This text font color is #A686B1.


Background Color

.myBgColor { background-color: #A686B1; }

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

This div background color is #A686B1.


Border color

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

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

This div border color is #A686B1.


Opacity

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

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

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

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

This text has shadow with #A686B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A686B1 on black background.


Color preview on white background

This text has color #A686B1 on white background.



Black color preview on #A686B1 background

This text has black color on #A686B1 background.


White color preview on #A686B1 background

This text has white color on #A686B1 background.