COLOR #ADAB7F

HEX: #ADAB7F
RGB: (173,171,127)

Color info

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

RGB color model

#ADAB7F color RGB value is (173,171,127).

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

RGB channels and saturation

R 173 of 255 = 68%
G 171 of 255 = 67%
B 127 of 255 = 50%

173
171
127

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

Portions of RGB colors in percentages

R + G + B =
173 + 171 + 127 = 471 (100%)
R 173 of 471 ~ 36.73%
G 171 of 471 ~ 36.31%
B 127 of 471 ~ 26.96%

%36.73
%36.31
%26.96

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.16%
  • yellow value is 26.59%
  • key color value is 32.16%
CMYK:
(0,1,27,32)
C0M1Y27K32 
(0%,1%,27%,32%)
(0.00/0.01/0.27/0.32)	

CMYK percentages

%0
%1.16
%26.59
%32.16

Codes

Color #ADAB7F in popluar color models

ADAB7F
RGB173171127
HSL57°21.90%58.82%
HSB/HSV57°26.59%67.84%
CMYK0.00%1.16%26.59%
32.16%

Color #ADAB7F in popluar number systems.

HEXADAB7F
Decimal173171127
Binary10101101101010111111111
Octal255253177

Shades and tints

Shades of #ADAB7F

#ADAB7F
(173,171,127)
#9E9C74
(158,156,116)
#8F8D69
(143,141,105)
#807E5E
(128,126,94)
#716F53
(113,111,83)
#626048
(98,96,72)
#53513D
(83,81,61)
#444232
(68,66,50)
#353327
(53,51,39)
#26241C
(38,36,28)
#171511
(23,21,17)
#000000
(0,0,0)

Tints of #ADAB7F

#ADAB7F
(173,171,127)
#B4B28A
(180,178,138)
#BBB995
(187,185,149)
#C2C0A0
(194,192,160)
#C9C7AB
(201,199,171)
#D0CEB6
(208,206,182)
#D7D5C1
(215,213,193)
#DEDCCC
(222,220,204)
#E5E3D7
(229,227,215)
#ECEAE2
(236,234,226)
#F3F1ED
(243,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADAB7F; }

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

This text font color is #ADAB7F.


Background Color

.myBgColor { background-color: #ADAB7F; }

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

This div background color is #ADAB7F.


Border color

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

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

This div border color is #ADAB7F.


Opacity

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

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

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

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

This text has shadow with #ADAB7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADAB7F on black background.


Color preview on white background

This text has color #ADAB7F on white background.



Black color preview on #ADAB7F background

This text has black color on #ADAB7F background.


White color preview on #ADAB7F background

This text has white color on #ADAB7F background.