COLOR #ADB087

HEX: #ADB087 RGB: (173,176,135)

Color info

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

RGB color model

#ADB087 color RGB value is (173,176,135).

RGB: (173,176,135) (68%, 69%, 53%)

RGB channels and saturation

R 173 of 255 = 68%
G 176 of 255 = 69%
B 135 of 255 = 53%

173
176
135

R + G + B ~ 63%. #ADB087 is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 176 + 135 = 484 (100%)
R 173 of 484 ~ 35.74%
G 176 of 484 ~ 36.36%
B 135 of 484 ~ 27.89'%

%35.74
%36.36
%27.89

CMYK color model

#ADB087 color CMYK value is (2,0,23,31).

  • cyan value is 1.70%
  • magenta value is 0.00%
  • yellow value is 23.30%
  • key color value is 30.98%

CMYK: (2,0,23,31)
C2M0Y23K31 (2%, 0%, 23%, 31%)
(0.02 / 0.00 / 0.23 / 0.31)

CMYK percentages

%1.7
%0
%23.3
%30.98

Codes

Color #ADB087 in popluar color models

AD B0 87
RGB 173 176 135
HSL 64° 20.60% 60.98%
HSB/HSV 64° 23.30% 69.02%
CMYK 1.70% 0.00% 23.30%
30.98%

Color #ADB087 in popluar number systems.

HEX AD B0 87
Decimal 173 176 135
Binary 10101101 10110000 10000111
Octal 255 260 207

Shades and tints

Shades of #ADB087

#ADB087
(173,176,135)
#9EA07B
(158,160,123)
#8F906F
(143,144,111)
#808063
(128,128,99)
#717057
(113,112,87)
#62604B
(98,96,75)
#53503F
(83,80,63)
#444033
(68,64,51)
#353027
(53,48,39)
#26201B
(38,32,27)
#17100F
(23,16,15)
#000000
(0,0,0)

Tints of #ADB087

#ADB087
(173,176,135)
#B4B791
(180,183,145)
#BBBE9B
(187,190,155)
#C2C5A5
(194,197,165)
#C9CCAF
(201,204,175)
#D0D3B9
(208,211,185)
#D7DAC3
(215,218,195)
#DEE1CD
(222,225,205)
#E5E8D7
(229,232,215)
#ECEFE1
(236,239,225)
#F3F6EB
(243,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB087; }

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

This text font color is #ADB087.

Background Color

.myBgColor { background-color: #ADB087; }

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

This div background color is #ADB087.

Border color

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

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

This div border color is #ADB087.

Opacity

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

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

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

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

This text has shadow with #ADB087 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADB087.

Preview

Color preview on black background

This text has color #ADB087 on black background.


Color preview on white background

This text has color #ADB087 on white background.


Black color preview on #ADB087 background

This text has black color on #ADB087 background.


White color preview on #ADB087 background

This text has white color on #ADB087 background.


Related colors

Complementary color

Complementary color for #hex is #524F78.


I love getcolorcode.com

Triadic colors

1 #87ADB0 and #B087AD with #ADB087 are triadic colors.

2 #87B0AD and #B0AD87 with #ADB087 are triadic colors.