COLOR #A9ADBD

HEX: #A9ADBD
RGB: (169,173,189)

Color info

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

RGB color model

#A9ADBD color RGB value is (169,173,189).

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

RGB channels and saturation

R 169 of 255 = 66%
G 173 of 255 = 68%
B 189 of 255 = 74%

169
173
189

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

Portions of RGB colors in percentages

R + G + B =
169 + 173 + 189 = 531 (100%)
R 169 of 531 ~ 31.83%
G 173 of 531 ~ 32.58%
B 189 of 531 ~ 35.59%

%31.83
%32.58
%35.59

CMYK color model

#A9ADBD color CMYK value is (11,8,0,26).

  • cyan value is 10.58%
  • magenta value is 8.47%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(11,8,0,26)
C11M8Y0K26 
(11%,8%,0%,26%)
(0.11/0.08/0.00/0.26)	

CMYK percentages

%10.58
%8.47
%0
%25.88

Codes

Color #A9ADBD in popluar color models

A9ADBD
RGB169173189
HSL228°13.16%70.20%
HSB/HSV228°10.58%74.12%
CMYK10.58%8.47%0.00%
25.88%

Color #A9ADBD in popluar number systems.

HEXA9ADBD
Decimal169173189
Binary101010011010110110111101
Octal251255275

Shades and tints

Shades of #A9ADBD

#A9ADBD
(169,173,189)
#9A9EAC
(154,158,172)
#8B8F9B
(139,143,155)
#7C808A
(124,128,138)
#6D7179
(109,113,121)
#5E6268
(94,98,104)
#4F5357
(79,83,87)
#404446
(64,68,70)
#313535
(49,53,53)
#222624
(34,38,36)
#131713
(19,23,19)
#000000
(0,0,0)

Tints of #A9ADBD

#A9ADBD
(169,173,189)
#B0B4C3
(176,180,195)
#B7BBC9
(183,187,201)
#BEC2CF
(190,194,207)
#C5C9D5
(197,201,213)
#CCD0DB
(204,208,219)
#D3D7E1
(211,215,225)
#DADEE7
(218,222,231)
#E1E5ED
(225,229,237)
#E8ECF3
(232,236,243)
#EFF3F9
(239,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9ADBD; }

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

This text font color is #A9ADBD.


Background Color

.myBgColor { background-color: #A9ADBD; }

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

This div background color is #A9ADBD.


Border color

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

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

This div border color is #A9ADBD.


Opacity

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

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

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

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

This text has shadow with #A9ADBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9ADBD on black background.


Color preview on white background

This text has color #A9ADBD on white background.



Black color preview on #A9ADBD background

This text has black color on #A9ADBD background.


White color preview on #A9ADBD background

This text has white color on #A9ADBD background.