COLOR #A9A6CF

HEX: #A9A6CF RGB: (169,166,207)

Color info

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

RGB color model

#A9A6CF color RGB value is (169,166,207).

RGB: (169,166,207) (66%, 65%, 81%)

RGB channels and saturation

R 169 of 255 = 66%
G 166 of 255 = 65%
B 207 of 255 = 81%

169
166
207

R + G + B ~ 71%. #A9A6CF is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 166 + 207 = 542 (100%)
R 169 of 542 ~ 31.18%
G 166 of 542 ~ 30.63%
B 207 of 542 ~ 38.19'%

%31.18
%30.63
%38.19

CMYK color model

#A9A6CF color CMYK value is (18,20,0,19).

  • cyan value is 18.36%
  • magenta value is 19.81%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK: (18,20,0,19) C18M20Y0K19 (18%,20%,0%,19%) (0.18/0.20/0.00/0.19) 

CMYK percentages

%18.36
%19.81
%0
%18.82

Codes

Color #A9A6CF in popluar color models

A9 A6 CF
RGB 169 166 207
HSL 244° 29.93% 73.14%
HSB/HSV 244° 19.81% 81.18%
CMYK 18.36% 19.81% 0.00%
18.82%

Color #A9A6CF in popluar number systems.

HEX A9 A6 CF
Decimal 169 166 207
Binary 10101001 10100110 11001111
Octal 251 246 317

Shades and tints

Shades of #A9A6CF

#A9A6CF
(169,166,207)
#9A97BD
(154,151,189)
#8B88AB
(139,136,171)
#7C7999
(124,121,153)
#6D6A87
(109,106,135)
#5E5B75
(94,91,117)
#4F4C63
(79,76,99)
#403D51
(64,61,81)
#312E3F
(49,46,63)
#221F2D
(34,31,45)
#13101B
(19,16,27)
#000000
(0,0,0)

Tints of #A9A6CF

#A9A6CF
(169,166,207)
#B0AED3
(176,174,211)
#B7B6D7
(183,182,215)
#BEBEDB
(190,190,219)
#C5C6DF
(197,198,223)
#CCCEE3
(204,206,227)
#D3D6E7
(211,214,231)
#DADEEB
(218,222,235)
#E1E6EF
(225,230,239)
#E8EEF3
(232,238,243)
#EFF6F7
(239,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9A6CF; }

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

This text font color is #A9A6CF.

Background Color

.myBgColor { background-color: #A9A6CF; }

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

This div background color is #A9A6CF.

Border color

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

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

This div border color is #A9A6CF.

Opacity

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

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

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

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

This text has shadow with #A9A6CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9A6CF.

Preview

Color preview on black background

This text has color #A9A6CF on black background.


Color preview on white background

This text has color #A9A6CF on white background.


Black color preview on #A9A6CF background

This text has black color on #A9A6CF background.


White color preview on #A9A6CF background

This text has white color on #A9A6CF background.


Related colors

Complementary color

Complementary color for #hex is #565930.


I love getcolorcode.com

Triadic colors

1 #CFA9A6 and #A6CFA9 with #A9A6CF are triadic colors.

2 #CFA6A9 and #A6A9CF with #A9A6CF are triadic colors.