COLOR #ADC4A9

HEX: #ADC4A9 RGB: (173,196,169)

Color info

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

RGB color model

#ADC4A9 color RGB value is (173,196,169).

RGB: (173,196,169) (68%, 77%, 66%)

RGB channels and saturation

R 173 of 255 = 68%
G 196 of 255 = 77%
B 169 of 255 = 66%

173
196
169

R + G + B ~ 70%. #ADC4A9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 173 + 196 + 169 = 538 (100%)
R 173 of 538 ~ 32.16%
G 196 of 538 ~ 36.43%
B 169 of 538 ~ 31.41'%

%32.16
%36.43
%31.41

CMYK color model

#ADC4A9 color CMYK value is (12,0,14,23).

  • cyan value is 11.73%
  • magenta value is 0.00%
  • yellow value is 13.78%
  • key color value is 23.14%
CMYK: (12,0,14,23) C12M0Y14K23 (12%,0%,14%,23%) (0.12/0.00/0.14/0.23) 

CMYK percentages

%11.73
%0
%13.78
%23.14

Codes

Color #ADC4A9 in popluar color models

AD C4 A9
RGB 173 196 169
HSL 111° 18.62% 71.57%
HSB/HSV 111° 13.78% 76.86%
CMYK 11.73% 0.00% 13.78%
23.14%

Color #ADC4A9 in popluar number systems.

HEX AD C4 A9
Decimal 173 196 169
Binary 10101101 11000100 10101001
Octal 255 304 251

Shades and tints

Shades of #ADC4A9

#ADC4A9
(173,196,169)
#9EB39A
(158,179,154)
#8FA28B
(143,162,139)
#80917C
(128,145,124)
#71806D
(113,128,109)
#626F5E
(98,111,94)
#535E4F
(83,94,79)
#444D40
(68,77,64)
#353C31
(53,60,49)
#262B22
(38,43,34)
#171A13
(23,26,19)
#000000
(0,0,0)

Tints of #ADC4A9

#ADC4A9
(173,196,169)
#B4C9B0
(180,201,176)
#BBCEB7
(187,206,183)
#C2D3BE
(194,211,190)
#C9D8C5
(201,216,197)
#D0DDCC
(208,221,204)
#D7E2D3
(215,226,211)
#DEE7DA
(222,231,218)
#E5ECE1
(229,236,225)
#ECF1E8
(236,241,232)
#F3F6EF
(243,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ADC4A9 color. Also use rgb(173,196,169) instead hex code.

Text Font Color

.myTextColor { color: #ADC4A9; }

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

This text font color is #ADC4A9.

Background Color

.myBgColor { background-color: #ADC4A9; }

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

This div background color is #ADC4A9.

Border color

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

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

This div border color is #ADC4A9.

Opacity

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

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

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

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

This text has shadow with #ADC4A9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADC4A9.

Preview

Color preview on black background

This text has color #ADC4A9 on black background.


Color preview on white background

This text has color #ADC4A9 on white background.


Black color preview on #ADC4A9 background

This text has black color on #ADC4A9 background.


White color preview on #ADC4A9 background

This text has white color on #ADC4A9 background.


Related colors

Complementary color

Complementary color for #hex is #523B56.


I love getcolorcode.com

Triadic colors

1 #A9ADC4 and #C4A9AD with #ADC4A9 are triadic colors.

2 #A9C4AD and #C4ADA9 with #ADC4A9 are triadic colors.