COLOR #ADB084

HEX: #ADB084 RGB: (173,176,132)

Color info

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

RGB color model

#ADB084 color RGB value is (173,176,132).

RGB: (173,176,132) (68%, 69%, 52%)

RGB channels and saturation

R 173 of 255 = 68%
G 176 of 255 = 69%
B 132 of 255 = 52%

173
176
132

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

Portions of RGB colors in percentages

R + G + B = 173 + 176 + 132 = 481 (100%)
R 173 of 481 ~ 35.97%
G 176 of 481 ~ 36.59%
B 132 of 481 ~ 27.44'%

%35.97
%36.59
%27.44

CMYK color model

#ADB084 color CMYK value is (2,0,25,31).

  • cyan value is 1.70%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 30.98%
CMYK: (2,0,25,31) C2M0Y25K31 (2%,0%,25%,31%) (0.02/0.00/0.25/0.31) 

CMYK percentages

%1.7
%0
%25
%30.98

Codes

Color #ADB084 in popluar color models

AD B0 84
RGB 173 176 132
HSL 64° 21.78% 60.39%
HSB/HSV 64° 25.00% 69.02%
CMYK 1.70% 0.00% 25.00%
30.98%

Color #ADB084 in popluar number systems.

HEX AD B0 84
Decimal 173 176 132
Binary 10101101 10110000 10000100
Octal 255 260 204

Shades and tints

Shades of #ADB084

#ADB084
(173,176,132)
#9EA078
(158,160,120)
#8F906C
(143,144,108)
#808060
(128,128,96)
#717054
(113,112,84)
#626048
(98,96,72)
#53503C
(83,80,60)
#444030
(68,64,48)
#353024
(53,48,36)
#262018
(38,32,24)
#17100C
(23,16,12)
#000000
(0,0,0)

Tints of #ADB084

#ADB084
(173,176,132)
#B4B78F
(180,183,143)
#BBBE9A
(187,190,154)
#C2C5A5
(194,197,165)
#C9CCB0
(201,204,176)
#D0D3BB
(208,211,187)
#D7DAC6
(215,218,198)
#DEE1D1
(222,225,209)
#E5E8DC
(229,232,220)
#ECEFE7
(236,239,231)
#F3F6F2
(243,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB084; }

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

This text font color is #ADB084.

Background Color

.myBgColor { background-color: #ADB084; }

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

This div background color is #ADB084.

Border color

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

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

This div border color is #ADB084.

Opacity

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

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

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

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

This text has shadow with #ADB084 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADB084.

Preview

Color preview on black background

This text has color #ADB084 on black background.


Color preview on white background

This text has color #ADB084 on white background.


Black color preview on #ADB084 background

This text has black color on #ADB084 background.


White color preview on #ADB084 background

This text has white color on #ADB084 background.


Related colors

Complementary color

Complementary color for #hex is #524F7B.


I love getcolorcode.com

Triadic colors

1 #84ADB0 and #B084AD with #ADB084 are triadic colors.

2 #84B0AD and #B0AD84 with #ADB084 are triadic colors.