COLOR #ACD9A5

HEX: #ACD9A5 RGB: (172,217,165)

Color info

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

RGB color model

#ACD9A5 color RGB value is (172,217,165).

RGB: (172,217,165) (67%, 85%, 65%)

RGB channels and saturation

R 172 of 255 = 67%
G 217 of 255 = 85%
B 165 of 255 = 65%

172
217
165

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

Portions of RGB colors in percentages

R + G + B = 172 + 217 + 165 = 554 (100%)
R 172 of 554 ~ 31.05%
G 217 of 554 ~ 39.17%
B 165 of 554 ~ 29.78'%

%31.05
%39.17
%29.78

CMYK color model

#ACD9A5 color CMYK value is (21,0,24,15).

  • cyan value is 20.74%
  • magenta value is 0.00%
  • yellow value is 23.96%
  • key color value is 14.90%

CMYK: (21,0,24,15)
C21M0Y24K15 (21%, 0%, 24%, 15%)
(0.21 / 0.00 / 0.24 / 0.15)

CMYK percentages

%20.74
%0
%23.96
%14.9

Codes

Color #ACD9A5 in popluar color models

AC D9 A5
RGB 172 217 165
HSL 112° 40.63% 74.90%
HSB/HSV 112° 23.96% 85.10%
CMYK 20.74% 0.00% 23.96%
14.90%

Color #ACD9A5 in popluar number systems.

HEX AC D9 A5
Decimal 172 217 165
Binary 10101100 11011001 10100101
Octal 254 331 245

Shades and tints

Shades of #ACD9A5

#ACD9A5
(172,217,165)
#9DC696
(157,198,150)
#8EB387
(142,179,135)
#7FA078
(127,160,120)
#708D69
(112,141,105)
#617A5A
(97,122,90)
#52674B
(82,103,75)
#43543C
(67,84,60)
#34412D
(52,65,45)
#252E1E
(37,46,30)
#161B0F
(22,27,15)
#000000
(0,0,0)

Tints of #ACD9A5

#ACD9A5
(172,217,165)
#B3DCAD
(179,220,173)
#BADFB5
(186,223,181)
#C1E2BD
(193,226,189)
#C8E5C5
(200,229,197)
#CFE8CD
(207,232,205)
#D6EBD5
(214,235,213)
#DDEEDD
(221,238,221)
#E4F1E5
(228,241,229)
#EBF4ED
(235,244,237)
#F2F7F5
(242,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACD9A5; }

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

This text font color is #ACD9A5.

Background Color

.myBgColor { background-color: #ACD9A5; }

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

This div background color is #ACD9A5.

Border color

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

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

This div border color is #ACD9A5.

Opacity

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

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

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

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

This text has shadow with #ACD9A5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACD9A5.

Preview

Color preview on black background

This text has color #ACD9A5 on black background.


Color preview on white background

This text has color #ACD9A5 on white background.


Black color preview on #ACD9A5 background

This text has black color on #ACD9A5 background.


White color preview on #ACD9A5 background

This text has white color on #ACD9A5 background.


Related colors

Complementary color

Complementary color for #hex is #53265A.


I love getcolorcode.com

Triadic colors

1 #A5ACD9 and #D9A5AC with #ACD9A5 are triadic colors.

2 #A5D9AC and #D9ACA5 with #ACD9A5 are triadic colors.