COLOR #ADAE7F

HEX: #ADAE7F
RGB: (173,174,127)

Color info

#ADAE7F contains red, green and blue colors in about the same proportion. Web safe color of #ADAE7F is #999966 (or #996).

RGB color model

#ADAE7F color RGB value is (173,174,127).

  • red value is 173;
  • green value is 174;
  • blue value is 127.
RGB:
(173,174,127)
(68%,68%,50%)

RGB channels and saturation

R 173 of 255 = 68%
G 174 of 255 = 68%
B 127 of 255 = 50%

173
174
127

R + G + B ~ 62%. #ADAE7F is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 174 + 127 = 474 (100%)
R 173 of 474 ~ 36.5%
G 174 of 474 ~ 36.71%
B 127 of 474 ~ 26.79%

%36.5
%36.71
%26.79

CMYK color model

#ADAE7F color CMYK value is (1,0,27,32).

  • cyan value is 0.57%
  • magenta value is 0.00%
  • yellow value is 27.01%
  • key color value is 31.76%
CMYK:
(1,0,27,32)
C1M0Y27K32 
(1%,0%,27%,32%)
(0.01/0.00/0.27/0.32)	

CMYK percentages

%0.57
%0
%27.01
%31.76

Codes

Color #ADAE7F in popluar color models

ADAE7F
RGB173174127
HSL61°22.49%59.02%
HSB/HSV61°27.01%68.24%
CMYK0.57%0.00%27.01%
31.76%

Color #ADAE7F in popluar number systems.

HEXADAE7F
Decimal173174127
Binary10101101101011101111111
Octal255256177

Shades and tints

Shades of #ADAE7F

#ADAE7F
(173,174,127)
#9E9F74
(158,159,116)
#8F9069
(143,144,105)
#80815E
(128,129,94)
#717253
(113,114,83)
#626348
(98,99,72)
#53543D
(83,84,61)
#444532
(68,69,50)
#353627
(53,54,39)
#26271C
(38,39,28)
#171811
(23,24,17)
#000000
(0,0,0)

Tints of #ADAE7F

#ADAE7F
(173,174,127)
#B4B58A
(180,181,138)
#BBBC95
(187,188,149)
#C2C3A0
(194,195,160)
#C9CAAB
(201,202,171)
#D0D1B6
(208,209,182)
#D7D8C1
(215,216,193)
#DEDFCC
(222,223,204)
#E5E6D7
(229,230,215)
#ECEDE2
(236,237,226)
#F3F4ED
(243,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADAE7F color. Also use rgb(173,174,127) instead hex code.

Text Font Color

.myTextColor { color: #ADAE7F; }

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

This text font color is #ADAE7F.


Background Color

.myBgColor { background-color: #ADAE7F; }

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

This div background color is #ADAE7F.


Border color

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

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

This div border color is #ADAE7F.


Opacity

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

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

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

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

This text has shadow with #ADAE7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADAE7F on black background.


Color preview on white background

This text has color #ADAE7F on white background.



Black color preview on #ADAE7F background

This text has black color on #ADAE7F background.


White color preview on #ADAE7F background

This text has white color on #ADAE7F background.