COLOR #ADB99B

HEX: #ADB99B RGB: (173,185,155)

Color info

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

RGB color model

#ADB99B color RGB value is (173,185,155).

RGB: (173,185,155) (68%, 73%, 61%)

RGB channels and saturation

R 173 of 255 = 68%
G 185 of 255 = 73%
B 155 of 255 = 61%

173
185
155

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

Portions of RGB colors in percentages

R + G + B = 173 + 185 + 155 = 513 (100%)
R 173 of 513 ~ 33.72%
G 185 of 513 ~ 36.06%
B 155 of 513 ~ 30.21'%

%33.72
%36.06
%30.21

CMYK color model

#ADB99B color CMYK value is (6,0,16,27).

  • cyan value is 6.49%
  • magenta value is 0.00%
  • yellow value is 16.22%
  • key color value is 27.45%

CMYK: (6,0,16,27)
C6M0Y16K27 (6%, 0%, 16%, 27%)
(0.06 / 0.00 / 0.16 / 0.27)

CMYK percentages

%6.49
%0
%16.22
%27.45

Codes

Color #ADB99B in popluar color models

AD B9 9B
RGB 173 185 155
HSL 84° 17.65% 66.67%
HSB/HSV 84° 16.22% 72.55%
CMYK 6.49% 0.00% 16.22%
27.45%

Color #ADB99B in popluar number systems.

HEX AD B9 9B
Decimal 173 185 155
Binary 10101101 10111001 10011011
Octal 255 271 233

Shades and tints

Shades of #ADB99B

#ADB99B
(173,185,155)
#9EA98D
(158,169,141)
#8F997F
(143,153,127)
#808971
(128,137,113)
#717963
(113,121,99)
#626955
(98,105,85)
#535947
(83,89,71)
#444939
(68,73,57)
#35392B
(53,57,43)
#26291D
(38,41,29)
#17190F
(23,25,15)
#000000
(0,0,0)

Tints of #ADB99B

#ADB99B
(173,185,155)
#B4BFA4
(180,191,164)
#BBC5AD
(187,197,173)
#C2CBB6
(194,203,182)
#C9D1BF
(201,209,191)
#D0D7C8
(208,215,200)
#D7DDD1
(215,221,209)
#DEE3DA
(222,227,218)
#E5E9E3
(229,233,227)
#ECEFEC
(236,239,236)
#F3F5F5
(243,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADB99B; }

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

This text font color is #ADB99B.

Background Color

.myBgColor { background-color: #ADB99B; }

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

This div background color is #ADB99B.

Border color

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

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

This div border color is #ADB99B.

Opacity

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

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

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

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

This text has shadow with #ADB99B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADB99B.

Preview

Color preview on black background

This text has color #ADB99B on black background.


Color preview on white background

This text has color #ADB99B on white background.


Black color preview on #ADB99B background

This text has black color on #ADB99B background.


White color preview on #ADB99B background

This text has white color on #ADB99B background.


Related colors

Complementary color

Complementary color for #hex is #524664.


I love getcolorcode.com

Triadic colors

1 #9BADB9 and #B99BAD with #ADB99B are triadic colors.

2 #9BB9AD and #B9AD9B with #ADB99B are triadic colors.