COLOR #ADB09A

HEX: #ADB09A
RGB: (173,176,154)

Color info

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

RGB color model

#ADB09A color RGB value is (173,176,154).

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

RGB channels and saturation

R 173 of 255 = 68%
G 176 of 255 = 69%
B 154 of 255 = 60%

173
176
154

R + G + B ~ 66%. #ADB09A is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 176 + 154 = 503 (100%)
R 173 of 503 ~ 34.39%
G 176 of 503 ~ 34.99%
B 154 of 503 ~ 30.62%

%34.39
%34.99
%30.62

CMYK color model

#ADB09A color CMYK value is (2,0,13,31).

  • cyan value is 1.70%
  • magenta value is 0.00%
  • yellow value is 12.50%
  • key color value is 30.98%
CMYK:
(2,0,13,31)
C2M0Y13K31 
(2%,0%,13%,31%)
(0.02/0.00/0.13/0.31)	

CMYK percentages

%1.7
%0
%12.5
%30.98

Codes

Color #ADB09A in popluar color models

ADB09A
RGB173176154
HSL68°12.22%64.71%
HSB/HSV68°12.50%69.02%
CMYK1.70%0.00%12.50%
30.98%

Color #ADB09A in popluar number systems.

HEXADB09A
Decimal173176154
Binary101011011011000010011010
Octal255260232

Shades and tints

Shades of #ADB09A

#ADB09A
(173,176,154)
#9EA08C
(158,160,140)
#8F907E
(143,144,126)
#808070
(128,128,112)
#717062
(113,112,98)
#626054
(98,96,84)
#535046
(83,80,70)
#444038
(68,64,56)
#35302A
(53,48,42)
#26201C
(38,32,28)
#17100E
(23,16,14)
#000000
(0,0,0)

Tints of #ADB09A

#ADB09A
(173,176,154)
#B4B7A3
(180,183,163)
#BBBEAC
(187,190,172)
#C2C5B5
(194,197,181)
#C9CCBE
(201,204,190)
#D0D3C7
(208,211,199)
#D7DAD0
(215,218,208)
#DEE1D9
(222,225,217)
#E5E8E2
(229,232,226)
#ECEFEB
(236,239,235)
#F3F6F4
(243,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB09A; }

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

This text font color is #ADB09A.


Background Color

.myBgColor { background-color: #ADB09A; }

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

This div background color is #ADB09A.


Border color

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

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

This div border color is #ADB09A.


Opacity

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

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

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

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

This text has shadow with #ADB09A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADB09A on black background.


Color preview on white background

This text has color #ADB09A on white background.



Black color preview on #ADB09A background

This text has black color on #ADB09A background.


White color preview on #ADB09A background

This text has white color on #ADB09A background.