COLOR #ADBD89

HEX: #ADBD89 RGB: (173,189,137)

Color info

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

RGB color model

#ADBD89 color RGB value is (173,189,137).

RGB: (173,189,137) (68%, 74%, 54%)

RGB channels and saturation

R 173 of 255 = 68%
G 189 of 255 = 74%
B 137 of 255 = 54%

173
189
137

R + G + B ~ 65%. #ADBD89 is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 189 + 137 = 499 (100%)
R 173 of 499 ~ 34.67%
G 189 of 499 ~ 37.88%
B 137 of 499 ~ 27.45'%

%34.67
%37.88
%27.45

CMYK color model

#ADBD89 color CMYK value is (8,0,28,26).

  • cyan value is 8.47%
  • magenta value is 0.00%
  • yellow value is 27.51%
  • key color value is 25.88%

CMYK: (8,0,28,26)
C8M0Y28K26 (8%, 0%, 28%, 26%)
(0.08 / 0.00 / 0.28 / 0.26)

CMYK percentages

%8.47
%0
%27.51
%25.88

Codes

Color #ADBD89 in popluar color models

AD BD 89
RGB 173 189 137
HSL 78° 28.26% 63.92%
HSB/HSV 78° 27.51% 74.12%
CMYK 8.47% 0.00% 27.51%
25.88%

Color #ADBD89 in popluar number systems.

HEX AD BD 89
Decimal 173 189 137
Binary 10101101 10111101 10001001
Octal 255 275 211

Shades and tints

Shades of #ADBD89

#ADBD89
(173,189,137)
#9EAC7D
(158,172,125)
#8F9B71
(143,155,113)
#808A65
(128,138,101)
#717959
(113,121,89)
#62684D
(98,104,77)
#535741
(83,87,65)
#444635
(68,70,53)
#353529
(53,53,41)
#26241D
(38,36,29)
#171311
(23,19,17)
#000000
(0,0,0)

Tints of #ADBD89

#ADBD89
(173,189,137)
#B4C393
(180,195,147)
#BBC99D
(187,201,157)
#C2CFA7
(194,207,167)
#C9D5B1
(201,213,177)
#D0DBBB
(208,219,187)
#D7E1C5
(215,225,197)
#DEE7CF
(222,231,207)
#E5EDD9
(229,237,217)
#ECF3E3
(236,243,227)
#F3F9ED
(243,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADBD89; }

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

This text font color is #ADBD89.

Background Color

.myBgColor { background-color: #ADBD89; }

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

This div background color is #ADBD89.

Border color

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

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

This div border color is #ADBD89.

Opacity

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

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

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

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

This text has shadow with #ADBD89 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADBD89.

Preview

Color preview on black background

This text has color #ADBD89 on black background.


Color preview on white background

This text has color #ADBD89 on white background.


Black color preview on #ADBD89 background

This text has black color on #ADBD89 background.


White color preview on #ADBD89 background

This text has white color on #ADBD89 background.


Related colors

Complementary color

Complementary color for #hex is #524276.


I love getcolorcode.com

Triadic colors

1 #89ADBD and #BD89AD with #ADBD89 are triadic colors.

2 #89BDAD and #BDAD89 with #ADBD89 are triadic colors.