COLOR #ADB49B

HEX: #ADB49B RGB: (173,180,155)

Color info

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

RGB color model

#ADB49B color RGB value is (173,180,155).

RGB: (173,180,155) (68%, 71%, 61%)

RGB channels and saturation

R 173 of 255 = 68%
G 180 of 255 = 71%
B 155 of 255 = 61%

173
180
155

R + G + B ~ 67%. #ADB49B is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 180 + 155 = 508 (100%)
R 173 of 508 ~ 34.06%
G 180 of 508 ~ 35.43%
B 155 of 508 ~ 30.51'%

%34.06
%35.43
%30.51

CMYK color model

#ADB49B color CMYK value is (4,0,14,29).

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

CMYK: (4,0,14,29)
C4M0Y14K29 (4%, 0%, 14%, 29%)
(0.04 / 0.00 / 0.14 / 0.29)

CMYK percentages

%3.89
%0
%13.89
%29.41

Codes

Color #ADB49B in popluar color models

AD B4 9B
RGB 173 180 155
HSL 77° 14.29% 65.69%
HSB/HSV 77° 13.89% 70.59%
CMYK 3.89% 0.00% 13.89%
29.41%

Color #ADB49B in popluar number systems.

HEX AD B4 9B
Decimal 173 180 155
Binary 10101101 10110100 10011011
Octal 255 264 233

Shades and tints

Shades of #ADB49B

#ADB49B
(173,180,155)
#9EA48D
(158,164,141)
#8F947F
(143,148,127)
#808471
(128,132,113)
#717463
(113,116,99)
#626455
(98,100,85)
#535447
(83,84,71)
#444439
(68,68,57)
#35342B
(53,52,43)
#26241D
(38,36,29)
#17140F
(23,20,15)
#000000
(0,0,0)

Tints of #ADB49B

#ADB49B
(173,180,155)
#B4BAA4
(180,186,164)
#BBC0AD
(187,192,173)
#C2C6B6
(194,198,182)
#C9CCBF
(201,204,191)
#D0D2C8
(208,210,200)
#D7D8D1
(215,216,209)
#DEDEDA
(222,222,218)
#E5E4E3
(229,228,227)
#ECEAEC
(236,234,236)
#F3F0F5
(243,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB49B; }

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

This text font color is #ADB49B.

Background Color

.myBgColor { background-color: #ADB49B; }

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

This div background color is #ADB49B.

Border color

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

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

This div border color is #ADB49B.

Opacity

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

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

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

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

This text has shadow with #ADB49B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADB49B.

Preview

Color preview on black background

This text has color #ADB49B on black background.


Color preview on white background

This text has color #ADB49B on white background.


Black color preview on #ADB49B background

This text has black color on #ADB49B background.


White color preview on #ADB49B background

This text has white color on #ADB49B background.


Related colors

Complementary color

Complementary color for #hex is #524B64.


I love getcolorcode.com

Triadic colors

1 #9BADB4 and #B49BAD with #ADB49B are triadic colors.

2 #9BB4AD and #B4AD9B with #ADB49B are triadic colors.