COLOR #ADBD9B

HEX: #ADBD9B
RGB: (173,189,155)

Color info

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

RGB color model

#ADBD9B color RGB value is (173,189,155).

  • red value is 173;
  • green value is 189;
  • blue value is 155.
RGB:
(173,189,155)
(68%,74%,61%)

RGB channels and saturation

R 173 of 255 = 68%
G 189 of 255 = 74%
B 155 of 255 = 61%

173
189
155

R + G + B ~ 68%. #ADBD9B is quite light color.

Portions of RGB colors in percentages

R + G + B =
173 + 189 + 155 = 517 (100%)
R 173 of 517 ~ 33.46%
G 189 of 517 ~ 36.56%
B 155 of 517 ~ 29.98%

%33.46
%36.56
%29.98

CMYK color model

#ADBD9B color CMYK value is (8,0,18,26).

  • cyan value is 8.47%
  • magenta value is 0.00%
  • yellow value is 17.99%
  • key color value is 25.88%
CMYK:
(8,0,18,26)
C8M0Y18K26 
(8%,0%,18%,26%)
(0.08/0.00/0.18/0.26)	

CMYK percentages

%8.47
%0
%17.99
%25.88

Codes

Color #ADBD9B in popluar color models

ADBD9B
RGB173189155
HSL88°20.48%67.45%
HSB/HSV88°17.99%74.12%
CMYK8.47%0.00%17.99%
25.88%

Color #ADBD9B in popluar number systems.

HEXADBD9B
Decimal173189155
Binary101011011011110110011011
Octal255275233

Shades and tints

Shades of #ADBD9B

#ADBD9B
(173,189,155)
#9EAC8D
(158,172,141)
#8F9B7F
(143,155,127)
#808A71
(128,138,113)
#717963
(113,121,99)
#626855
(98,104,85)
#535747
(83,87,71)
#444639
(68,70,57)
#35352B
(53,53,43)
#26241D
(38,36,29)
#17130F
(23,19,15)
#000000
(0,0,0)

Tints of #ADBD9B

#ADBD9B
(173,189,155)
#B4C3A4
(180,195,164)
#BBC9AD
(187,201,173)
#C2CFB6
(194,207,182)
#C9D5BF
(201,213,191)
#D0DBC8
(208,219,200)
#D7E1D1
(215,225,209)
#DEE7DA
(222,231,218)
#E5EDE3
(229,237,227)
#ECF3EC
(236,243,236)
#F3F9F5
(243,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADBD9B; }

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

This text font color is #ADBD9B.


Background Color

.myBgColor { background-color: #ADBD9B; }

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

This div background color is #ADBD9B.


Border color

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

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

This div border color is #ADBD9B.


Opacity

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

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

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

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

This text has shadow with #ADBD9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADBD9B on black background.


Color preview on white background

This text has color #ADBD9B on white background.



Black color preview on #ADBD9B background

This text has black color on #ADBD9B background.


White color preview on #ADBD9B background

This text has white color on #ADBD9B background.