COLOR #A3A6C7

HEX: #A3A6C7 RGB: (163,166,199)

Color info

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

RGB color model

#A3A6C7 color RGB value is (163,166,199).

RGB: (163,166,199) (64%, 65%, 78%)

RGB channels and saturation

R 163 of 255 = 64%
G 166 of 255 = 65%
B 199 of 255 = 78%

163
166
199

R + G + B ~ 69%. #A3A6C7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 163 + 166 + 199 = 528 (100%)
R 163 of 528 ~ 30.87%
G 166 of 528 ~ 31.44%
B 199 of 528 ~ 37.69'%

%30.87
%31.44
%37.69

CMYK color model

#A3A6C7 color CMYK value is (18,17,0,22).

  • cyan value is 18.09%
  • magenta value is 16.58%
  • yellow value is 0.00%
  • key color value is 21.96%

CMYK: (18,17,0,22)
C18M17Y0K22 (18%, 17%, 0%, 22%)
(0.18 / 0.17 / 0.00 / 0.22)

CMYK percentages

%18.09
%16.58
%0
%21.96

Codes

Color #A3A6C7 in popluar color models

A3 A6 C7
RGB 163 166 199
HSL 235° 24.32% 70.98%
HSB/HSV 235° 18.09% 78.04%
CMYK 18.09% 16.58% 0.00%
21.96%

Color #A3A6C7 in popluar number systems.

HEX A3 A6 C7
Decimal 163 166 199
Binary 10100011 10100110 11000111
Octal 243 246 307

Shades and tints

Shades of #A3A6C7

#A3A6C7
(163,166,199)
#9597B5
(149,151,181)
#8788A3
(135,136,163)
#797991
(121,121,145)
#6B6A7F
(107,106,127)
#5D5B6D
(93,91,109)
#4F4C5B
(79,76,91)
#413D49
(65,61,73)
#332E37
(51,46,55)
#251F25
(37,31,37)
#171013
(23,16,19)
#000000
(0,0,0)

Tints of #A3A6C7

#A3A6C7
(163,166,199)
#ABAECC
(171,174,204)
#B3B6D1
(179,182,209)
#BBBED6
(187,190,214)
#C3C6DB
(195,198,219)
#CBCEE0
(203,206,224)
#D3D6E5
(211,214,229)
#DBDEEA
(219,222,234)
#E3E6EF
(227,230,239)
#EBEEF4
(235,238,244)
#F3F6F9
(243,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3A6C7; }

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

This text font color is #A3A6C7.

Background Color

.myBgColor { background-color: #A3A6C7; }

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

This div background color is #A3A6C7.

Border color

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

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

This div border color is #A3A6C7.

Opacity

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

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

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

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

This text has shadow with #A3A6C7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A3A6C7.

Preview

Color preview on black background

This text has color #A3A6C7 on black background.


Color preview on white background

This text has color #A3A6C7 on white background.


Black color preview on #A3A6C7 background

This text has black color on #A3A6C7 background.


White color preview on #A3A6C7 background

This text has white color on #A3A6C7 background.


Related colors

Complementary color

Complementary color for #hex is #5C5938.


I love getcolorcode.com

Triadic colors

1 #C7A3A6 and #A6C7A3 with #A3A6C7 are triadic colors.

2 #C7A6A3 and #A6A3C7 with #A3A6C7 are triadic colors.