COLOR #ADB19E

HEX: #ADB19E
RGB: (173,177,158)

Color info

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

RGB color model

#ADB19E color RGB value is (173,177,158).

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

RGB channels and saturation

R 173 of 255 = 68%
G 177 of 255 = 69%
B 158 of 255 = 62%

173
177
158

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

Portions of RGB colors in percentages

R + G + B =
173 + 177 + 158 = 508 (100%)
R 173 of 508 ~ 34.06%
G 177 of 508 ~ 34.84%
B 158 of 508 ~ 31.1%

%34.06
%34.84
%31.1

CMYK color model

#ADB19E color CMYK value is (2,0,11,31).

  • cyan value is 2.26%
  • magenta value is 0.00%
  • yellow value is 10.73%
  • key color value is 30.59%
CMYK:
(2,0,11,31)
C2M0Y11K31 
(2%,0%,11%,31%)
(0.02/0.00/0.11/0.31)	

CMYK percentages

%2.26
%0
%10.73
%30.59

Codes

Color #ADB19E in popluar color models

ADB19E
RGB173177158
HSL73°10.86%65.69%
HSB/HSV73°10.73%69.41%
CMYK2.26%0.00%10.73%
30.59%

Color #ADB19E in popluar number systems.

HEXADB19E
Decimal173177158
Binary101011011011000110011110
Octal255261236

Shades and tints

Shades of #ADB19E

#ADB19E
(173,177,158)
#9EA190
(158,161,144)
#8F9182
(143,145,130)
#808174
(128,129,116)
#717166
(113,113,102)
#626158
(98,97,88)
#53514A
(83,81,74)
#44413C
(68,65,60)
#35312E
(53,49,46)
#262120
(38,33,32)
#171112
(23,17,18)
#000000
(0,0,0)

Tints of #ADB19E

#ADB19E
(173,177,158)
#B4B8A6
(180,184,166)
#BBBFAE
(187,191,174)
#C2C6B6
(194,198,182)
#C9CDBE
(201,205,190)
#D0D4C6
(208,212,198)
#D7DBCE
(215,219,206)
#DEE2D6
(222,226,214)
#E5E9DE
(229,233,222)
#ECF0E6
(236,240,230)
#F3F7EE
(243,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB19E; }

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

This text font color is #ADB19E.


Background Color

.myBgColor { background-color: #ADB19E; }

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

This div background color is #ADB19E.


Border color

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

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

This div border color is #ADB19E.


Opacity

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

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

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

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

This text has shadow with #ADB19E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADB19E on black background.


Color preview on white background

This text has color #ADB19E on white background.



Black color preview on #ADB19E background

This text has black color on #ADB19E background.


White color preview on #ADB19E background

This text has white color on #ADB19E background.