COLOR #ACD0AC

HEX: #ACD0AC
RGB: (172,208,172)

Color info

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

RGB color model

#ACD0AC color RGB value is (172,208,172).

  • red value is 172;
  • green value is 208;
  • blue value is 172.
RGB:
(172,208,172)
(67%,82%,67%)

RGB channels and saturation

R 172 of 255 = 67%
G 208 of 255 = 82%
B 172 of 255 = 67%

172
208
172

R + G + B ~ 72%. #ACD0AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 208 + 172 = 552 (100%)
R 172 of 552 ~ 31.16%
G 208 of 552 ~ 37.68%
B 172 of 552 ~ 31.16%

%31.16
%37.68
%31.16

CMYK color model

#ACD0AC color CMYK value is (17,0,17,18).

  • cyan value is 17.31%
  • magenta value is 0.00%
  • yellow value is 17.31%
  • key color value is 18.43%
CMYK:
(17,0,17,18)
C17M0Y17K18 
(17%,0%,17%,18%)
(0.17/0.00/0.17/0.18)	

CMYK percentages

%17.31
%0
%17.31
%18.43

Codes

Color #ACD0AC in popluar color models

ACD0AC
RGB172208172
HSL120°27.69%74.51%
HSB/HSV120°17.31%81.57%
CMYK17.31%0.00%17.31%
18.43%

Color #ACD0AC in popluar number systems.

HEXACD0AC
Decimal172208172
Binary101011001101000010101100
Octal254320254

Shades and tints

Shades of #ACD0AC

#ACD0AC
(172,208,172)
#9DBE9D
(157,190,157)
#8EAC8E
(142,172,142)
#7F9A7F
(127,154,127)
#708870
(112,136,112)
#617661
(97,118,97)
#526452
(82,100,82)
#435243
(67,82,67)
#344034
(52,64,52)
#252E25
(37,46,37)
#161C16
(22,28,22)
#000000
(0,0,0)

Tints of #ACD0AC

#ACD0AC
(172,208,172)
#B3D4B3
(179,212,179)
#BAD8BA
(186,216,186)
#C1DCC1
(193,220,193)
#C8E0C8
(200,224,200)
#CFE4CF
(207,228,207)
#D6E8D6
(214,232,214)
#DDECDD
(221,236,221)
#E4F0E4
(228,240,228)
#EBF4EB
(235,244,235)
#F2F8F2
(242,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACD0AC; }

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

This text font color is #ACD0AC.


Background Color

.myBgColor { background-color: #ACD0AC; }

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

This div background color is #ACD0AC.


Border color

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

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

This div border color is #ACD0AC.


Opacity

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

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

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

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

This text has shadow with #ACD0AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACD0AC on black background.


Color preview on white background

This text has color #ACD0AC on white background.



Black color preview on #ACD0AC background

This text has black color on #ACD0AC background.


White color preview on #ACD0AC background

This text has white color on #ACD0AC background.