COLOR #ADB876

HEX: #ADB876 RGB: (173,184,118)

Color info

#ADB876 contains mainly red and green colors. Web safe color of #ADB876 is #99CC66 (or #9C6).

RGB color model

#ADB876 color RGB value is (173,184,118).

RGB: (173,184,118) (68%, 72%, 46%)

RGB channels and saturation

R 173 of 255 = 68%
G 184 of 255 = 72%
B 118 of 255 = 46%

173
184
118

R + G + B ~ 62%. #ADB876 is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 184 + 118 = 475 (100%)
R 173 of 475 ~ 36.42%
G 184 of 475 ~ 38.74%
B 118 of 475 ~ 24.84'%

%36.42
%38.74
%24.84

CMYK color model

#ADB876 color CMYK value is (6,0,36,28).

  • cyan value is 5.98%
  • magenta value is 0.00%
  • yellow value is 35.87%
  • key color value is 27.84%

CMYK: (6,0,36,28)
C6M0Y36K28 (6%, 0%, 36%, 28%)
(0.06 / 0.00 / 0.36 / 0.28)

CMYK percentages

%5.98
%0
%35.87
%27.84

Codes

Color #ADB876 in popluar color models

AD B8 76
RGB 173 184 118
HSL 70° 31.73% 59.22%
HSB/HSV 70° 35.87% 72.16%
CMYK 5.98% 0.00% 35.87%
27.84%

Color #ADB876 in popluar number systems.

HEX AD B8 76
Decimal 173 184 118
Binary 10101101 10111000 1110110
Octal 255 270 166

Shades and tints

Shades of #ADB876

#ADB876
(173,184,118)
#9EA86C
(158,168,108)
#8F9862
(143,152,98)
#808858
(128,136,88)
#71784E
(113,120,78)
#626844
(98,104,68)
#53583A
(83,88,58)
#444830
(68,72,48)
#353826
(53,56,38)
#26281C
(38,40,28)
#171812
(23,24,18)
#000000
(0,0,0)

Tints of #ADB876

#ADB876
(173,184,118)
#B4BE82
(180,190,130)
#BBC48E
(187,196,142)
#C2CA9A
(194,202,154)
#C9D0A6
(201,208,166)
#D0D6B2
(208,214,178)
#D7DCBE
(215,220,190)
#DEE2CA
(222,226,202)
#E5E8D6
(229,232,214)
#ECEEE2
(236,238,226)
#F3F4EE
(243,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADB876 color. Also use rgb(173,184,118) instead hex code.

Text Font Color

.myTextColor { color: #ADB876; }

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

This text font color is #ADB876.

Background Color

.myBgColor { background-color: #ADB876; }

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

This div background color is #ADB876.

Border color

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

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

This div border color is #ADB876.

Opacity

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

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

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

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

This text has shadow with #ADB876 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADB876.

Preview

Color preview on black background

This text has color #ADB876 on black background.


Color preview on white background

This text has color #ADB876 on white background.


Black color preview on #ADB876 background

This text has black color on #ADB876 background.


White color preview on #ADB876 background

This text has white color on #ADB876 background.


Related colors

Complementary color

Complementary color for #hex is #524789.


I love getcolorcode.com

Triadic colors

1 #76ADB8 and #B876AD with #ADB876 are triadic colors.

2 #76B8AD and #B8AD76 with #ADB876 are triadic colors.