COLOR #ADB08D

HEX: #ADB08D
RGB: (173,176,141)

Color info

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

RGB color model

#ADB08D color RGB value is (173,176,141).

  • red value is 173;
  • green value is 176;
  • blue value is 141.
RGB:
(173,176,141)
(68%,69%,55%)

RGB channels and saturation

R 173 of 255 = 68%
G 176 of 255 = 69%
B 141 of 255 = 55%

173
176
141

R + G + B ~ 64%. #ADB08D is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 176 + 141 = 490 (100%)
R 173 of 490 ~ 35.31%
G 176 of 490 ~ 35.92%
B 141 of 490 ~ 28.78%

%35.31
%35.92
%28.78

CMYK color model

#ADB08D color CMYK value is (2,0,20,31).

  • cyan value is 1.70%
  • magenta value is 0.00%
  • yellow value is 19.89%
  • key color value is 30.98%
CMYK:
(2,0,20,31)
C2M0Y20K31 
(2%,0%,20%,31%)
(0.02/0.00/0.20/0.31)	

CMYK percentages

%1.7
%0
%19.89
%30.98

Codes

Color #ADB08D in popluar color models

ADB08D
RGB173176141
HSL65°18.13%62.16%
HSB/HSV65°19.89%69.02%
CMYK1.70%0.00%19.89%
30.98%

Color #ADB08D in popluar number systems.

HEXADB08D
Decimal173176141
Binary101011011011000010001101
Octal255260215

Shades and tints

Shades of #ADB08D

#ADB08D
(173,176,141)
#9EA081
(158,160,129)
#8F9075
(143,144,117)
#808069
(128,128,105)
#71705D
(113,112,93)
#626051
(98,96,81)
#535045
(83,80,69)
#444039
(68,64,57)
#35302D
(53,48,45)
#262021
(38,32,33)
#171015
(23,16,21)
#000000
(0,0,0)

Tints of #ADB08D

#ADB08D
(173,176,141)
#B4B797
(180,183,151)
#BBBEA1
(187,190,161)
#C2C5AB
(194,197,171)
#C9CCB5
(201,204,181)
#D0D3BF
(208,211,191)
#D7DAC9
(215,218,201)
#DEE1D3
(222,225,211)
#E5E8DD
(229,232,221)
#ECEFE7
(236,239,231)
#F3F6F1
(243,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB08D; }

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

This text font color is #ADB08D.


Background Color

.myBgColor { background-color: #ADB08D; }

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

This div background color is #ADB08D.


Border color

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

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

This div border color is #ADB08D.


Opacity

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

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

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

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

This text has shadow with #ADB08D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADB08D on black background.


Color preview on white background

This text has color #ADB08D on white background.



Black color preview on #ADB08D background

This text has black color on #ADB08D background.


White color preview on #ADB08D background

This text has white color on #ADB08D background.