COLOR #ADBA9D

HEX: #ADBA9D RGB: (173,186,157)

Color info

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

RGB color model

#ADBA9D color RGB value is (173,186,157).

RGB: (173,186,157) (68%, 73%, 62%)

RGB channels and saturation

R 173 of 255 = 68%
G 186 of 255 = 73%
B 157 of 255 = 62%

173
186
157

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

Portions of RGB colors in percentages

R + G + B = 173 + 186 + 157 = 516 (100%)
R 173 of 516 ~ 33.53%
G 186 of 516 ~ 36.05%
B 157 of 516 ~ 30.43'%

%33.53
%36.05
%30.43

CMYK color model

#ADBA9D color CMYK value is (7,0,16,27).

  • cyan value is 6.99%
  • magenta value is 0.00%
  • yellow value is 15.59%
  • key color value is 27.06%

CMYK: (7,0,16,27)
C7M0Y16K27 (7%, 0%, 16%, 27%)
(0.07 / 0.00 / 0.16 / 0.27)

CMYK percentages

%6.99
%0
%15.59
%27.06

Codes

Color #ADBA9D in popluar color models

AD BA 9D
RGB 173 186 157
HSL 87° 17.37% 67.25%
HSB/HSV 87° 15.59% 72.94%
CMYK 6.99% 0.00% 15.59%
27.06%

Color #ADBA9D in popluar number systems.

HEX AD BA 9D
Decimal 173 186 157
Binary 10101101 10111010 10011101
Octal 255 272 235

Shades and tints

Shades of #ADBA9D

#ADBA9D
(173,186,157)
#9EAA8F
(158,170,143)
#8F9A81
(143,154,129)
#808A73
(128,138,115)
#717A65
(113,122,101)
#626A57
(98,106,87)
#535A49
(83,90,73)
#444A3B
(68,74,59)
#353A2D
(53,58,45)
#262A1F
(38,42,31)
#171A11
(23,26,17)
#000000
(0,0,0)

Tints of #ADBA9D

#ADBA9D
(173,186,157)
#B4C0A5
(180,192,165)
#BBC6AD
(187,198,173)
#C2CCB5
(194,204,181)
#C9D2BD
(201,210,189)
#D0D8C5
(208,216,197)
#D7DECD
(215,222,205)
#DEE4D5
(222,228,213)
#E5EADD
(229,234,221)
#ECF0E5
(236,240,229)
#F3F6ED
(243,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADBA9D; }

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

This text font color is #ADBA9D.

Background Color

.myBgColor { background-color: #ADBA9D; }

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

This div background color is #ADBA9D.

Border color

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

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

This div border color is #ADBA9D.

Opacity

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

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

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

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

This text has shadow with #ADBA9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADBA9D.

Preview

Color preview on black background

This text has color #ADBA9D on black background.


Color preview on white background

This text has color #ADBA9D on white background.


Black color preview on #ADBA9D background

This text has black color on #ADBA9D background.


White color preview on #ADBA9D background

This text has white color on #ADBA9D background.


Related colors

Complementary color

Complementary color for #hex is #524562.


I love getcolorcode.com

Triadic colors

1 #9DADBA and #BA9DAD with #ADBA9D are triadic colors.

2 #9DBAAD and #BAAD9D with #ADBA9D are triadic colors.