COLOR #A6A6BD

HEX: #A6A6BD RGB: (166,166,189)

Color info

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

RGB color model

#A6A6BD color RGB value is (166,166,189).

RGB: (166,166,189) (65%, 65%, 74%)

RGB channels and saturation

R 166 of 255 = 65%
G 166 of 255 = 65%
B 189 of 255 = 74%

166
166
189

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

Portions of RGB colors in percentages

R + G + B = 166 + 166 + 189 = 521 (100%)
R 166 of 521 ~ 31.86%
G 166 of 521 ~ 31.86%
B 189 of 521 ~ 36.28'%

%31.86
%31.86
%36.28

CMYK color model

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

  • cyan value is 12.17%
  • magenta value is 12.17%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK: (12,12,0,26) C12M12Y0K26 (12%,12%,0%,26%) (0.12/0.12/0.00/0.26) 

CMYK percentages

%12.17
%12.17
%0
%25.88

Codes

Color #A6A6BD in popluar color models

A6 A6 BD
RGB 166 166 189
HSL 240° 14.84% 69.61%
HSB/HSV 240° 12.17% 74.12%
CMYK 12.17% 12.17% 0.00%
25.88%

Color #A6A6BD in popluar number systems.

HEX A6 A6 BD
Decimal 166 166 189
Binary 10100110 10100110 10111101
Octal 246 246 275

Shades and tints

Shades of #A6A6BD

#A6A6BD
(166,166,189)
#9797AC
(151,151,172)
#88889B
(136,136,155)
#79798A
(121,121,138)
#6A6A79
(106,106,121)
#5B5B68
(91,91,104)
#4C4C57
(76,76,87)
#3D3D46
(61,61,70)
#2E2E35
(46,46,53)
#1F1F24
(31,31,36)
#101013
(16,16,19)
#000000
(0,0,0)

Tints of #A6A6BD

#A6A6BD
(166,166,189)
#AEAEC3
(174,174,195)
#B6B6C9
(182,182,201)
#BEBECF
(190,190,207)
#C6C6D5
(198,198,213)
#CECEDB
(206,206,219)
#D6D6E1
(214,214,225)
#DEDEE7
(222,222,231)
#E6E6ED
(230,230,237)
#EEEEF3
(238,238,243)
#F6F6F9
(246,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A6A6BD; }

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

This text font color is #A6A6BD.

Background Color

.myBgColor { background-color: #A6A6BD; }

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

This div background color is #A6A6BD.

Border color

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

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

This div border color is #A6A6BD.

Opacity

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

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

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

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

This text has shadow with #A6A6BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A6A6BD.

Preview

Color preview on black background

This text has color #A6A6BD on black background.


Color preview on white background

This text has color #A6A6BD on white background.


Black color preview on #A6A6BD background

This text has black color on #A6A6BD background.


White color preview on #A6A6BD background

This text has white color on #A6A6BD background.


Related colors

Complementary color

Complementary color for #hex is #595942.


I love getcolorcode.com