COLOR #ADB081

HEX: #ADB081 RGB: (173,176,129)

Color info

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

RGB color model

#ADB081 color RGB value is (173,176,129).

RGB: (173,176,129) (68%, 69%, 51%)

RGB channels and saturation

R 173 of 255 = 68%
G 176 of 255 = 69%
B 129 of 255 = 51%

173
176
129

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

Portions of RGB colors in percentages

R + G + B = 173 + 176 + 129 = 478 (100%)
R 173 of 478 ~ 36.19%
G 176 of 478 ~ 36.82%
B 129 of 478 ~ 26.99'%

%36.19
%36.82
%26.99

CMYK color model

#ADB081 color CMYK value is (2,0,27,31).

  • cyan value is 1.70%
  • magenta value is 0.00%
  • yellow value is 26.70%
  • key color value is 30.98%
CMYK: (2,0,27,31) C2M0Y27K31 (2%,0%,27%,31%) (0.02/0.00/0.27/0.31) 

CMYK percentages

%1.7
%0
%26.7
%30.98

Codes

Color #ADB081 in popluar color models

AD B0 81
RGB 173 176 129
HSL 64° 22.93% 59.80%
HSB/HSV 64° 26.70% 69.02%
CMYK 1.70% 0.00% 26.70%
30.98%

Color #ADB081 in popluar number systems.

HEX AD B0 81
Decimal 173 176 129
Binary 10101101 10110000 10000001
Octal 255 260 201

Shades and tints

Shades of #ADB081

#ADB081
(173,176,129)
#9EA076
(158,160,118)
#8F906B
(143,144,107)
#808060
(128,128,96)
#717055
(113,112,85)
#62604A
(98,96,74)
#53503F
(83,80,63)
#444034
(68,64,52)
#353029
(53,48,41)
#26201E
(38,32,30)
#171013
(23,16,19)
#000000
(0,0,0)

Tints of #ADB081

#ADB081
(173,176,129)
#B4B78C
(180,183,140)
#BBBE97
(187,190,151)
#C2C5A2
(194,197,162)
#C9CCAD
(201,204,173)
#D0D3B8
(208,211,184)
#D7DAC3
(215,218,195)
#DEE1CE
(222,225,206)
#E5E8D9
(229,232,217)
#ECEFE4
(236,239,228)
#F3F6EF
(243,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB081; }

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

This text font color is #ADB081.

Background Color

.myBgColor { background-color: #ADB081; }

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

This div background color is #ADB081.

Border color

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

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

This div border color is #ADB081.

Opacity

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

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

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

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

This text has shadow with #ADB081 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADB081.

Preview

Color preview on black background

This text has color #ADB081 on black background.


Color preview on white background

This text has color #ADB081 on white background.


Black color preview on #ADB081 background

This text has black color on #ADB081 background.


White color preview on #ADB081 background

This text has white color on #ADB081 background.


Related colors

Complementary color

Complementary color for #hex is #524F7E.


I love getcolorcode.com

Triadic colors

1 #81ADB0 and #B081AD with #ADB081 are triadic colors.

2 #81B0AD and #B0AD81 with #ADB081 are triadic colors.