COLOR #ADAF8E

HEX: #ADAF8E
RGB: (173,175,142)

Color info

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

RGB color model

#ADAF8E color RGB value is (173,175,142).

  • red value is 173;
  • green value is 175;
  • blue value is 142.
RGB:
(173,175,142)
(68%,69%,56%)

RGB channels and saturation

R 173 of 255 = 68%
G 175 of 255 = 69%
B 142 of 255 = 56%

173
175
142

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

Portions of RGB colors in percentages

R + G + B =
173 + 175 + 142 = 490 (100%)
R 173 of 490 ~ 35.31%
G 175 of 490 ~ 35.71%
B 142 of 490 ~ 28.98%

%35.31
%35.71
%28.98

CMYK color model

#ADAF8E color CMYK value is (1,0,19,31).

  • cyan value is 1.14%
  • magenta value is 0.00%
  • yellow value is 18.86%
  • key color value is 31.37%
CMYK:
(1,0,19,31)
C1M0Y19K31 
(1%,0%,19%,31%)
(0.01/0.00/0.19/0.31)	

CMYK percentages

%1.14
%0
%18.86
%31.37

Codes

Color #ADAF8E in popluar color models

ADAF8E
RGB173175142
HSL64°17.10%62.16%
HSB/HSV64°18.86%68.63%
CMYK1.14%0.00%18.86%
31.37%

Color #ADAF8E in popluar number systems.

HEXADAF8E
Decimal173175142
Binary101011011010111110001110
Octal255257216

Shades and tints

Shades of #ADAF8E

#ADAF8E
(173,175,142)
#9EA082
(158,160,130)
#8F9176
(143,145,118)
#80826A
(128,130,106)
#71735E
(113,115,94)
#626452
(98,100,82)
#535546
(83,85,70)
#44463A
(68,70,58)
#35372E
(53,55,46)
#262822
(38,40,34)
#171916
(23,25,22)
#000000
(0,0,0)

Tints of #ADAF8E

#ADAF8E
(173,175,142)
#B4B698
(180,182,152)
#BBBDA2
(187,189,162)
#C2C4AC
(194,196,172)
#C9CBB6
(201,203,182)
#D0D2C0
(208,210,192)
#D7D9CA
(215,217,202)
#DEE0D4
(222,224,212)
#E5E7DE
(229,231,222)
#ECEEE8
(236,238,232)
#F3F5F2
(243,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADAF8E color. Also use rgb(173,175,142) instead hex code.

Text Font Color

.myTextColor { color: #ADAF8E; }

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

This text font color is #ADAF8E.


Background Color

.myBgColor { background-color: #ADAF8E; }

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

This div background color is #ADAF8E.


Border color

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

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

This div border color is #ADAF8E.


Opacity

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

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

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

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

This text has shadow with #ADAF8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADAF8E on black background.


Color preview on white background

This text has color #ADAF8E on white background.



Black color preview on #ADAF8E background

This text has black color on #ADAF8E background.


White color preview on #ADAF8E background

This text has white color on #ADAF8E background.