COLOR #ADC9A5

HEX: #ADC9A5 RGB: (173,201,165)

Color info

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

RGB color model

#ADC9A5 color RGB value is (173,201,165).

RGB: (173,201,165) (68%, 79%, 65%)

RGB channels and saturation

R 173 of 255 = 68%
G 201 of 255 = 79%
B 165 of 255 = 65%

173
201
165

R + G + B ~ 71%. #ADC9A5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 201 + 165 = 539 (100%)
R 173 of 539 ~ 32.1%
G 201 of 539 ~ 37.29%
B 165 of 539 ~ 30.61'%

%32.1
%37.29
%30.61

CMYK color model

#ADC9A5 color CMYK value is (14,0,18,21).

  • cyan value is 13.93%
  • magenta value is 0.00%
  • yellow value is 17.91%
  • key color value is 21.18%
CMYK: (14,0,18,21) C14M0Y18K21 (14%,0%,18%,21%) (0.14/0.00/0.18/0.21) 

CMYK percentages

%13.93
%0
%17.91
%21.18

Codes

Color #ADC9A5 in popluar color models

AD C9 A5
RGB 173 201 165
HSL 107° 25.00% 71.76%
HSB/HSV 107° 17.91% 78.82%
CMYK 13.93% 0.00% 17.91%
21.18%

Color #ADC9A5 in popluar number systems.

HEX AD C9 A5
Decimal 173 201 165
Binary 10101101 11001001 10100101
Octal 255 311 245

Shades and tints

Shades of #ADC9A5

#ADC9A5
(173,201,165)
#9EB796
(158,183,150)
#8FA587
(143,165,135)
#809378
(128,147,120)
#718169
(113,129,105)
#626F5A
(98,111,90)
#535D4B
(83,93,75)
#444B3C
(68,75,60)
#35392D
(53,57,45)
#26271E
(38,39,30)
#17150F
(23,21,15)
#000000
(0,0,0)

Tints of #ADC9A5

#ADC9A5
(173,201,165)
#B4CDAD
(180,205,173)
#BBD1B5
(187,209,181)
#C2D5BD
(194,213,189)
#C9D9C5
(201,217,197)
#D0DDCD
(208,221,205)
#D7E1D5
(215,225,213)
#DEE5DD
(222,229,221)
#E5E9E5
(229,233,229)
#ECEDED
(236,237,237)
#F3F1F5
(243,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADC9A5 color. Also use rgb(173,201,165) instead hex code.

Text Font Color

.myTextColor { color: #ADC9A5; }

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

This text font color is #ADC9A5.

Background Color

.myBgColor { background-color: #ADC9A5; }

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

This div background color is #ADC9A5.

Border color

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

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

This div border color is #ADC9A5.

Opacity

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

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

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

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

This text has shadow with #ADC9A5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADC9A5.

Preview

Color preview on black background

This text has color #ADC9A5 on black background.


Color preview on white background

This text has color #ADC9A5 on white background.


Black color preview on #ADC9A5 background

This text has black color on #ADC9A5 background.


White color preview on #ADC9A5 background

This text has white color on #ADC9A5 background.


Related colors

Complementary color

Complementary color for #hex is #52365A.


I love getcolorcode.com

Triadic colors

1 #A5ADC9 and #C9A5AD with #ADC9A5 are triadic colors.

2 #A5C9AD and #C9ADA5 with #ADC9A5 are triadic colors.