COLOR #ADAF8F

HEX: #ADAF8F
RGB: (173,175,143)

Color info

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

RGB color model

#ADAF8F color RGB value is (173,175,143).

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

RGB channels and saturation

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

173
175
143

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

Portions of RGB colors in percentages

R + G + B =
173 + 175 + 143 = 491 (100%)
R 173 of 491 ~ 35.23%
G 175 of 491 ~ 35.64%
B 143 of 491 ~ 29.12%

%35.23
%35.64
%29.12

CMYK color model

#ADAF8F color CMYK value is (1,0,18,31).

  • cyan value is 1.14%
  • magenta value is 0.00%
  • yellow value is 18.29%
  • key color value is 31.37%
CMYK:
(1,0,18,31)
C1M0Y18K31 
(1%,0%,18%,31%)
(0.01/0.00/0.18/0.31)	

CMYK percentages

%1.14
%0
%18.29
%31.37

Codes

Color #ADAF8F in popluar color models

ADAF8F
RGB173175143
HSL64°16.67%62.35%
HSB/HSV64°18.29%68.63%
CMYK1.14%0.00%18.29%
31.37%

Color #ADAF8F in popluar number systems.

HEXADAF8F
Decimal173175143
Binary101011011010111110001111
Octal255257217

Shades and tints

Shades of #ADAF8F

#ADAF8F
(173,175,143)
#9EA082
(158,160,130)
#8F9175
(143,145,117)
#808268
(128,130,104)
#71735B
(113,115,91)
#62644E
(98,100,78)
#535541
(83,85,65)
#444634
(68,70,52)
#353727
(53,55,39)
#26281A
(38,40,26)
#17190D
(23,25,13)
#000000
(0,0,0)

Tints of #ADAF8F

#ADAF8F
(173,175,143)
#B4B699
(180,182,153)
#BBBDA3
(187,189,163)
#C2C4AD
(194,196,173)
#C9CBB7
(201,203,183)
#D0D2C1
(208,210,193)
#D7D9CB
(215,217,203)
#DEE0D5
(222,224,213)
#E5E7DF
(229,231,223)
#ECEEE9
(236,238,233)
#F3F5F3
(243,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADAF8F; }

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

This text font color is #ADAF8F.


Background Color

.myBgColor { background-color: #ADAF8F; }

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

This div background color is #ADAF8F.


Border color

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

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

This div border color is #ADAF8F.


Opacity

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

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

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

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

This text has shadow with #ADAF8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADAF8F on black background.


Color preview on white background

This text has color #ADAF8F on white background.



Black color preview on #ADAF8F background

This text has black color on #ADAF8F background.


White color preview on #ADAF8F background

This text has white color on #ADAF8F background.