COLOR #A9A6C3

HEX: #A9A6C3
RGB: (169,166,195)

Color info

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

RGB color model

#A9A6C3 color RGB value is (169,166,195).

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

RGB channels and saturation

R 169 of 255 = 66%
G 166 of 255 = 65%
B 195 of 255 = 76%

169
166
195

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

Portions of RGB colors in percentages

R + G + B =
169 + 166 + 195 = 530 (100%)
R 169 of 530 ~ 31.89%
G 166 of 530 ~ 31.32%
B 195 of 530 ~ 36.79%

%31.89
%31.32
%36.79

CMYK color model

#A9A6C3 color CMYK value is (13,15,0,24).

  • cyan value is 13.33%
  • magenta value is 14.87%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(13,15,0,24)
C13M15Y0K24 
(13%,15%,0%,24%)
(0.13/0.15/0.00/0.24)	

CMYK percentages

%13.33
%14.87
%0
%23.53

Codes

Color #A9A6C3 in popluar color models

A9A6C3
RGB169166195
HSL246°19.46%70.78%
HSB/HSV246°14.87%76.47%
CMYK13.33%14.87%0.00%
23.53%

Color #A9A6C3 in popluar number systems.

HEXA9A6C3
Decimal169166195
Binary101010011010011011000011
Octal251246303

Shades and tints

Shades of #A9A6C3

#A9A6C3
(169,166,195)
#9A97B2
(154,151,178)
#8B88A1
(139,136,161)
#7C7990
(124,121,144)
#6D6A7F
(109,106,127)
#5E5B6E
(94,91,110)
#4F4C5D
(79,76,93)
#403D4C
(64,61,76)
#312E3B
(49,46,59)
#221F2A
(34,31,42)
#131019
(19,16,25)
#000000
(0,0,0)

Tints of #A9A6C3

#A9A6C3
(169,166,195)
#B0AEC8
(176,174,200)
#B7B6CD
(183,182,205)
#BEBED2
(190,190,210)
#C5C6D7
(197,198,215)
#CCCEDC
(204,206,220)
#D3D6E1
(211,214,225)
#DADEE6
(218,222,230)
#E1E6EB
(225,230,235)
#E8EEF0
(232,238,240)
#EFF6F5
(239,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9A6C3; }

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

This text font color is #A9A6C3.


Background Color

.myBgColor { background-color: #A9A6C3; }

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

This div background color is #A9A6C3.


Border color

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

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

This div border color is #A9A6C3.


Opacity

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

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

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

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

This text has shadow with #A9A6C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9A6C3 on black background.


Color preview on white background

This text has color #A9A6C3 on white background.



Black color preview on #A9A6C3 background

This text has black color on #A9A6C3 background.


White color preview on #A9A6C3 background

This text has white color on #A9A6C3 background.