COLOR #ADAF96

HEX: #ADAF96
RGB: (173,175,150)

Color info

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

RGB color model

#ADAF96 color RGB value is (173,175,150).

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

RGB channels and saturation

R 173 of 255 = 68%
G 175 of 255 = 69%
B 150 of 255 = 59%

173
175
150

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

Portions of RGB colors in percentages

R + G + B =
173 + 175 + 150 = 498 (100%)
R 173 of 498 ~ 34.74%
G 175 of 498 ~ 35.14%
B 150 of 498 ~ 30.12%

%34.74
%35.14
%30.12

CMYK color model

#ADAF96 color CMYK value is (1,0,14,31).

  • cyan value is 1.14%
  • magenta value is 0.00%
  • yellow value is 14.29%
  • key color value is 31.37%
CMYK:
(1,0,14,31)
C1M0Y14K31 
(1%,0%,14%,31%)
(0.01/0.00/0.14/0.31)	

CMYK percentages

%1.14
%0
%14.29
%31.37

Codes

Color #ADAF96 in popluar color models

ADAF96
RGB173175150
HSL65°13.51%63.73%
HSB/HSV65°14.29%68.63%
CMYK1.14%0.00%14.29%
31.37%

Color #ADAF96 in popluar number systems.

HEXADAF96
Decimal173175150
Binary101011011010111110010110
Octal255257226

Shades and tints

Shades of #ADAF96

#ADAF96
(173,175,150)
#9EA089
(158,160,137)
#8F917C
(143,145,124)
#80826F
(128,130,111)
#717362
(113,115,98)
#626455
(98,100,85)
#535548
(83,85,72)
#44463B
(68,70,59)
#35372E
(53,55,46)
#262821
(38,40,33)
#171914
(23,25,20)
#000000
(0,0,0)

Tints of #ADAF96

#ADAF96
(173,175,150)
#B4B69F
(180,182,159)
#BBBDA8
(187,189,168)
#C2C4B1
(194,196,177)
#C9CBBA
(201,203,186)
#D0D2C3
(208,210,195)
#D7D9CC
(215,217,204)
#DEE0D5
(222,224,213)
#E5E7DE
(229,231,222)
#ECEEE7
(236,238,231)
#F3F5F0
(243,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADAF96; }

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

This text font color is #ADAF96.


Background Color

.myBgColor { background-color: #ADAF96; }

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

This div background color is #ADAF96.


Border color

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

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

This div border color is #ADAF96.


Opacity

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

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

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

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

This text has shadow with #ADAF96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADAF96 on black background.


Color preview on white background

This text has color #ADAF96 on white background.



Black color preview on #ADAF96 background

This text has black color on #ADAF96 background.


White color preview on #ADAF96 background

This text has white color on #ADAF96 background.