COLOR #ADBD9D

HEX: #ADBD9D RGB: (173,189,157)

Color info

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

RGB color model

#ADBD9D color RGB value is (173,189,157).

RGB: (173,189,157) (68%, 74%, 62%)

RGB channels and saturation

R 173 of 255 = 68%
G 189 of 255 = 74%
B 157 of 255 = 62%

173
189
157

R + G + B ~ 68%. #ADBD9D is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 189 + 157 = 519 (100%)
R 173 of 519 ~ 33.33%
G 189 of 519 ~ 36.42%
B 157 of 519 ~ 30.25'%

%33.33
%36.42
%30.25

CMYK color model

#ADBD9D color CMYK value is (8,0,17,26).

  • cyan value is 8.47%
  • magenta value is 0.00%
  • yellow value is 16.93%
  • key color value is 25.88%

CMYK: (8,0,17,26)
C8M0Y17K26 (8%, 0%, 17%, 26%)
(0.08 / 0.00 / 0.17 / 0.26)

CMYK percentages

%8.47
%0
%16.93
%25.88

Codes

Color #ADBD9D in popluar color models

AD BD 9D
RGB 173 189 157
HSL 90° 19.51% 67.84%
HSB/HSV 90° 16.93% 74.12%
CMYK 8.47% 0.00% 16.93%
25.88%

Color #ADBD9D in popluar number systems.

HEX AD BD 9D
Decimal 173 189 157
Binary 10101101 10111101 10011101
Octal 255 275 235

Shades and tints

Shades of #ADBD9D

#ADBD9D
(173,189,157)
#9EAC8F
(158,172,143)
#8F9B81
(143,155,129)
#808A73
(128,138,115)
#717965
(113,121,101)
#626857
(98,104,87)
#535749
(83,87,73)
#44463B
(68,70,59)
#35352D
(53,53,45)
#26241F
(38,36,31)
#171311
(23,19,17)
#000000
(0,0,0)

Tints of #ADBD9D

#ADBD9D
(173,189,157)
#B4C3A5
(180,195,165)
#BBC9AD
(187,201,173)
#C2CFB5
(194,207,181)
#C9D5BD
(201,213,189)
#D0DBC5
(208,219,197)
#D7E1CD
(215,225,205)
#DEE7D5
(222,231,213)
#E5EDDD
(229,237,221)
#ECF3E5
(236,243,229)
#F3F9ED
(243,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADBD9D; }

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

This text font color is #ADBD9D.

Background Color

.myBgColor { background-color: #ADBD9D; }

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

This div background color is #ADBD9D.

Border color

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

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

This div border color is #ADBD9D.

Opacity

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

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

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

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

This text has shadow with #ADBD9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADBD9D.

Preview

Color preview on black background

This text has color #ADBD9D on black background.


Color preview on white background

This text has color #ADBD9D on white background.


Black color preview on #ADBD9D background

This text has black color on #ADBD9D background.


White color preview on #ADBD9D background

This text has white color on #ADBD9D background.


Related colors

Complementary color

Complementary color for #hex is #524262.


I love getcolorcode.com

Triadic colors

1 #9DADBD and #BD9DAD with #ADBD9D are triadic colors.

2 #9DBDAD and #BDAD9D with #ADBD9D are triadic colors.