COLOR #ADA19E

HEX: #ADA19E
RGB: (173,161,158)

Color info

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

RGB color model

#ADA19E color RGB value is (173,161,158).

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

RGB channels and saturation

R 173 of 255 = 68%
G 161 of 255 = 63%
B 158 of 255 = 62%

173
161
158

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

Portions of RGB colors in percentages

R + G + B =
173 + 161 + 158 = 492 (100%)
R 173 of 492 ~ 35.16%
G 161 of 492 ~ 32.72%
B 158 of 492 ~ 32.11%

%35.16
%32.72
%32.11

CMYK color model

#ADA19E color CMYK value is (0,7,9,32).

  • cyan value is 0.00%
  • magenta value is 6.94%
  • yellow value is 8.67%
  • key color value is 32.16%
CMYK:
(0,7,9,32)
C0M7Y9K32 
(0%,7%,9%,32%)
(0.00/0.07/0.09/0.32)	

CMYK percentages

%0
%6.94
%8.67
%32.16

Codes

Color #ADA19E in popluar color models

ADA19E
RGB173161158
HSL12°8.38%64.90%
HSB/HSV12°8.67%67.84%
CMYK0.00%6.94%8.67%
32.16%

Color #ADA19E in popluar number systems.

HEXADA19E
Decimal173161158
Binary101011011010000110011110
Octal255241236

Shades and tints

Shades of #ADA19E

#ADA19E
(173,161,158)
#9E9390
(158,147,144)
#8F8582
(143,133,130)
#807774
(128,119,116)
#716966
(113,105,102)
#625B58
(98,91,88)
#534D4A
(83,77,74)
#443F3C
(68,63,60)
#35312E
(53,49,46)
#262320
(38,35,32)
#171512
(23,21,18)
#000000
(0,0,0)

Tints of #ADA19E

#ADA19E
(173,161,158)
#B4A9A6
(180,169,166)
#BBB1AE
(187,177,174)
#C2B9B6
(194,185,182)
#C9C1BE
(201,193,190)
#D0C9C6
(208,201,198)
#D7D1CE
(215,209,206)
#DED9D6
(222,217,214)
#E5E1DE
(229,225,222)
#ECE9E6
(236,233,230)
#F3F1EE
(243,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADA19E; }

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

This text font color is #ADA19E.


Background Color

.myBgColor { background-color: #ADA19E; }

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

This div background color is #ADA19E.


Border color

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

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

This div border color is #ADA19E.


Opacity

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

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

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

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

This text has shadow with #ADA19E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADA19E on black background.


Color preview on white background

This text has color #ADA19E on white background.



Black color preview on #ADA19E background

This text has black color on #ADA19E background.


White color preview on #ADA19E background

This text has white color on #ADA19E background.