COLOR #ACD1A6

HEX: #ACD1A6
RGB: (172,209,166)

Color info

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

RGB color model

#ACD1A6 color RGB value is (172,209,166).

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

RGB channels and saturation

R 172 of 255 = 67%
G 209 of 255 = 82%
B 166 of 255 = 65%

172
209
166

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

Portions of RGB colors in percentages

R + G + B =
172 + 209 + 166 = 547 (100%)
R 172 of 547 ~ 31.44%
G 209 of 547 ~ 38.21%
B 166 of 547 ~ 30.35%

%31.44
%38.21
%30.35

CMYK color model

#ACD1A6 color CMYK value is (18,0,21,18).

  • cyan value is 17.70%
  • magenta value is 0.00%
  • yellow value is 20.57%
  • key color value is 18.04%
CMYK:
(18,0,21,18)
C18M0Y21K18 
(18%,0%,21%,18%)
(0.18/0.00/0.21/0.18)	

CMYK percentages

%17.7
%0
%20.57
%18.04

Codes

Color #ACD1A6 in popluar color models

ACD1A6
RGB172209166
HSL112°31.85%73.53%
HSB/HSV112°20.57%81.96%
CMYK17.70%0.00%20.57%
18.04%

Color #ACD1A6 in popluar number systems.

HEXACD1A6
Decimal172209166
Binary101011001101000110100110
Octal254321246

Shades and tints

Shades of #ACD1A6

#ACD1A6
(172,209,166)
#9DBE97
(157,190,151)
#8EAB88
(142,171,136)
#7F9879
(127,152,121)
#70856A
(112,133,106)
#61725B
(97,114,91)
#525F4C
(82,95,76)
#434C3D
(67,76,61)
#34392E
(52,57,46)
#25261F
(37,38,31)
#161310
(22,19,16)
#000000
(0,0,0)

Tints of #ACD1A6

#ACD1A6
(172,209,166)
#B3D5AE
(179,213,174)
#BAD9B6
(186,217,182)
#C1DDBE
(193,221,190)
#C8E1C6
(200,225,198)
#CFE5CE
(207,229,206)
#D6E9D6
(214,233,214)
#DDEDDE
(221,237,222)
#E4F1E6
(228,241,230)
#EBF5EE
(235,245,238)
#F2F9F6
(242,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACD1A6; }

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

This text font color is #ACD1A6.


Background Color

.myBgColor { background-color: #ACD1A6; }

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

This div background color is #ACD1A6.


Border color

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

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

This div border color is #ACD1A6.


Opacity

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

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

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

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

This text has shadow with #ACD1A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACD1A6 on black background.


Color preview on white background

This text has color #ACD1A6 on white background.



Black color preview on #ACD1A6 background

This text has black color on #ACD1A6 background.


White color preview on #ACD1A6 background

This text has white color on #ACD1A6 background.