COLOR #ADC2AC

HEX: #ADC2AC RGB: (173,194,172)

Color info

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

RGB color model

#ADC2AC color RGB value is (173,194,172).

RGB: (173,194,172) (68%, 76%, 67%)

RGB channels and saturation

R 173 of 255 = 68%
G 194 of 255 = 76%
B 172 of 255 = 67%

173
194
172

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

Portions of RGB colors in percentages

R + G + B = 173 + 194 + 172 = 539 (100%)
R 173 of 539 ~ 32.1%
G 194 of 539 ~ 35.99%
B 172 of 539 ~ 31.91'%

%32.1
%35.99
%31.91

CMYK color model

#ADC2AC color CMYK value is (11,0,11,24).

  • cyan value is 10.82%
  • magenta value is 0.00%
  • yellow value is 11.34%
  • key color value is 23.92%

CMYK: (11,0,11,24)
C11M0Y11K24 (11%, 0%, 11%, 24%)
(0.11 / 0.00 / 0.11 / 0.24)

CMYK percentages

%10.82
%0
%11.34
%23.92

Codes

Color #ADC2AC in popluar color models

AD C2 AC
RGB 173 194 172
HSL 117° 15.28% 71.76%
HSB/HSV 117° 11.34% 76.08%
CMYK 10.82% 0.00% 11.34%
23.92%

Color #ADC2AC in popluar number systems.

HEX AD C2 AC
Decimal 173 194 172
Binary 10101101 11000010 10101100
Octal 255 302 254

Shades and tints

Shades of #ADC2AC

#ADC2AC
(173,194,172)
#9EB19D
(158,177,157)
#8FA08E
(143,160,142)
#808F7F
(128,143,127)
#717E70
(113,126,112)
#626D61
(98,109,97)
#535C52
(83,92,82)
#444B43
(68,75,67)
#353A34
(53,58,52)
#262925
(38,41,37)
#171816
(23,24,22)
#000000
(0,0,0)

Tints of #ADC2AC

#ADC2AC
(173,194,172)
#B4C7B3
(180,199,179)
#BBCCBA
(187,204,186)
#C2D1C1
(194,209,193)
#C9D6C8
(201,214,200)
#D0DBCF
(208,219,207)
#D7E0D6
(215,224,214)
#DEE5DD
(222,229,221)
#E5EAE4
(229,234,228)
#ECEFEB
(236,239,235)
#F3F4F2
(243,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ADC2AC; }

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

This text font color is #ADC2AC.

Background Color

.myBgColor { background-color: #ADC2AC; }

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

This div background color is #ADC2AC.

Border color

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

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

This div border color is #ADC2AC.

Opacity

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

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

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

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

This text has shadow with #ADC2AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ADC2AC.

Preview

Color preview on black background

This text has color #ADC2AC on black background.


Color preview on white background

This text has color #ADC2AC on white background.


Black color preview on #ADC2AC background

This text has black color on #ADC2AC background.


White color preview on #ADC2AC background

This text has white color on #ADC2AC background.


Related colors

Complementary color

Complementary color for #hex is #523D53.


I love getcolorcode.com

Triadic colors

1 #ACADC2 and #C2ACAD with #ADC2AC are triadic colors.

2 #ACC2AD and #C2ADAC with #ADC2AC are triadic colors.