COLOR #A6A2BF

HEX: #A6A2BF RGB: (166,162,191)

Color info

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

RGB color model

#A6A2BF color RGB value is (166,162,191).

RGB: (166,162,191) (65%, 64%, 75%)

RGB channels and saturation

R 166 of 255 = 65%
G 162 of 255 = 64%
B 191 of 255 = 75%

166
162
191

R + G + B ~ 68%. #A6A2BF is quite light color.

Portions of RGB colors in percentages

R + G + B = 166 + 162 + 191 = 519 (100%)
R 166 of 519 ~ 31.98%
G 162 of 519 ~ 31.21%
B 191 of 519 ~ 36.8'%

%31.98
%31.21
%36.8

CMYK color model

#A6A2BF color CMYK value is (13,15,0,25).

  • cyan value is 13.09%
  • magenta value is 15.18%
  • yellow value is 0.00%
  • key color value is 25.10%

CMYK: (13,15,0,25)
C13M15Y0K25 (13%, 15%, 0%, 25%)
(0.13 / 0.15 / 0.00 / 0.25)

CMYK percentages

%13.09
%15.18
%0
%25.1

Codes

Color #A6A2BF in popluar color models

A6 A2 BF
RGB 166 162 191
HSL 248° 18.47% 69.22%
HSB/HSV 248° 15.18% 74.90%
CMYK 13.09% 15.18% 0.00%
25.10%

Color #A6A2BF in popluar number systems.

HEX A6 A2 BF
Decimal 166 162 191
Binary 10100110 10100010 10111111
Octal 246 242 277

Shades and tints

Shades of #A6A2BF

#A6A2BF
(166,162,191)
#9794AE
(151,148,174)
#88869D
(136,134,157)
#79788C
(121,120,140)
#6A6A7B
(106,106,123)
#5B5C6A
(91,92,106)
#4C4E59
(76,78,89)
#3D4048
(61,64,72)
#2E3237
(46,50,55)
#1F2426
(31,36,38)
#101615
(16,22,21)
#000000
(0,0,0)

Tints of #A6A2BF

#A6A2BF
(166,162,191)
#AEAAC4
(174,170,196)
#B6B2C9
(182,178,201)
#BEBACE
(190,186,206)
#C6C2D3
(198,194,211)
#CECAD8
(206,202,216)
#D6D2DD
(214,210,221)
#DEDAE2
(222,218,226)
#E6E2E7
(230,226,231)
#EEEAEC
(238,234,236)
#F6F2F1
(246,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A6A2BF color. Also use rgb(166,162,191) instead hex code.

Text Font Color

.myTextColor { color: #A6A2BF; }

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

This text font color is #A6A2BF.

Background Color

.myBgColor { background-color: #A6A2BF; }

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

This div background color is #A6A2BF.

Border color

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

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

This div border color is #A6A2BF.

Opacity

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

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

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

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

This text has shadow with #A6A2BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6A2BF.

Preview

Color preview on black background

This text has color #A6A2BF on black background.


Color preview on white background

This text has color #A6A2BF on white background.


Black color preview on #A6A2BF background

This text has black color on #A6A2BF background.


White color preview on #A6A2BF background

This text has white color on #A6A2BF background.


Related colors

Complementary color

Complementary color for #hex is #595D40.


I love getcolorcode.com

Triadic colors

1 #BFA6A2 and #A2BFA6 with #A6A2BF are triadic colors.

2 #BFA2A6 and #A2A6BF with #A6A2BF are triadic colors.