COLOR #A9A6CB

HEX: #A9A6CB
RGB: (169,166,203)

Color info

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

RGB color model

#A9A6CB color RGB value is (169,166,203).

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

RGB channels and saturation

R 169 of 255 = 66%
G 166 of 255 = 65%
B 203 of 255 = 80%

169
166
203

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

Portions of RGB colors in percentages

R + G + B =
169 + 166 + 203 = 538 (100%)
R 169 of 538 ~ 31.41%
G 166 of 538 ~ 30.86%
B 203 of 538 ~ 37.73%

%31.41
%30.86
%37.73

CMYK color model

#A9A6CB color CMYK value is (17,18,0,20).

  • cyan value is 16.75%
  • magenta value is 18.23%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(17,18,0,20)
C17M18Y0K20 
(17%,18%,0%,20%)
(0.17/0.18/0.00/0.20)	

CMYK percentages

%16.75
%18.23
%0
%20.39

Codes

Color #A9A6CB in popluar color models

A9A6CB
RGB169166203
HSL245°26.24%72.35%
HSB/HSV245°18.23%79.61%
CMYK16.75%18.23%0.00%
20.39%

Color #A9A6CB in popluar number systems.

HEXA9A6CB
Decimal169166203
Binary101010011010011011001011
Octal251246313

Shades and tints

Shades of #A9A6CB

#A9A6CB
(169,166,203)
#9A97B9
(154,151,185)
#8B88A7
(139,136,167)
#7C7995
(124,121,149)
#6D6A83
(109,106,131)
#5E5B71
(94,91,113)
#4F4C5F
(79,76,95)
#403D4D
(64,61,77)
#312E3B
(49,46,59)
#221F29
(34,31,41)
#131017
(19,16,23)
#000000
(0,0,0)

Tints of #A9A6CB

#A9A6CB
(169,166,203)
#B0AECF
(176,174,207)
#B7B6D3
(183,182,211)
#BEBED7
(190,190,215)
#C5C6DB
(197,198,219)
#CCCEDF
(204,206,223)
#D3D6E3
(211,214,227)
#DADEE7
(218,222,231)
#E1E6EB
(225,230,235)
#E8EEEF
(232,238,239)
#EFF6F3
(239,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9A6CB; }

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

This text font color is #A9A6CB.


Background Color

.myBgColor { background-color: #A9A6CB; }

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

This div background color is #A9A6CB.


Border color

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

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

This div border color is #A9A6CB.


Opacity

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

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

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

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

This text has shadow with #A9A6CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9A6CB on black background.


Color preview on white background

This text has color #A9A6CB on white background.



Black color preview on #A9A6CB background

This text has black color on #A9A6CB background.


White color preview on #A9A6CB background

This text has white color on #A9A6CB background.