COLOR #ADB89B

HEX: #ADB89B RGB: (173,184,155)

Color info

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

RGB color model

#ADB89B color RGB value is (173,184,155).

RGB: (173,184,155) (68%, 72%, 61%)

RGB channels and saturation

R 173 of 255 = 68%
G 184 of 255 = 72%
B 155 of 255 = 61%

173
184
155

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

Portions of RGB colors in percentages

R + G + B = 173 + 184 + 155 = 512 (100%)
R 173 of 512 ~ 33.79%
G 184 of 512 ~ 35.94%
B 155 of 512 ~ 30.27'%

%33.79
%35.94
%30.27

CMYK color model

#ADB89B color CMYK value is (6,0,16,28).

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

CMYK: (6,0,16,28)
C6M0Y16K28 (6%, 0%, 16%, 28%)
(0.06 / 0.00 / 0.16 / 0.28)

CMYK percentages

%5.98
%0
%15.76
%27.84

Codes

Color #ADB89B in popluar color models

AD B8 9B
RGB 173 184 155
HSL 83° 16.96% 66.47%
HSB/HSV 83° 15.76% 72.16%
CMYK 5.98% 0.00% 15.76%
27.84%

Color #ADB89B in popluar number systems.

HEX AD B8 9B
Decimal 173 184 155
Binary 10101101 10111000 10011011
Octal 255 270 233

Shades and tints

Shades of #ADB89B

#ADB89B
(173,184,155)
#9EA88D
(158,168,141)
#8F987F
(143,152,127)
#808871
(128,136,113)
#717863
(113,120,99)
#626855
(98,104,85)
#535847
(83,88,71)
#444839
(68,72,57)
#35382B
(53,56,43)
#26281D
(38,40,29)
#17180F
(23,24,15)
#000000
(0,0,0)

Tints of #ADB89B

#ADB89B
(173,184,155)
#B4BEA4
(180,190,164)
#BBC4AD
(187,196,173)
#C2CAB6
(194,202,182)
#C9D0BF
(201,208,191)
#D0D6C8
(208,214,200)
#D7DCD1
(215,220,209)
#DEE2DA
(222,226,218)
#E5E8E3
(229,232,227)
#ECEEEC
(236,238,236)
#F3F4F5
(243,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB89B; }

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

This text font color is #ADB89B.

Background Color

.myBgColor { background-color: #ADB89B; }

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

This div background color is #ADB89B.

Border color

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

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

This div border color is #ADB89B.

Opacity

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

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

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

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

This text has shadow with #ADB89B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADB89B.

Preview

Color preview on black background

This text has color #ADB89B on black background.


Color preview on white background

This text has color #ADB89B on white background.


Black color preview on #ADB89B background

This text has black color on #ADB89B background.


White color preview on #ADB89B background

This text has white color on #ADB89B background.


Related colors

Complementary color

Complementary color for #hex is #524764.


I love getcolorcode.com

Triadic colors

1 #9BADB8 and #B89BAD with #ADB89B are triadic colors.

2 #9BB8AD and #B8AD9B with #ADB89B are triadic colors.