COLOR #ADC7AA

HEX: #ADC7AA RGB: (173,199,170)

Color info

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

RGB color model

#ADC7AA color RGB value is (173,199,170).

RGB: (173,199,170) (68%, 78%, 67%)

RGB channels and saturation

R 173 of 255 = 68%
G 199 of 255 = 78%
B 170 of 255 = 67%

173
199
170

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

Portions of RGB colors in percentages

R + G + B = 173 + 199 + 170 = 542 (100%)
R 173 of 542 ~ 31.92%
G 199 of 542 ~ 36.72%
B 170 of 542 ~ 31.37'%

%31.92
%36.72
%31.37

CMYK color model

#ADC7AA color CMYK value is (13,0,15,22).

  • cyan value is 13.07%
  • magenta value is 0.00%
  • yellow value is 14.57%
  • key color value is 21.96%

CMYK: (13,0,15,22)
C13M0Y15K22 (13%, 0%, 15%, 22%)
(0.13 / 0.00 / 0.15 / 0.22)

CMYK percentages

%13.07
%0
%14.57
%21.96

Codes

Color #ADC7AA in popluar color models

AD C7 AA
RGB 173 199 170
HSL 114° 20.57% 72.35%
HSB/HSV 114° 14.57% 78.04%
CMYK 13.07% 0.00% 14.57%
21.96%

Color #ADC7AA in popluar number systems.

HEX AD C7 AA
Decimal 173 199 170
Binary 10101101 11000111 10101010
Octal 255 307 252

Shades and tints

Shades of #ADC7AA

#ADC7AA
(173,199,170)
#9EB59B
(158,181,155)
#8FA38C
(143,163,140)
#80917D
(128,145,125)
#717F6E
(113,127,110)
#626D5F
(98,109,95)
#535B50
(83,91,80)
#444941
(68,73,65)
#353732
(53,55,50)
#262523
(38,37,35)
#171314
(23,19,20)
#000000
(0,0,0)

Tints of #ADC7AA

#ADC7AA
(173,199,170)
#B4CCB1
(180,204,177)
#BBD1B8
(187,209,184)
#C2D6BF
(194,214,191)
#C9DBC6
(201,219,198)
#D0E0CD
(208,224,205)
#D7E5D4
(215,229,212)
#DEEADB
(222,234,219)
#E5EFE2
(229,239,226)
#ECF4E9
(236,244,233)
#F3F9F0
(243,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADC7AA color. Also use rgb(173,199,170) instead hex code.

Text Font Color

.myTextColor { color: #ADC7AA; }

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

This text font color is #ADC7AA.

Background Color

.myBgColor { background-color: #ADC7AA; }

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

This div background color is #ADC7AA.

Border color

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

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

This div border color is #ADC7AA.

Opacity

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

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

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

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

This text has shadow with #ADC7AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADC7AA.

Preview

Color preview on black background

This text has color #ADC7AA on black background.


Color preview on white background

This text has color #ADC7AA on white background.


Black color preview on #ADC7AA background

This text has black color on #ADC7AA background.


White color preview on #ADC7AA background

This text has white color on #ADC7AA background.


Related colors

Complementary color

Complementary color for #hex is #523855.


I love getcolorcode.com

Triadic colors

1 #AAADC7 and #C7AAAD with #ADC7AA are triadic colors.

2 #AAC7AD and #C7ADAA with #ADC7AA are triadic colors.