COLOR #ADB489

HEX: #ADB489 RGB: (173,180,137)

Color info

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

RGB color model

#ADB489 color RGB value is (173,180,137).

RGB: (173,180,137) (68%, 71%, 54%)

RGB channels and saturation

R 173 of 255 = 68%
G 180 of 255 = 71%
B 137 of 255 = 54%

173
180
137

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

Portions of RGB colors in percentages

R + G + B = 173 + 180 + 137 = 490 (100%)
R 173 of 490 ~ 35.31%
G 180 of 490 ~ 36.73%
B 137 of 490 ~ 27.96'%

%35.31
%36.73
%27.96

CMYK color model

#ADB489 color CMYK value is (4,0,24,29).

  • cyan value is 3.89%
  • magenta value is 0.00%
  • yellow value is 23.89%
  • key color value is 29.41%
CMYK: (4,0,24,29) C4M0Y24K29 (4%,0%,24%,29%) (0.04/0.00/0.24/0.29) 

CMYK percentages

%3.89
%0
%23.89
%29.41

Codes

Color #ADB489 in popluar color models

AD B4 89
RGB 173 180 137
HSL 70° 22.28% 62.16%
HSB/HSV 70° 23.89% 70.59%
CMYK 3.89% 0.00% 23.89%
29.41%

Color #ADB489 in popluar number systems.

HEX AD B4 89
Decimal 173 180 137
Binary 10101101 10110100 10001001
Octal 255 264 211

Shades and tints

Shades of #ADB489

#ADB489
(173,180,137)
#9EA47D
(158,164,125)
#8F9471
(143,148,113)
#808465
(128,132,101)
#717459
(113,116,89)
#62644D
(98,100,77)
#535441
(83,84,65)
#444435
(68,68,53)
#353429
(53,52,41)
#26241D
(38,36,29)
#171411
(23,20,17)
#000000
(0,0,0)

Tints of #ADB489

#ADB489
(173,180,137)
#B4BA93
(180,186,147)
#BBC09D
(187,192,157)
#C2C6A7
(194,198,167)
#C9CCB1
(201,204,177)
#D0D2BB
(208,210,187)
#D7D8C5
(215,216,197)
#DEDECF
(222,222,207)
#E5E4D9
(229,228,217)
#ECEAE3
(236,234,227)
#F3F0ED
(243,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB489; }

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

This text font color is #ADB489.

Background Color

.myBgColor { background-color: #ADB489; }

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

This div background color is #ADB489.

Border color

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

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

This div border color is #ADB489.

Opacity

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

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

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

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

This text has shadow with #ADB489 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADB489.

Preview

Color preview on black background

This text has color #ADB489 on black background.


Color preview on white background

This text has color #ADB489 on white background.


Black color preview on #ADB489 background

This text has black color on #ADB489 background.


White color preview on #ADB489 background

This text has white color on #ADB489 background.


Related colors

Complementary color

Complementary color for #hex is #524B76.


I love getcolorcode.com

Triadic colors

1 #89ADB4 and #B489AD with #ADB489 are triadic colors.

2 #89B4AD and #B4AD89 with #ADB489 are triadic colors.