COLOR #AD9BA5

HEX: #AD9BA5
RGB: (173,155,165)

Color info

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

RGB color model

#AD9BA5 color RGB value is (173,155,165).

  • red value is 173;
  • green value is 155;
  • blue value is 165.
RGB:
(173,155,165)
(68%,61%,65%)

RGB channels and saturation

R 173 of 255 = 68%
G 155 of 255 = 61%
B 165 of 255 = 65%

173
155
165

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

Portions of RGB colors in percentages

R + G + B =
173 + 155 + 165 = 493 (100%)
R 173 of 493 ~ 35.09%
G 155 of 493 ~ 31.44%
B 165 of 493 ~ 33.47%

%35.09
%31.44
%33.47

CMYK color model

#AD9BA5 color CMYK value is (0,10,5,32).

  • cyan value is 0.00%
  • magenta value is 10.40%
  • yellow value is 4.62%
  • key color value is 32.16%
CMYK:
(0,10,5,32)
C0M10Y5K32 
(0%,10%,5%,32%)
(0.00/0.10/0.05/0.32)	

CMYK percentages

%0
%10.4
%4.62
%32.16

Codes

Color #AD9BA5 in popluar color models

AD9BA5
RGB173155165
HSL327°9.89%64.31%
HSB/HSV327°10.40%67.84%
CMYK0.00%10.40%4.62%
32.16%

Color #AD9BA5 in popluar number systems.

HEXAD9BA5
Decimal173155165
Binary101011011001101110100101
Octal255233245

Shades and tints

Shades of #AD9BA5

#AD9BA5
(173,155,165)
#9E8D96
(158,141,150)
#8F7F87
(143,127,135)
#807178
(128,113,120)
#716369
(113,99,105)
#62555A
(98,85,90)
#53474B
(83,71,75)
#44393C
(68,57,60)
#352B2D
(53,43,45)
#261D1E
(38,29,30)
#170F0F
(23,15,15)
#000000
(0,0,0)

Tints of #AD9BA5

#AD9BA5
(173,155,165)
#B4A4AD
(180,164,173)
#BBADB5
(187,173,181)
#C2B6BD
(194,182,189)
#C9BFC5
(201,191,197)
#D0C8CD
(208,200,205)
#D7D1D5
(215,209,213)
#DEDADD
(222,218,221)
#E5E3E5
(229,227,229)
#ECECED
(236,236,237)
#F3F5F5
(243,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AD9BA5 color. Also use rgb(173,155,165) instead hex code.

Text Font Color

.myTextColor { color: #AD9BA5; }

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

This text font color is #AD9BA5.


Background Color

.myBgColor { background-color: #AD9BA5; }

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

This div background color is #AD9BA5.


Border color

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

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

This div border color is #AD9BA5.


Opacity

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

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

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

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

This text has shadow with #AD9BA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AD9BA5 on black background.


Color preview on white background

This text has color #AD9BA5 on white background.



Black color preview on #AD9BA5 background

This text has black color on #AD9BA5 background.


White color preview on #AD9BA5 background

This text has white color on #AD9BA5 background.