COLOR #ADA39E

HEX: #ADA39E
RGB: (173,163,158)

Color info

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

RGB color model

#ADA39E color RGB value is (173,163,158).

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

RGB channels and saturation

R 173 of 255 = 68%
G 163 of 255 = 64%
B 158 of 255 = 62%

173
163
158

R + G + B ~ 65%. #ADA39E is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 163 + 158 = 494 (100%)
R 173 of 494 ~ 35.02%
G 163 of 494 ~ 33%
B 158 of 494 ~ 31.98%

%35.02
%33
%31.98

CMYK color model

#ADA39E color CMYK value is (0,6,9,32).

  • cyan value is 0.00%
  • magenta value is 5.78%
  • yellow value is 8.67%
  • key color value is 32.16%
CMYK:
(0,6,9,32)
C0M6Y9K32 
(0%,6%,9%,32%)
(0.00/0.06/0.09/0.32)	

CMYK percentages

%0
%5.78
%8.67
%32.16

Codes

Color #ADA39E in popluar color models

ADA39E
RGB173163158
HSL20°8.38%64.90%
HSB/HSV20°8.67%67.84%
CMYK0.00%5.78%8.67%
32.16%

Color #ADA39E in popluar number systems.

HEXADA39E
Decimal173163158
Binary101011011010001110011110
Octal255243236

Shades and tints

Shades of #ADA39E

#ADA39E
(173,163,158)
#9E9590
(158,149,144)
#8F8782
(143,135,130)
#807974
(128,121,116)
#716B66
(113,107,102)
#625D58
(98,93,88)
#534F4A
(83,79,74)
#44413C
(68,65,60)
#35332E
(53,51,46)
#262520
(38,37,32)
#171712
(23,23,18)
#000000
(0,0,0)

Tints of #ADA39E

#ADA39E
(173,163,158)
#B4ABA6
(180,171,166)
#BBB3AE
(187,179,174)
#C2BBB6
(194,187,182)
#C9C3BE
(201,195,190)
#D0CBC6
(208,203,198)
#D7D3CE
(215,211,206)
#DEDBD6
(222,219,214)
#E5E3DE
(229,227,222)
#ECEBE6
(236,235,230)
#F3F3EE
(243,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADA39E; }

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

This text font color is #ADA39E.


Background Color

.myBgColor { background-color: #ADA39E; }

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

This div background color is #ADA39E.


Border color

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

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

This div border color is #ADA39E.


Opacity

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

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

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

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

This text has shadow with #ADA39E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADA39E on black background.


Color preview on white background

This text has color #ADA39E on white background.



Black color preview on #ADA39E background

This text has black color on #ADA39E background.


White color preview on #ADA39E background

This text has white color on #ADA39E background.