COLOR #A3A6CA

HEX: #A3A6CA
RGB: (163,166,202)

Color info

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

RGB color model

#A3A6CA color RGB value is (163,166,202).

  • red value is 163;
  • green value is 166;
  • blue value is 202.
RGB:
(163,166,202)
(64%,65%,79%)

RGB channels and saturation

R 163 of 255 = 64%
G 166 of 255 = 65%
B 202 of 255 = 79%

163
166
202

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

Portions of RGB colors in percentages

R + G + B =
163 + 166 + 202 = 531 (100%)
R 163 of 531 ~ 30.7%
G 166 of 531 ~ 31.26%
B 202 of 531 ~ 38.04%

%30.7
%31.26
%38.04

CMYK color model

#A3A6CA color CMYK value is (19,18,0,21).

  • cyan value is 19.31%
  • magenta value is 17.82%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(19,18,0,21)
C19M18Y0K21 
(19%,18%,0%,21%)
(0.19/0.18/0.00/0.21)	

CMYK percentages

%19.31
%17.82
%0
%20.78

Codes

Color #A3A6CA in popluar color models

A3A6CA
RGB163166202
HSL235°26.90%71.57%
HSB/HSV235°19.31%79.22%
CMYK19.31%17.82%0.00%
20.78%

Color #A3A6CA in popluar number systems.

HEXA3A6CA
Decimal163166202
Binary101000111010011011001010
Octal243246312

Shades and tints

Shades of #A3A6CA

#A3A6CA
(163,166,202)
#9597B8
(149,151,184)
#8788A6
(135,136,166)
#797994
(121,121,148)
#6B6A82
(107,106,130)
#5D5B70
(93,91,112)
#4F4C5E
(79,76,94)
#413D4C
(65,61,76)
#332E3A
(51,46,58)
#251F28
(37,31,40)
#171016
(23,16,22)
#000000
(0,0,0)

Tints of #A3A6CA

#A3A6CA
(163,166,202)
#ABAECE
(171,174,206)
#B3B6D2
(179,182,210)
#BBBED6
(187,190,214)
#C3C6DA
(195,198,218)
#CBCEDE
(203,206,222)
#D3D6E2
(211,214,226)
#DBDEE6
(219,222,230)
#E3E6EA
(227,230,234)
#EBEEEE
(235,238,238)
#F3F6F2
(243,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3A6CA; }

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

This text font color is #A3A6CA.


Background Color

.myBgColor { background-color: #A3A6CA; }

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

This div background color is #A3A6CA.


Border color

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

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

This div border color is #A3A6CA.


Opacity

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

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

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

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

This text has shadow with #A3A6CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3A6CA on black background.


Color preview on white background

This text has color #A3A6CA on white background.



Black color preview on #A3A6CA background

This text has black color on #A3A6CA background.


White color preview on #A3A6CA background

This text has white color on #A3A6CA background.