COLOR #ADB496

HEX: #ADB496 RGB: (173,180,150)

Color info

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

RGB color model

#ADB496 color RGB value is (173,180,150).

RGB: (173,180,150) (68%, 71%, 59%)

RGB channels and saturation

R 173 of 255 = 68%
G 180 of 255 = 71%
B 150 of 255 = 59%

173
180
150

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

Portions of RGB colors in percentages

R + G + B = 173 + 180 + 150 = 503 (100%)
R 173 of 503 ~ 34.39%
G 180 of 503 ~ 35.79%
B 150 of 503 ~ 29.82'%

%34.39
%35.79
%29.82

CMYK color model

#ADB496 color CMYK value is (4,0,17,29).

  • cyan value is 3.89%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 29.41%

CMYK: (4,0,17,29)
C4M0Y17K29 (4%, 0%, 17%, 29%)
(0.04 / 0.00 / 0.17 / 0.29)

CMYK percentages

%3.89
%0
%16.67
%29.41

Codes

Color #ADB496 in popluar color models

AD B4 96
RGB 173 180 150
HSL 74° 16.67% 64.71%
HSB/HSV 74° 16.67% 70.59%
CMYK 3.89% 0.00% 16.67%
29.41%

Color #ADB496 in popluar number systems.

HEX AD B4 96
Decimal 173 180 150
Binary 10101101 10110100 10010110
Octal 255 264 226

Shades and tints

Shades of #ADB496

#ADB496
(173,180,150)
#9EA489
(158,164,137)
#8F947C
(143,148,124)
#80846F
(128,132,111)
#717462
(113,116,98)
#626455
(98,100,85)
#535448
(83,84,72)
#44443B
(68,68,59)
#35342E
(53,52,46)
#262421
(38,36,33)
#171414
(23,20,20)
#000000
(0,0,0)

Tints of #ADB496

#ADB496
(173,180,150)
#B4BA9F
(180,186,159)
#BBC0A8
(187,192,168)
#C2C6B1
(194,198,177)
#C9CCBA
(201,204,186)
#D0D2C3
(208,210,195)
#D7D8CC
(215,216,204)
#DEDED5
(222,222,213)
#E5E4DE
(229,228,222)
#ECEAE7
(236,234,231)
#F3F0F0
(243,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADB496 color. Also use rgb(173,180,150) instead hex code.

Text Font Color

.myTextColor { color: #ADB496; }

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

This text font color is #ADB496.

Background Color

.myBgColor { background-color: #ADB496; }

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

This div background color is #ADB496.

Border color

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

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

This div border color is #ADB496.

Opacity

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

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

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

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

This text has shadow with #ADB496 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADB496.

Preview

Color preview on black background

This text has color #ADB496 on black background.


Color preview on white background

This text has color #ADB496 on white background.


Black color preview on #ADB496 background

This text has black color on #ADB496 background.


White color preview on #ADB496 background

This text has white color on #ADB496 background.


Related colors

Complementary color

Complementary color for #hex is #524B69.


I love getcolorcode.com

Triadic colors

1 #96ADB4 and #B496AD with #ADB496 are triadic colors.

2 #96B4AD and #B4AD96 with #ADB496 are triadic colors.