COLOR #ACDA87

HEX: #ACDA87 RGB: (172,218,135)

Color info

#ACDA87 contains mainly red and green colors. Web safe color of #ACDA87 is #99CC99 (or #9C9).

RGB color model

#ACDA87 color RGB value is (172,218,135).

RGB: (172,218,135) (67%, 85%, 53%)

RGB channels and saturation

R 172 of 255 = 67%
G 218 of 255 = 85%
B 135 of 255 = 53%

172
218
135

R + G + B ~ 68%. #ACDA87 is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 218 + 135 = 525 (100%)
R 172 of 525 ~ 32.76%
G 218 of 525 ~ 41.52%
B 135 of 525 ~ 25.71'%

%32.76
%41.52
%25.71

CMYK color model

#ACDA87 color CMYK value is (21,0,38,15).

  • cyan value is 21.10%
  • magenta value is 0.00%
  • yellow value is 38.07%
  • key color value is 14.51%

CMYK: (21,0,38,15)
C21M0Y38K15 (21%, 0%, 38%, 15%)
(0.21 / 0.00 / 0.38 / 0.15)

CMYK percentages

%21.1
%0
%38.07
%14.51

Codes

Color #ACDA87 in popluar color models

AC DA 87
RGB 172 218 135
HSL 93° 52.87% 69.22%
HSB/HSV 93° 38.07% 85.49%
CMYK 21.10% 0.00% 38.07%
14.51%

Color #ACDA87 in popluar number systems.

HEX AC DA 87
Decimal 172 218 135
Binary 10101100 11011010 10000111
Octal 254 332 207

Shades and tints

Shades of #ACDA87

#ACDA87
(172,218,135)
#9DC77B
(157,199,123)
#8EB46F
(142,180,111)
#7FA163
(127,161,99)
#708E57
(112,142,87)
#617B4B
(97,123,75)
#52683F
(82,104,63)
#435533
(67,85,51)
#344227
(52,66,39)
#252F1B
(37,47,27)
#161C0F
(22,28,15)
#000000
(0,0,0)

Tints of #ACDA87

#ACDA87
(172,218,135)
#B3DD91
(179,221,145)
#BAE09B
(186,224,155)
#C1E3A5
(193,227,165)
#C8E6AF
(200,230,175)
#CFE9B9
(207,233,185)
#D6ECC3
(214,236,195)
#DDEFCD
(221,239,205)
#E4F2D7
(228,242,215)
#EBF5E1
(235,245,225)
#F2F8EB
(242,248,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACDA87; }

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

This text font color is #ACDA87.

Background Color

.myBgColor { background-color: #ACDA87; }

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

This div background color is #ACDA87.

Border color

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

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

This div border color is #ACDA87.

Opacity

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

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

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

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

This text has shadow with #ACDA87 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACDA87.

Preview

Color preview on black background

This text has color #ACDA87 on black background.


Color preview on white background

This text has color #ACDA87 on white background.


Black color preview on #ACDA87 background

This text has black color on #ACDA87 background.


White color preview on #ACDA87 background

This text has white color on #ACDA87 background.


Related colors

Complementary color

Complementary color for #hex is #532578.


I love getcolorcode.com

Triadic colors

1 #87ACDA and #DA87AC with #ACDA87 are triadic colors.

2 #87DAAC and #DAAC87 with #ACDA87 are triadic colors.