COLOR #ACD0A1

HEX: #ACD0A1 RGB: (172,208,161)

Color info

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

RGB color model

#ACD0A1 color RGB value is (172,208,161).

RGB: (172,208,161) (67%, 82%, 63%)

RGB channels and saturation

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

172
208
161

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

Portions of RGB colors in percentages

R + G + B = 172 + 208 + 161 = 541 (100%)
R 172 of 541 ~ 31.79%
G 208 of 541 ~ 38.45%
B 161 of 541 ~ 29.76'%

%31.79
%38.45
%29.76

CMYK color model

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

  • cyan value is 17.31%
  • magenta value is 0.00%
  • yellow value is 22.60%
  • key color value is 18.43%

CMYK: (17,0,23,18)
C17M0Y23K18 (17%, 0%, 23%, 18%)
(0.17 / 0.00 / 0.23 / 0.18)

CMYK percentages

%17.31
%0
%22.6
%18.43

Codes

Color #ACD0A1 in popluar color models

AC D0 A1
RGB 172 208 161
HSL 106° 33.33% 72.35%
HSB/HSV 106° 22.60% 81.57%
CMYK 17.31% 0.00% 22.60%
18.43%

Color #ACD0A1 in popluar number systems.

HEX AC D0 A1
Decimal 172 208 161
Binary 10101100 11010000 10100001
Octal 254 320 241

Shades and tints

Shades of #ACD0A1

#ACD0A1
(172,208,161)
#9DBE93
(157,190,147)
#8EAC85
(142,172,133)
#7F9A77
(127,154,119)
#708869
(112,136,105)
#61765B
(97,118,91)
#52644D
(82,100,77)
#43523F
(67,82,63)
#344031
(52,64,49)
#252E23
(37,46,35)
#161C15
(22,28,21)
#000000
(0,0,0)

Tints of #ACD0A1

#ACD0A1
(172,208,161)
#B3D4A9
(179,212,169)
#BAD8B1
(186,216,177)
#C1DCB9
(193,220,185)
#C8E0C1
(200,224,193)
#CFE4C9
(207,228,201)
#D6E8D1
(214,232,209)
#DDECD9
(221,236,217)
#E4F0E1
(228,240,225)
#EBF4E9
(235,244,233)
#F2F8F1
(242,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACD0A1; }

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

This text font color is #ACD0A1.

Background Color

.myBgColor { background-color: #ACD0A1; }

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

This div background color is #ACD0A1.

Border color

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

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

This div border color is #ACD0A1.

Opacity

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

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

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

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

This text has shadow with #ACD0A1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACD0A1.

Preview

Color preview on black background

This text has color #ACD0A1 on black background.


Color preview on white background

This text has color #ACD0A1 on white background.


Black color preview on #ACD0A1 background

This text has black color on #ACD0A1 background.


White color preview on #ACD0A1 background

This text has white color on #ACD0A1 background.


Related colors

Complementary color

Complementary color for #hex is #532F5E.


I love getcolorcode.com

Triadic colors

1 #A1ACD0 and #D0A1AC with #ACD0A1 are triadic colors.

2 #A1D0AC and #D0ACA1 with #ACD0A1 are triadic colors.