COLOR #ADB19A

HEX: #ADB19A
RGB: (173,177,154)

Color info

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

RGB color model

#ADB19A color RGB value is (173,177,154).

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

RGB channels and saturation

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

173
177
154

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

Portions of RGB colors in percentages

R + G + B =
173 + 177 + 154 = 504 (100%)
R 173 of 504 ~ 34.33%
G 177 of 504 ~ 35.12%
B 154 of 504 ~ 30.56%

%34.33
%35.12
%30.56

CMYK color model

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

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

CMYK percentages

%2.26
%0
%12.99
%30.59

Codes

Color #ADB19A in popluar color models

ADB19A
RGB173177154
HSL70°12.85%64.90%
HSB/HSV70°12.99%69.41%
CMYK2.26%0.00%12.99%
30.59%

Color #ADB19A in popluar number systems.

HEXADB19A
Decimal173177154
Binary101011011011000110011010
Octal255261232

Shades and tints

Shades of #ADB19A

#ADB19A
(173,177,154)
#9EA18C
(158,161,140)
#8F917E
(143,145,126)
#808170
(128,129,112)
#717162
(113,113,98)
#626154
(98,97,84)
#535146
(83,81,70)
#444138
(68,65,56)
#35312A
(53,49,42)
#26211C
(38,33,28)
#17110E
(23,17,14)
#000000
(0,0,0)

Tints of #ADB19A

#ADB19A
(173,177,154)
#B4B8A3
(180,184,163)
#BBBFAC
(187,191,172)
#C2C6B5
(194,198,181)
#C9CDBE
(201,205,190)
#D0D4C7
(208,212,199)
#D7DBD0
(215,219,208)
#DEE2D9
(222,226,217)
#E5E9E2
(229,233,226)
#ECF0EB
(236,240,235)
#F3F7F4
(243,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB19A; }

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

This text font color is #ADB19A.


Background Color

.myBgColor { background-color: #ADB19A; }

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

This div background color is #ADB19A.


Border color

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

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

This div border color is #ADB19A.


Opacity

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

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

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

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

This text has shadow with #ADB19A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADB19A on black background.


Color preview on white background

This text has color #ADB19A on white background.



Black color preview on #ADB19A background

This text has black color on #ADB19A background.


White color preview on #ADB19A background

This text has white color on #ADB19A background.