COLOR #ADAF90

HEX: #ADAF90
RGB: (173,175,144)

Color info

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

RGB color model

#ADAF90 color RGB value is (173,175,144).

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

RGB channels and saturation

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

173
175
144

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

Portions of RGB colors in percentages

R + G + B =
173 + 175 + 144 = 492 (100%)
R 173 of 492 ~ 35.16%
G 175 of 492 ~ 35.57%
B 144 of 492 ~ 29.27%

%35.16
%35.57
%29.27

CMYK color model

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

  • cyan value is 1.14%
  • magenta value is 0.00%
  • yellow value is 17.71%
  • 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
%17.71
%31.37

Codes

Color #ADAF90 in popluar color models

ADAF90
RGB173175144
HSL64°16.23%62.55%
HSB/HSV64°17.71%68.63%
CMYK1.14%0.00%17.71%
31.37%

Color #ADAF90 in popluar number systems.

HEXADAF90
Decimal173175144
Binary101011011010111110010000
Octal255257220

Shades and tints

Shades of #ADAF90

#ADAF90
(173,175,144)
#9EA083
(158,160,131)
#8F9176
(143,145,118)
#808269
(128,130,105)
#71735C
(113,115,92)
#62644F
(98,100,79)
#535542
(83,85,66)
#444635
(68,70,53)
#353728
(53,55,40)
#26281B
(38,40,27)
#17190E
(23,25,14)
#000000
(0,0,0)

Tints of #ADAF90

#ADAF90
(173,175,144)
#B4B69A
(180,182,154)
#BBBDA4
(187,189,164)
#C2C4AE
(194,196,174)
#C9CBB8
(201,203,184)
#D0D2C2
(208,210,194)
#D7D9CC
(215,217,204)
#DEE0D6
(222,224,214)
#E5E7E0
(229,231,224)
#ECEEEA
(236,238,234)
#F3F5F4
(243,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADAF90; }

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

This text font color is #ADAF90.


Background Color

.myBgColor { background-color: #ADAF90; }

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

This div background color is #ADAF90.


Border color

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

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

This div border color is #ADAF90.


Opacity

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

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

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

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

This text has shadow with #ADAF90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADAF90 on black background.


Color preview on white background

This text has color #ADAF90 on white background.



Black color preview on #ADAF90 background

This text has black color on #ADAF90 background.


White color preview on #ADAF90 background

This text has white color on #ADAF90 background.