COLOR #ACDD88

HEX: #ACDD88 RGB: (172,221,136)

Color info

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

RGB color model

#ACDD88 color RGB value is (172,221,136).

RGB: (172,221,136) (67%, 87%, 53%)

RGB channels and saturation

R 172 of 255 = 67%
G 221 of 255 = 87%
B 136 of 255 = 53%

172
221
136

R + G + B ~ 69%. #ACDD88 is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 221 + 136 = 529 (100%)
R 172 of 529 ~ 32.51%
G 221 of 529 ~ 41.78%
B 136 of 529 ~ 25.71'%

%32.51
%41.78
%25.71

CMYK color model

#ACDD88 color CMYK value is (22,0,38,13).

  • cyan value is 22.17%
  • magenta value is 0.00%
  • yellow value is 38.46%
  • key color value is 13.33%
CMYK: (22,0,38,13) C22M0Y38K13 (22%,0%,38%,13%) (0.22/0.00/0.38/0.13) 

CMYK percentages

%22.17
%0
%38.46
%13.33

Codes

Color #ACDD88 in popluar color models

AC DD 88
RGB 172 221 136
HSL 95° 55.56% 70.00%
HSB/HSV 95° 38.46% 86.67%
CMYK 22.17% 0.00% 38.46%
13.33%

Color #ACDD88 in popluar number systems.

HEX AC DD 88
Decimal 172 221 136
Binary 10101100 11011101 10001000
Octal 254 335 210

Shades and tints

Shades of #ACDD88

#ACDD88
(172,221,136)
#9DC97C
(157,201,124)
#8EB570
(142,181,112)
#7FA164
(127,161,100)
#708D58
(112,141,88)
#61794C
(97,121,76)
#526540
(82,101,64)
#435134
(67,81,52)
#343D28
(52,61,40)
#25291C
(37,41,28)
#161510
(22,21,16)
#000000
(0,0,0)

Tints of #ACDD88

#ACDD88
(172,221,136)
#B3E092
(179,224,146)
#BAE39C
(186,227,156)
#C1E6A6
(193,230,166)
#C8E9B0
(200,233,176)
#CFECBA
(207,236,186)
#D6EFC4
(214,239,196)
#DDF2CE
(221,242,206)
#E4F5D8
(228,245,216)
#EBF8E2
(235,248,226)
#F2FBEC
(242,251,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACDD88; }

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

This text font color is #ACDD88.

Background Color

.myBgColor { background-color: #ACDD88; }

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

This div background color is #ACDD88.

Border color

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

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

This div border color is #ACDD88.

Opacity

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

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

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

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

This text has shadow with #ACDD88 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACDD88.

Preview

Color preview on black background

This text has color #ACDD88 on black background.


Color preview on white background

This text has color #ACDD88 on white background.


Black color preview on #ACDD88 background

This text has black color on #ACDD88 background.


White color preview on #ACDD88 background

This text has white color on #ACDD88 background.


Related colors

Complementary color

Complementary color for #hex is #532277.


I love getcolorcode.com

Triadic colors

1 #88ACDD and #DD88AC with #ACDD88 are triadic colors.

2 #88DDAC and #DDAC88 with #ACDD88 are triadic colors.