COLOR #A9A6CA

HEX: #A9A6CA
RGB: (169,166,202)

Color info

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

RGB color model

#A9A6CA color RGB value is (169,166,202).

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

RGB channels and saturation

R 169 of 255 = 66%
G 166 of 255 = 65%
B 202 of 255 = 79%

169
166
202

R + G + B ~ 70%. #A9A6CA is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 166 + 202 = 537 (100%)
R 169 of 537 ~ 31.47%
G 166 of 537 ~ 30.91%
B 202 of 537 ~ 37.62%

%31.47
%30.91
%37.62

CMYK color model

#A9A6CA color CMYK value is (16,18,0,21).

  • cyan value is 16.34%
  • magenta value is 17.82%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(16,18,0,21)
C16M18Y0K21 
(16%,18%,0%,21%)
(0.16/0.18/0.00/0.21)	

CMYK percentages

%16.34
%17.82
%0
%20.78

Codes

Color #A9A6CA in popluar color models

A9A6CA
RGB169166202
HSL245°25.35%72.16%
HSB/HSV245°17.82%79.22%
CMYK16.34%17.82%0.00%
20.78%

Color #A9A6CA in popluar number systems.

HEXA9A6CA
Decimal169166202
Binary101010011010011011001010
Octal251246312

Shades and tints

Shades of #A9A6CA

#A9A6CA
(169,166,202)
#9A97B8
(154,151,184)
#8B88A6
(139,136,166)
#7C7994
(124,121,148)
#6D6A82
(109,106,130)
#5E5B70
(94,91,112)
#4F4C5E
(79,76,94)
#403D4C
(64,61,76)
#312E3A
(49,46,58)
#221F28
(34,31,40)
#131016
(19,16,22)
#000000
(0,0,0)

Tints of #A9A6CA

#A9A6CA
(169,166,202)
#B0AECE
(176,174,206)
#B7B6D2
(183,182,210)
#BEBED6
(190,190,214)
#C5C6DA
(197,198,218)
#CCCEDE
(204,206,222)
#D3D6E2
(211,214,226)
#DADEE6
(218,222,230)
#E1E6EA
(225,230,234)
#E8EEEE
(232,238,238)
#EFF6F2
(239,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9A6CA; }

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

This text font color is #A9A6CA.


Background Color

.myBgColor { background-color: #A9A6CA; }

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

This div background color is #A9A6CA.


Border color

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

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

This div border color is #A9A6CA.


Opacity

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

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

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

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

This text has shadow with #A9A6CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9A6CA on black background.


Color preview on white background

This text has color #A9A6CA on white background.



Black color preview on #A9A6CA background

This text has black color on #A9A6CA background.


White color preview on #A9A6CA background

This text has white color on #A9A6CA background.