COLOR #ADB893

HEX: #ADB893 RGB: (173,184,147)

Color info

#ADB893 contains red, green and blue colors in about the same proportion. Web safe color of #ADB893 is #99CC99 (or #9C9).

RGB color model

#ADB893 color RGB value is (173,184,147).

RGB: (173,184,147) (68%, 72%, 58%)

RGB channels and saturation

R 173 of 255 = 68%
G 184 of 255 = 72%
B 147 of 255 = 58%

173
184
147

R + G + B ~ 66%. #ADB893 is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 184 + 147 = 504 (100%)
R 173 of 504 ~ 34.33%
G 184 of 504 ~ 36.51%
B 147 of 504 ~ 29.17'%

%34.33
%36.51
%29.17

CMYK color model

#ADB893 color CMYK value is (6,0,20,28).

  • cyan value is 5.98%
  • magenta value is 0.00%
  • yellow value is 20.11%
  • key color value is 27.84%

CMYK: (6,0,20,28)
C6M0Y20K28 (6%, 0%, 20%, 28%)
(0.06 / 0.00 / 0.20 / 0.28)

CMYK percentages

%5.98
%0
%20.11
%27.84

Codes

Color #ADB893 in popluar color models

AD B8 93
RGB 173 184 147
HSL 78° 20.67% 64.90%
HSB/HSV 78° 20.11% 72.16%
CMYK 5.98% 0.00% 20.11%
27.84%

Color #ADB893 in popluar number systems.

HEX AD B8 93
Decimal 173 184 147
Binary 10101101 10111000 10010011
Octal 255 270 223

Shades and tints

Shades of #ADB893

#ADB893
(173,184,147)
#9EA886
(158,168,134)
#8F9879
(143,152,121)
#80886C
(128,136,108)
#71785F
(113,120,95)
#626852
(98,104,82)
#535845
(83,88,69)
#444838
(68,72,56)
#35382B
(53,56,43)
#26281E
(38,40,30)
#171811
(23,24,17)
#000000
(0,0,0)

Tints of #ADB893

#ADB893
(173,184,147)
#B4BE9C
(180,190,156)
#BBC4A5
(187,196,165)
#C2CAAE
(194,202,174)
#C9D0B7
(201,208,183)
#D0D6C0
(208,214,192)
#D7DCC9
(215,220,201)
#DEE2D2
(222,226,210)
#E5E8DB
(229,232,219)
#ECEEE4
(236,238,228)
#F3F4ED
(243,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADB893 color. Also use rgb(173,184,147) instead hex code.

Text Font Color

.myTextColor { color: #ADB893; }

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

This text font color is #ADB893.

Background Color

.myBgColor { background-color: #ADB893; }

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

This div background color is #ADB893.

Border color

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

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

This div border color is #ADB893.

Opacity

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

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

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

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

This text has shadow with #ADB893 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADB893.

Preview

Color preview on black background

This text has color #ADB893 on black background.


Color preview on white background

This text has color #ADB893 on white background.


Black color preview on #ADB893 background

This text has black color on #ADB893 background.


White color preview on #ADB893 background

This text has white color on #ADB893 background.


Related colors

Complementary color

Complementary color for #hex is #52476C.


I love getcolorcode.com

Triadic colors

1 #93ADB8 and #B893AD with #ADB893 are triadic colors.

2 #93B8AD and #B8AD93 with #ADB893 are triadic colors.