COLOR #ADB09D

HEX: #ADB09D RGB: (173,176,157)

Color info

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

RGB color model

#ADB09D color RGB value is (173,176,157).

RGB: (173,176,157) (68%, 69%, 62%)

RGB channels and saturation

R 173 of 255 = 68%
G 176 of 255 = 69%
B 157 of 255 = 62%

173
176
157

R + G + B ~ 66%. #ADB09D is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 176 + 157 = 506 (100%)
R 173 of 506 ~ 34.19%
G 176 of 506 ~ 34.78%
B 157 of 506 ~ 31.03'%

%34.19
%34.78
%31.03

CMYK color model

#ADB09D color CMYK value is (2,0,11,31).

  • cyan value is 1.70%
  • magenta value is 0.00%
  • yellow value is 10.80%
  • key color value is 30.98%
CMYK: (2,0,11,31) C2M0Y11K31 (2%,0%,11%,31%) (0.02/0.00/0.11/0.31) 

CMYK percentages

%1.7
%0
%10.8
%30.98

Codes

Color #ADB09D in popluar color models

AD B0 9D
RGB 173 176 157
HSL 69° 10.73% 65.29%
HSB/HSV 69° 10.80% 69.02%
CMYK 1.70% 0.00% 10.80%
30.98%

Color #ADB09D in popluar number systems.

HEX AD B0 9D
Decimal 173 176 157
Binary 10101101 10110000 10011101
Octal 255 260 235

Shades and tints

Shades of #ADB09D

#ADB09D
(173,176,157)
#9EA08F
(158,160,143)
#8F9081
(143,144,129)
#808073
(128,128,115)
#717065
(113,112,101)
#626057
(98,96,87)
#535049
(83,80,73)
#44403B
(68,64,59)
#35302D
(53,48,45)
#26201F
(38,32,31)
#171011
(23,16,17)
#000000
(0,0,0)

Tints of #ADB09D

#ADB09D
(173,176,157)
#B4B7A5
(180,183,165)
#BBBEAD
(187,190,173)
#C2C5B5
(194,197,181)
#C9CCBD
(201,204,189)
#D0D3C5
(208,211,197)
#D7DACD
(215,218,205)
#DEE1D5
(222,225,213)
#E5E8DD
(229,232,221)
#ECEFE5
(236,239,229)
#F3F6ED
(243,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB09D; }

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

This text font color is #ADB09D.

Background Color

.myBgColor { background-color: #ADB09D; }

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

This div background color is #ADB09D.

Border color

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

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

This div border color is #ADB09D.

Opacity

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

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

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

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

This text has shadow with #ADB09D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADB09D.

Preview

Color preview on black background

This text has color #ADB09D on black background.


Color preview on white background

This text has color #ADB09D on white background.


Black color preview on #ADB09D background

This text has black color on #ADB09D background.


White color preview on #ADB09D background

This text has white color on #ADB09D background.


Related colors

Complementary color

Complementary color for #hex is #524F62.


I love getcolorcode.com

Triadic colors

1 #9DADB0 and #B09DAD with #ADB09D are triadic colors.

2 #9DB0AD and #B0AD9D with #ADB09D are triadic colors.