COLOR #ADB9A5

HEX: #ADB9A5
RGB: (173,185,165)

Color info

#ADB9A5 contains red, green and blue colors in about the same proportion. Web safe color of #ADB9A5 is #99CC99 (or #9C9).

RGB color model

#ADB9A5 color RGB value is (173,185,165).

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

RGB channels and saturation

R 173 of 255 = 68%
G 185 of 255 = 73%
B 165 of 255 = 65%

173
185
165

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

Portions of RGB colors in percentages

R + G + B =
173 + 185 + 165 = 523 (100%)
R 173 of 523 ~ 33.08%
G 185 of 523 ~ 35.37%
B 165 of 523 ~ 31.55%

%33.08
%35.37
%31.55

CMYK color model

#ADB9A5 color CMYK value is (6,0,11,27).

  • cyan value is 6.49%
  • magenta value is 0.00%
  • yellow value is 10.81%
  • key color value is 27.45%
CMYK:
(6,0,11,27)
C6M0Y11K27 
(6%,0%,11%,27%)
(0.06/0.00/0.11/0.27)	

CMYK percentages

%6.49
%0
%10.81
%27.45

Codes

Color #ADB9A5 in popluar color models

ADB9A5
RGB173185165
HSL96°12.50%68.63%
HSB/HSV96°10.81%72.55%
CMYK6.49%0.00%10.81%
27.45%

Color #ADB9A5 in popluar number systems.

HEXADB9A5
Decimal173185165
Binary101011011011100110100101
Octal255271245

Shades and tints

Shades of #ADB9A5

#ADB9A5
(173,185,165)
#9EA996
(158,169,150)
#8F9987
(143,153,135)
#808978
(128,137,120)
#717969
(113,121,105)
#62695A
(98,105,90)
#53594B
(83,89,75)
#44493C
(68,73,60)
#35392D
(53,57,45)
#26291E
(38,41,30)
#17190F
(23,25,15)
#000000
(0,0,0)

Tints of #ADB9A5

#ADB9A5
(173,185,165)
#B4BFAD
(180,191,173)
#BBC5B5
(187,197,181)
#C2CBBD
(194,203,189)
#C9D1C5
(201,209,197)
#D0D7CD
(208,215,205)
#D7DDD5
(215,221,213)
#DEE3DD
(222,227,221)
#E5E9E5
(229,233,229)
#ECEFED
(236,239,237)
#F3F5F5
(243,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB9A5; }

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

This text font color is #ADB9A5.


Background Color

.myBgColor { background-color: #ADB9A5; }

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

This div background color is #ADB9A5.


Border color

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

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

This div border color is #ADB9A5.


Opacity

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

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

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

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

This text has shadow with #ADB9A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADB9A5 on black background.


Color preview on white background

This text has color #ADB9A5 on white background.



Black color preview on #ADB9A5 background

This text has black color on #ADB9A5 background.


White color preview on #ADB9A5 background

This text has white color on #ADB9A5 background.