COLOR #ADAB87

HEX: #ADAB87
RGB: (173,171,135)

Color info

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

RGB color model

#ADAB87 color RGB value is (173,171,135).

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

RGB channels and saturation

R 173 of 255 = 68%
G 171 of 255 = 67%
B 135 of 255 = 53%

173
171
135

R + G + B ~ 63%. #ADAB87 is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 171 + 135 = 479 (100%)
R 173 of 479 ~ 36.12%
G 171 of 479 ~ 35.7%
B 135 of 479 ~ 28.18%

%36.12
%35.7
%28.18

CMYK color model

#ADAB87 color CMYK value is (0,1,22,32).

  • cyan value is 0.00%
  • magenta value is 1.16%
  • yellow value is 21.97%
  • key color value is 32.16%
CMYK:
(0,1,22,32)
C0M1Y22K32 
(0%,1%,22%,32%)
(0.00/0.01/0.22/0.32)	

CMYK percentages

%0
%1.16
%21.97
%32.16

Codes

Color #ADAB87 in popluar color models

ADAB87
RGB173171135
HSL57°18.81%60.39%
HSB/HSV57°21.97%67.84%
CMYK0.00%1.16%21.97%
32.16%

Color #ADAB87 in popluar number systems.

HEXADAB87
Decimal173171135
Binary101011011010101110000111
Octal255253207

Shades and tints

Shades of #ADAB87

#ADAB87
(173,171,135)
#9E9C7B
(158,156,123)
#8F8D6F
(143,141,111)
#807E63
(128,126,99)
#716F57
(113,111,87)
#62604B
(98,96,75)
#53513F
(83,81,63)
#444233
(68,66,51)
#353327
(53,51,39)
#26241B
(38,36,27)
#17150F
(23,21,15)
#000000
(0,0,0)

Tints of #ADAB87

#ADAB87
(173,171,135)
#B4B291
(180,178,145)
#BBB99B
(187,185,155)
#C2C0A5
(194,192,165)
#C9C7AF
(201,199,175)
#D0CEB9
(208,206,185)
#D7D5C3
(215,213,195)
#DEDCCD
(222,220,205)
#E5E3D7
(229,227,215)
#ECEAE1
(236,234,225)
#F3F1EB
(243,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADAB87; }

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

This text font color is #ADAB87.


Background Color

.myBgColor { background-color: #ADAB87; }

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

This div background color is #ADAB87.


Border color

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

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

This div border color is #ADAB87.


Opacity

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

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

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

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

This text has shadow with #ADAB87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADAB87 on black background.


Color preview on white background

This text has color #ADAB87 on white background.



Black color preview on #ADAB87 background

This text has black color on #ADAB87 background.


White color preview on #ADAB87 background

This text has white color on #ADAB87 background.