COLOR #AD9EA0

HEX: #AD9EA0
RGB: (173,158,160)

Color info

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

RGB color model

#AD9EA0 color RGB value is (173,158,160).

  • red value is 173;
  • green value is 158;
  • blue value is 160.
RGB:
(173,158,160)
(68%,62%,63%)

RGB channels and saturation

R 173 of 255 = 68%
G 158 of 255 = 62%
B 160 of 255 = 63%

173
158
160

R + G + B ~ 64%. #AD9EA0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 158 + 160 = 491 (100%)
R 173 of 491 ~ 35.23%
G 158 of 491 ~ 32.18%
B 160 of 491 ~ 32.59%

%35.23
%32.18
%32.59

CMYK color model

#AD9EA0 color CMYK value is (0,9,8,32).

  • cyan value is 0.00%
  • magenta value is 8.67%
  • yellow value is 7.51%
  • key color value is 32.16%
CMYK:
(0,9,8,32)
C0M9Y8K32 
(0%,9%,8%,32%)
(0.00/0.09/0.08/0.32)	

CMYK percentages

%0
%8.67
%7.51
%32.16

Codes

Color #AD9EA0 in popluar color models

AD9EA0
RGB173158160
HSL352°8.38%64.90%
HSB/HSV352°8.67%67.84%
CMYK0.00%8.67%7.51%
32.16%

Color #AD9EA0 in popluar number systems.

HEXAD9EA0
Decimal173158160
Binary101011011001111010100000
Octal255236240

Shades and tints

Shades of #AD9EA0

#AD9EA0
(173,158,160)
#9E9092
(158,144,146)
#8F8284
(143,130,132)
#807476
(128,116,118)
#716668
(113,102,104)
#62585A
(98,88,90)
#534A4C
(83,74,76)
#443C3E
(68,60,62)
#352E30
(53,46,48)
#262022
(38,32,34)
#171214
(23,18,20)
#000000
(0,0,0)

Tints of #AD9EA0

#AD9EA0
(173,158,160)
#B4A6A8
(180,166,168)
#BBAEB0
(187,174,176)
#C2B6B8
(194,182,184)
#C9BEC0
(201,190,192)
#D0C6C8
(208,198,200)
#D7CED0
(215,206,208)
#DED6D8
(222,214,216)
#E5DEE0
(229,222,224)
#ECE6E8
(236,230,232)
#F3EEF0
(243,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD9EA0 color. Also use rgb(173,158,160) instead hex code.

Text Font Color

.myTextColor { color: #AD9EA0; }

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

This text font color is #AD9EA0.


Background Color

.myBgColor { background-color: #AD9EA0; }

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

This div background color is #AD9EA0.


Border color

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

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

This div border color is #AD9EA0.


Opacity

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

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

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

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

This text has shadow with #AD9EA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD9EA0 on black background.


Color preview on white background

This text has color #AD9EA0 on white background.



Black color preview on #AD9EA0 background

This text has black color on #AD9EA0 background.


White color preview on #AD9EA0 background

This text has white color on #AD9EA0 background.