COLOR #ADBD87

HEX: #ADBD87 RGB: (173,189,135)

Color info

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

RGB color model

#ADBD87 color RGB value is (173,189,135).

RGB: (173,189,135) (68%, 74%, 53%)

RGB channels and saturation

R 173 of 255 = 68%
G 189 of 255 = 74%
B 135 of 255 = 53%

173
189
135

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

Portions of RGB colors in percentages

R + G + B = 173 + 189 + 135 = 497 (100%)
R 173 of 497 ~ 34.81%
G 189 of 497 ~ 38.03%
B 135 of 497 ~ 27.16'%

%34.81
%38.03
%27.16

CMYK color model

#ADBD87 color CMYK value is (8,0,29,26).

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

CMYK: (8,0,29,26)
C8M0Y29K26 (8%, 0%, 29%, 26%)
(0.08 / 0.00 / 0.29 / 0.26)

CMYK percentages

%8.47
%0
%28.57
%25.88

Codes

Color #ADBD87 in popluar color models

AD BD 87
RGB 173 189 135
HSL 78° 29.03% 63.53%
HSB/HSV 78° 28.57% 74.12%
CMYK 8.47% 0.00% 28.57%
25.88%

Color #ADBD87 in popluar number systems.

HEX AD BD 87
Decimal 173 189 135
Binary 10101101 10111101 10000111
Octal 255 275 207

Shades and tints

Shades of #ADBD87

#ADBD87
(173,189,135)
#9EAC7B
(158,172,123)
#8F9B6F
(143,155,111)
#808A63
(128,138,99)
#717957
(113,121,87)
#62684B
(98,104,75)
#53573F
(83,87,63)
#444633
(68,70,51)
#353527
(53,53,39)
#26241B
(38,36,27)
#17130F
(23,19,15)
#000000
(0,0,0)

Tints of #ADBD87

#ADBD87
(173,189,135)
#B4C391
(180,195,145)
#BBC99B
(187,201,155)
#C2CFA5
(194,207,165)
#C9D5AF
(201,213,175)
#D0DBB9
(208,219,185)
#D7E1C3
(215,225,195)
#DEE7CD
(222,231,205)
#E5EDD7
(229,237,215)
#ECF3E1
(236,243,225)
#F3F9EB
(243,249,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADBD87; }

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

This text font color is #ADBD87.

Background Color

.myBgColor { background-color: #ADBD87; }

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

This div background color is #ADBD87.

Border color

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

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

This div border color is #ADBD87.

Opacity

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

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

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

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

This text has shadow with #ADBD87 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADBD87.

Preview

Color preview on black background

This text has color #ADBD87 on black background.


Color preview on white background

This text has color #ADBD87 on white background.


Black color preview on #ADBD87 background

This text has black color on #ADBD87 background.


White color preview on #ADBD87 background

This text has white color on #ADBD87 background.


Related colors

Complementary color

Complementary color for #hex is #524278.


I love getcolorcode.com

Triadic colors

1 #87ADBD and #BD87AD with #ADBD87 are triadic colors.

2 #87BDAD and #BDAD87 with #ADBD87 are triadic colors.