COLOR #A9ADC6

HEX: #A9ADC6
RGB: (169,173,198)

Color info

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

RGB color model

#A9ADC6 color RGB value is (169,173,198).

  • red value is 169;
  • green value is 173;
  • blue value is 198.
RGB:
(169,173,198)
(66%,68%,78%)

RGB channels and saturation

R 169 of 255 = 66%
G 173 of 255 = 68%
B 198 of 255 = 78%

169
173
198

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

Portions of RGB colors in percentages

R + G + B =
169 + 173 + 198 = 540 (100%)
R 169 of 540 ~ 31.3%
G 173 of 540 ~ 32.04%
B 198 of 540 ~ 36.67%

%31.3
%32.04
%36.67

CMYK color model

#A9ADC6 color CMYK value is (15,13,0,22).

  • cyan value is 14.65%
  • magenta value is 12.63%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(15,13,0,22)
C15M13Y0K22 
(15%,13%,0%,22%)
(0.15/0.13/0.00/0.22)	

CMYK percentages

%14.65
%12.63
%0
%22.35

Codes

Color #A9ADC6 in popluar color models

A9ADC6
RGB169173198
HSL232°20.28%71.96%
HSB/HSV232°14.65%77.65%
CMYK14.65%12.63%0.00%
22.35%

Color #A9ADC6 in popluar number systems.

HEXA9ADC6
Decimal169173198
Binary101010011010110111000110
Octal251255306

Shades and tints

Shades of #A9ADC6

#A9ADC6
(169,173,198)
#9A9EB4
(154,158,180)
#8B8FA2
(139,143,162)
#7C8090
(124,128,144)
#6D717E
(109,113,126)
#5E626C
(94,98,108)
#4F535A
(79,83,90)
#404448
(64,68,72)
#313536
(49,53,54)
#222624
(34,38,36)
#131712
(19,23,18)
#000000
(0,0,0)

Tints of #A9ADC6

#A9ADC6
(169,173,198)
#B0B4CB
(176,180,203)
#B7BBD0
(183,187,208)
#BEC2D5
(190,194,213)
#C5C9DA
(197,201,218)
#CCD0DF
(204,208,223)
#D3D7E4
(211,215,228)
#DADEE9
(218,222,233)
#E1E5EE
(225,229,238)
#E8ECF3
(232,236,243)
#EFF3F8
(239,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9ADC6 color. Also use rgb(169,173,198) instead hex code.

Text Font Color

.myTextColor { color: #A9ADC6; }

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

This text font color is #A9ADC6.


Background Color

.myBgColor { background-color: #A9ADC6; }

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

This div background color is #A9ADC6.


Border color

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

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

This div border color is #A9ADC6.


Opacity

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

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

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

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

This text has shadow with #A9ADC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9ADC6 on black background.


Color preview on white background

This text has color #A9ADC6 on white background.



Black color preview on #A9ADC6 background

This text has black color on #A9ADC6 background.


White color preview on #A9ADC6 background

This text has white color on #A9ADC6 background.