COLOR #ADB099

HEX: #ADB099
RGB: (173,176,153)

Color info

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

RGB color model

#ADB099 color RGB value is (173,176,153).

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

RGB channels and saturation

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

173
176
153

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

Portions of RGB colors in percentages

R + G + B =
173 + 176 + 153 = 502 (100%)
R 173 of 502 ~ 34.46%
G 176 of 502 ~ 35.06%
B 153 of 502 ~ 30.48%

%34.46
%35.06
%30.48

CMYK color model

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

  • cyan value is 1.70%
  • magenta value is 0.00%
  • yellow value is 13.07%
  • 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
%13.07
%30.98

Codes

Color #ADB099 in popluar color models

ADB099
RGB173176153
HSL68°12.71%64.51%
HSB/HSV68°13.07%69.02%
CMYK1.70%0.00%13.07%
30.98%

Color #ADB099 in popluar number systems.

HEXADB099
Decimal173176153
Binary101011011011000010011001
Octal255260231

Shades and tints

Shades of #ADB099

#ADB099
(173,176,153)
#9EA08C
(158,160,140)
#8F907F
(143,144,127)
#808072
(128,128,114)
#717065
(113,112,101)
#626058
(98,96,88)
#53504B
(83,80,75)
#44403E
(68,64,62)
#353031
(53,48,49)
#262024
(38,32,36)
#171017
(23,16,23)
#000000
(0,0,0)

Tints of #ADB099

#ADB099
(173,176,153)
#B4B7A2
(180,183,162)
#BBBEAB
(187,190,171)
#C2C5B4
(194,197,180)
#C9CCBD
(201,204,189)
#D0D3C6
(208,211,198)
#D7DACF
(215,218,207)
#DEE1D8
(222,225,216)
#E5E8E1
(229,232,225)
#ECEFEA
(236,239,234)
#F3F6F3
(243,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB099; }

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

This text font color is #ADB099.


Background Color

.myBgColor { background-color: #ADB099; }

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

This div background color is #ADB099.


Border color

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

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

This div border color is #ADB099.


Opacity

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

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

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

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

This text has shadow with #ADB099 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADB099 on black background.


Color preview on white background

This text has color #ADB099 on white background.



Black color preview on #ADB099 background

This text has black color on #ADB099 background.


White color preview on #ADB099 background

This text has white color on #ADB099 background.