COLOR #AD9DA4

HEX: #AD9DA4
RGB: (173,157,164)

Color info

#AD9DA4 contains red, green and blue colors in about the same proportion. Web safe color of #AD9DA4 is #999999 (or #999).

RGB color model

#AD9DA4 color RGB value is (173,157,164).

  • red value is 173;
  • green value is 157;
  • blue value is 164.
RGB:
(173,157,164)
(68%,62%,64%)

RGB channels and saturation

R 173 of 255 = 68%
G 157 of 255 = 62%
B 164 of 255 = 64%

173
157
164

R + G + B ~ 65%. #AD9DA4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 157 + 164 = 494 (100%)
R 173 of 494 ~ 35.02%
G 157 of 494 ~ 31.78%
B 164 of 494 ~ 33.2%

%35.02
%31.78
%33.2

CMYK color model

#AD9DA4 color CMYK value is (0,9,5,32).

  • cyan value is 0.00%
  • magenta value is 9.25%
  • yellow value is 5.20%
  • key color value is 32.16%
CMYK:
(0,9,5,32)
C0M9Y5K32 
(0%,9%,5%,32%)
(0.00/0.09/0.05/0.32)	

CMYK percentages

%0
%9.25
%5.2
%32.16

Codes

Color #AD9DA4 in popluar color models

AD9DA4
RGB173157164
HSL334°8.89%64.71%
HSB/HSV334°9.25%67.84%
CMYK0.00%9.25%5.20%
32.16%

Color #AD9DA4 in popluar number systems.

HEXAD9DA4
Decimal173157164
Binary101011011001110110100100
Octal255235244

Shades and tints

Shades of #AD9DA4

#AD9DA4
(173,157,164)
#9E8F96
(158,143,150)
#8F8188
(143,129,136)
#80737A
(128,115,122)
#71656C
(113,101,108)
#62575E
(98,87,94)
#534950
(83,73,80)
#443B42
(68,59,66)
#352D34
(53,45,52)
#261F26
(38,31,38)
#171118
(23,17,24)
#000000
(0,0,0)

Tints of #AD9DA4

#AD9DA4
(173,157,164)
#B4A5AC
(180,165,172)
#BBADB4
(187,173,180)
#C2B5BC
(194,181,188)
#C9BDC4
(201,189,196)
#D0C5CC
(208,197,204)
#D7CDD4
(215,205,212)
#DED5DC
(222,213,220)
#E5DDE4
(229,221,228)
#ECE5EC
(236,229,236)
#F3EDF4
(243,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD9DA4 color. Also use rgb(173,157,164) instead hex code.

Text Font Color

.myTextColor { color: #AD9DA4; }

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

This text font color is #AD9DA4.


Background Color

.myBgColor { background-color: #AD9DA4; }

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

This div background color is #AD9DA4.


Border color

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

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

This div border color is #AD9DA4.


Opacity

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

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

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

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

This text has shadow with #AD9DA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD9DA4 on black background.


Color preview on white background

This text has color #AD9DA4 on white background.



Black color preview on #AD9DA4 background

This text has black color on #AD9DA4 background.


White color preview on #AD9DA4 background

This text has white color on #AD9DA4 background.