COLOR #ADB176

HEX: #ADB176
RGB: (173,177,118)

Color info

#ADB176 contains red, green and blue colors in about the same proportion. Web safe color of #ADB176 is #999966 (or #996).

RGB color model

#ADB176 color RGB value is (173,177,118).

  • red value is 173;
  • green value is 177;
  • blue value is 118.
RGB:
(173,177,118)
(68%,69%,46%)

RGB channels and saturation

R 173 of 255 = 68%
G 177 of 255 = 69%
B 118 of 255 = 46%

173
177
118

R + G + B ~ 61%. #ADB176 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 177 + 118 = 468 (100%)
R 173 of 468 ~ 36.97%
G 177 of 468 ~ 37.82%
B 118 of 468 ~ 25.21%

%36.97
%37.82
%25.21

CMYK color model

#ADB176 color CMYK value is (2,0,33,31).

  • cyan value is 2.26%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 30.59%
CMYK:
(2,0,33,31)
C2M0Y33K31 
(2%,0%,33%,31%)
(0.02/0.00/0.33/0.31)	

CMYK percentages

%2.26
%0
%33.33
%30.59

Codes

Color #ADB176 in popluar color models

ADB176
RGB173177118
HSL64°27.44%57.84%
HSB/HSV64°33.33%69.41%
CMYK2.26%0.00%33.33%
30.59%

Color #ADB176 in popluar number systems.

HEXADB176
Decimal173177118
Binary10101101101100011110110
Octal255261166

Shades and tints

Shades of #ADB176

#ADB176
(173,177,118)
#9EA16C
(158,161,108)
#8F9162
(143,145,98)
#808158
(128,129,88)
#71714E
(113,113,78)
#626144
(98,97,68)
#53513A
(83,81,58)
#444130
(68,65,48)
#353126
(53,49,38)
#26211C
(38,33,28)
#171112
(23,17,18)
#000000
(0,0,0)

Tints of #ADB176

#ADB176
(173,177,118)
#B4B882
(180,184,130)
#BBBF8E
(187,191,142)
#C2C69A
(194,198,154)
#C9CDA6
(201,205,166)
#D0D4B2
(208,212,178)
#D7DBBE
(215,219,190)
#DEE2CA
(222,226,202)
#E5E9D6
(229,233,214)
#ECF0E2
(236,240,226)
#F3F7EE
(243,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB176; }

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

This text font color is #ADB176.


Background Color

.myBgColor { background-color: #ADB176; }

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

This div background color is #ADB176.


Border color

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

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

This div border color is #ADB176.


Opacity

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

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

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

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

This text has shadow with #ADB176 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADB176 on black background.


Color preview on white background

This text has color #ADB176 on white background.



Black color preview on #ADB176 background

This text has black color on #ADB176 background.


White color preview on #ADB176 background

This text has white color on #ADB176 background.