COLOR #ADC5AC

HEX: #ADC5AC
RGB: (173,197,172)

Color info

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

RGB color model

#ADC5AC color RGB value is (173,197,172).

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

RGB channels and saturation

R 173 of 255 = 68%
G 197 of 255 = 77%
B 172 of 255 = 67%

173
197
172

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

Portions of RGB colors in percentages

R + G + B =
173 + 197 + 172 = 542 (100%)
R 173 of 542 ~ 31.92%
G 197 of 542 ~ 36.35%
B 172 of 542 ~ 31.73%

%31.92
%36.35
%31.73

CMYK color model

#ADC5AC color CMYK value is (12,0,13,23).

  • cyan value is 12.18%
  • magenta value is 0.00%
  • yellow value is 12.69%
  • key color value is 22.75%
CMYK:
(12,0,13,23)
C12M0Y13K23 
(12%,0%,13%,23%)
(0.12/0.00/0.13/0.23)	

CMYK percentages

%12.18
%0
%12.69
%22.75

Codes

Color #ADC5AC in popluar color models

ADC5AC
RGB173197172
HSL118°17.73%72.35%
HSB/HSV118°12.69%77.25%
CMYK12.18%0.00%12.69%
22.75%

Color #ADC5AC in popluar number systems.

HEXADC5AC
Decimal173197172
Binary101011011100010110101100
Octal255305254

Shades and tints

Shades of #ADC5AC

#ADC5AC
(173,197,172)
#9EB49D
(158,180,157)
#8FA38E
(143,163,142)
#80927F
(128,146,127)
#718170
(113,129,112)
#627061
(98,112,97)
#535F52
(83,95,82)
#444E43
(68,78,67)
#353D34
(53,61,52)
#262C25
(38,44,37)
#171B16
(23,27,22)
#000000
(0,0,0)

Tints of #ADC5AC

#ADC5AC
(173,197,172)
#B4CAB3
(180,202,179)
#BBCFBA
(187,207,186)
#C2D4C1
(194,212,193)
#C9D9C8
(201,217,200)
#D0DECF
(208,222,207)
#D7E3D6
(215,227,214)
#DEE8DD
(222,232,221)
#E5EDE4
(229,237,228)
#ECF2EB
(236,242,235)
#F3F7F2
(243,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADC5AC; }

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

This text font color is #ADC5AC.


Background Color

.myBgColor { background-color: #ADC5AC; }

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

This div background color is #ADC5AC.


Border color

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

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

This div border color is #ADC5AC.


Opacity

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

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

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

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

This text has shadow with #ADC5AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ADC5AC on black background.


Color preview on white background

This text has color #ADC5AC on white background.



Black color preview on #ADC5AC background

This text has black color on #ADC5AC background.


White color preview on #ADC5AC background

This text has white color on #ADC5AC background.