COLOR #A9A6D6

HEX: #A9A6D6
RGB: (169,166,214)

Color info

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

RGB color model

#A9A6D6 color RGB value is (169,166,214).

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

RGB channels and saturation

R 169 of 255 = 66%
G 166 of 255 = 65%
B 214 of 255 = 84%

169
166
214

R + G + B ~ 72%. #A9A6D6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 166 + 214 = 549 (100%)
R 169 of 549 ~ 30.78%
G 166 of 549 ~ 30.24%
B 214 of 549 ~ 38.98%

%30.78
%30.24
%38.98

CMYK color model

#A9A6D6 color CMYK value is (21,22,0,16).

  • cyan value is 21.03%
  • magenta value is 22.43%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(21,22,0,16)
C21M22Y0K16 
(21%,22%,0%,16%)
(0.21/0.22/0.00/0.16)	

CMYK percentages

%21.03
%22.43
%0
%16.08

Codes

Color #A9A6D6 in popluar color models

A9A6D6
RGB169166214
HSL244°36.92%74.51%
HSB/HSV244°22.43%83.92%
CMYK21.03%22.43%0.00%
16.08%

Color #A9A6D6 in popluar number systems.

HEXA9A6D6
Decimal169166214
Binary101010011010011011010110
Octal251246326

Shades and tints

Shades of #A9A6D6

#A9A6D6
(169,166,214)
#9A97C3
(154,151,195)
#8B88B0
(139,136,176)
#7C799D
(124,121,157)
#6D6A8A
(109,106,138)
#5E5B77
(94,91,119)
#4F4C64
(79,76,100)
#403D51
(64,61,81)
#312E3E
(49,46,62)
#221F2B
(34,31,43)
#131018
(19,16,24)
#000000
(0,0,0)

Tints of #A9A6D6

#A9A6D6
(169,166,214)
#B0AED9
(176,174,217)
#B7B6DC
(183,182,220)
#BEBEDF
(190,190,223)
#C5C6E2
(197,198,226)
#CCCEE5
(204,206,229)
#D3D6E8
(211,214,232)
#DADEEB
(218,222,235)
#E1E6EE
(225,230,238)
#E8EEF1
(232,238,241)
#EFF6F4
(239,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9A6D6; }

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

This text font color is #A9A6D6.


Background Color

.myBgColor { background-color: #A9A6D6; }

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

This div background color is #A9A6D6.


Border color

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

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

This div border color is #A9A6D6.


Opacity

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

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

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

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

This text has shadow with #A9A6D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9A6D6 on black background.


Color preview on white background

This text has color #A9A6D6 on white background.



Black color preview on #A9A6D6 background

This text has black color on #A9A6D6 background.


White color preview on #A9A6D6 background

This text has white color on #A9A6D6 background.