COLOR #A3A6BB

HEX: #A3A6BB RGB: (163,166,187)

Color info

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

RGB color model

#A3A6BB color RGB value is (163,166,187).

RGB: (163,166,187) (64%, 65%, 73%)

RGB channels and saturation

R 163 of 255 = 64%
G 166 of 255 = 65%
B 187 of 255 = 73%

163
166
187

R + G + B ~ 67%. #A3A6BB is quite light color.

Portions of RGB colors in percentages

R + G + B = 163 + 166 + 187 = 516 (100%)
R 163 of 516 ~ 31.59%
G 166 of 516 ~ 32.17%
B 187 of 516 ~ 36.24'%

%31.59
%32.17
%36.24

CMYK color model

#A3A6BB color CMYK value is (13,11,0,27).

  • cyan value is 12.83%
  • magenta value is 11.23%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (13,11,0,27)
C13M11Y0K27 (13%, 11%, 0%, 27%)
(0.13 / 0.11 / 0.00 / 0.27)

CMYK percentages

%12.83
%11.23
%0
%26.67

Codes

Color #A3A6BB in popluar color models

A3 A6 BB
RGB 163 166 187
HSL 233° 15.00% 68.63%
HSB/HSV 233° 12.83% 73.33%
CMYK 12.83% 11.23% 0.00%
26.67%

Color #A3A6BB in popluar number systems.

HEX A3 A6 BB
Decimal 163 166 187
Binary 10100011 10100110 10111011
Octal 243 246 273

Shades and tints

Shades of #A3A6BB

#A3A6BB
(163,166,187)
#9597AA
(149,151,170)
#878899
(135,136,153)
#797988
(121,121,136)
#6B6A77
(107,106,119)
#5D5B66
(93,91,102)
#4F4C55
(79,76,85)
#413D44
(65,61,68)
#332E33
(51,46,51)
#251F22
(37,31,34)
#171011
(23,16,17)
#000000
(0,0,0)

Tints of #A3A6BB

#A3A6BB
(163,166,187)
#ABAEC1
(171,174,193)
#B3B6C7
(179,182,199)
#BBBECD
(187,190,205)
#C3C6D3
(195,198,211)
#CBCED9
(203,206,217)
#D3D6DF
(211,214,223)
#DBDEE5
(219,222,229)
#E3E6EB
(227,230,235)
#EBEEF1
(235,238,241)
#F3F6F7
(243,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3A6BB; }

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

This text font color is #A3A6BB.

Background Color

.myBgColor { background-color: #A3A6BB; }

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

This div background color is #A3A6BB.

Border color

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

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

This div border color is #A3A6BB.

Opacity

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

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

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

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

This text has shadow with #A3A6BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3A6BB.

Preview

Color preview on black background

This text has color #A3A6BB on black background.


Color preview on white background

This text has color #A3A6BB on white background.


Black color preview on #A3A6BB background

This text has black color on #A3A6BB background.


White color preview on #A3A6BB background

This text has white color on #A3A6BB background.


Related colors

Complementary color

Complementary color for #hex is #5C5944.


I love getcolorcode.com

Triadic colors

1 #BBA3A6 and #A6BBA3 with #A3A6BB are triadic colors.

2 #BBA6A3 and #A6A3BB with #A3A6BB are triadic colors.