COLOR #ADAF80

HEX: #ADAF80
RGB: (173,175,128)

Color info

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

RGB color model

#ADAF80 color RGB value is (173,175,128).

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

RGB channels and saturation

R 173 of 255 = 68%
G 175 of 255 = 69%
B 128 of 255 = 50%

173
175
128

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

Portions of RGB colors in percentages

R + G + B =
173 + 175 + 128 = 476 (100%)
R 173 of 476 ~ 36.34%
G 175 of 476 ~ 36.76%
B 128 of 476 ~ 26.89%

%36.34
%36.76
%26.89

CMYK color model

#ADAF80 color CMYK value is (1,0,27,31).

  • cyan value is 1.14%
  • magenta value is 0.00%
  • yellow value is 26.86%
  • key color value is 31.37%
CMYK:
(1,0,27,31)
C1M0Y27K31 
(1%,0%,27%,31%)
(0.01/0.00/0.27/0.31)	

CMYK percentages

%1.14
%0
%26.86
%31.37

Codes

Color #ADAF80 in popluar color models

ADAF80
RGB173175128
HSL63°22.71%59.41%
HSB/HSV63°26.86%68.63%
CMYK1.14%0.00%26.86%
31.37%

Color #ADAF80 in popluar number systems.

HEXADAF80
Decimal173175128
Binary101011011010111110000000
Octal255257200

Shades and tints

Shades of #ADAF80

#ADAF80
(173,175,128)
#9EA075
(158,160,117)
#8F916A
(143,145,106)
#80825F
(128,130,95)
#717354
(113,115,84)
#626449
(98,100,73)
#53553E
(83,85,62)
#444633
(68,70,51)
#353728
(53,55,40)
#26281D
(38,40,29)
#171912
(23,25,18)
#000000
(0,0,0)

Tints of #ADAF80

#ADAF80
(173,175,128)
#B4B68B
(180,182,139)
#BBBD96
(187,189,150)
#C2C4A1
(194,196,161)
#C9CBAC
(201,203,172)
#D0D2B7
(208,210,183)
#D7D9C2
(215,217,194)
#DEE0CD
(222,224,205)
#E5E7D8
(229,231,216)
#ECEEE3
(236,238,227)
#F3F5EE
(243,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADAF80; }

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

This text font color is #ADAF80.


Background Color

.myBgColor { background-color: #ADAF80; }

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

This div background color is #ADAF80.


Border color

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

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

This div border color is #ADAF80.


Opacity

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

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

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

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

This text has shadow with #ADAF80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADAF80 on black background.


Color preview on white background

This text has color #ADAF80 on white background.



Black color preview on #ADAF80 background

This text has black color on #ADAF80 background.


White color preview on #ADAF80 background

This text has white color on #ADAF80 background.