COLOR #ADC9AC

HEX: #ADC9AC
RGB: (173,201,172)

Color info

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

RGB color model

#ADC9AC color RGB value is (173,201,172).

  • red value is 173;
  • green value is 201;
  • blue value is 172.
RGB:
(173,201,172)
(68%,79%,67%)

RGB channels and saturation

R 173 of 255 = 68%
G 201 of 255 = 79%
B 172 of 255 = 67%

173
201
172

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

Portions of RGB colors in percentages

R + G + B =
173 + 201 + 172 = 546 (100%)
R 173 of 546 ~ 31.68%
G 201 of 546 ~ 36.81%
B 172 of 546 ~ 31.5%

%31.68
%36.81
%31.5

CMYK color model

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

  • cyan value is 13.93%
  • magenta value is 0.00%
  • yellow value is 14.43%
  • key color value is 21.18%
CMYK:
(14,0,14,21)
C14M0Y14K21 
(14%,0%,14%,21%)
(0.14/0.00/0.14/0.21)	

CMYK percentages

%13.93
%0
%14.43
%21.18

Codes

Color #ADC9AC in popluar color models

ADC9AC
RGB173201172
HSL118°21.17%73.14%
HSB/HSV118°14.43%78.82%
CMYK13.93%0.00%14.43%
21.18%

Color #ADC9AC in popluar number systems.

HEXADC9AC
Decimal173201172
Binary101011011100100110101100
Octal255311254

Shades and tints

Shades of #ADC9AC

#ADC9AC
(173,201,172)
#9EB79D
(158,183,157)
#8FA58E
(143,165,142)
#80937F
(128,147,127)
#718170
(113,129,112)
#626F61
(98,111,97)
#535D52
(83,93,82)
#444B43
(68,75,67)
#353934
(53,57,52)
#262725
(38,39,37)
#171516
(23,21,22)
#000000
(0,0,0)

Tints of #ADC9AC

#ADC9AC
(173,201,172)
#B4CDB3
(180,205,179)
#BBD1BA
(187,209,186)
#C2D5C1
(194,213,193)
#C9D9C8
(201,217,200)
#D0DDCF
(208,221,207)
#D7E1D6
(215,225,214)
#DEE5DD
(222,229,221)
#E5E9E4
(229,233,228)
#ECEDEB
(236,237,235)
#F3F1F2
(243,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADC9AC; }

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

This text font color is #ADC9AC.


Background Color

.myBgColor { background-color: #ADC9AC; }

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

This div background color is #ADC9AC.


Border color

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

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

This div border color is #ADC9AC.


Opacity

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

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

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

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

This text has shadow with #ADC9AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADC9AC on black background.


Color preview on white background

This text has color #ADC9AC on white background.



Black color preview on #ADC9AC background

This text has black color on #ADC9AC background.


White color preview on #ADC9AC background

This text has white color on #ADC9AC background.