COLOR #ADB089

HEX: #ADB089
RGB: (173,176,137)

Color info

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

RGB color model

#ADB089 color RGB value is (173,176,137).

  • red value is 173;
  • green value is 176;
  • blue value is 137.
RGB:
(173,176,137)
(68%,69%,54%)

RGB channels and saturation

R 173 of 255 = 68%
G 176 of 255 = 69%
B 137 of 255 = 54%

173
176
137

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

Portions of RGB colors in percentages

R + G + B =
173 + 176 + 137 = 486 (100%)
R 173 of 486 ~ 35.6%
G 176 of 486 ~ 36.21%
B 137 of 486 ~ 28.19%

%35.6
%36.21
%28.19

CMYK color model

#ADB089 color CMYK value is (2,0,22,31).

  • cyan value is 1.70%
  • magenta value is 0.00%
  • yellow value is 22.16%
  • key color value is 30.98%
CMYK:
(2,0,22,31)
C2M0Y22K31 
(2%,0%,22%,31%)
(0.02/0.00/0.22/0.31)	

CMYK percentages

%1.7
%0
%22.16
%30.98

Codes

Color #ADB089 in popluar color models

ADB089
RGB173176137
HSL65°19.80%61.37%
HSB/HSV65°22.16%69.02%
CMYK1.70%0.00%22.16%
30.98%

Color #ADB089 in popluar number systems.

HEXADB089
Decimal173176137
Binary101011011011000010001001
Octal255260211

Shades and tints

Shades of #ADB089

#ADB089
(173,176,137)
#9EA07D
(158,160,125)
#8F9071
(143,144,113)
#808065
(128,128,101)
#717059
(113,112,89)
#62604D
(98,96,77)
#535041
(83,80,65)
#444035
(68,64,53)
#353029
(53,48,41)
#26201D
(38,32,29)
#171011
(23,16,17)
#000000
(0,0,0)

Tints of #ADB089

#ADB089
(173,176,137)
#B4B793
(180,183,147)
#BBBE9D
(187,190,157)
#C2C5A7
(194,197,167)
#C9CCB1
(201,204,177)
#D0D3BB
(208,211,187)
#D7DAC5
(215,218,197)
#DEE1CF
(222,225,207)
#E5E8D9
(229,232,217)
#ECEFE3
(236,239,227)
#F3F6ED
(243,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADB089 color. Also use rgb(173,176,137) instead hex code.

Text Font Color

.myTextColor { color: #ADB089; }

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

This text font color is #ADB089.


Background Color

.myBgColor { background-color: #ADB089; }

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

This div background color is #ADB089.


Border color

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

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

This div border color is #ADB089.


Opacity

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

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

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

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

This text has shadow with #ADB089 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADB089 on black background.


Color preview on white background

This text has color #ADB089 on white background.



Black color preview on #ADB089 background

This text has black color on #ADB089 background.


White color preview on #ADB089 background

This text has white color on #ADB089 background.