COLOR #ACD9AD

HEX: #ACD9AD
RGB: (172,217,173)

Color info

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

RGB color model

#ACD9AD color RGB value is (172,217,173).

  • red value is 172;
  • green value is 217;
  • blue value is 173.
RGB: (172,217,173) (67%,85%,68%)

RGB channels and saturation

R 172 of 255 = 67%
G 217 of 255 = 85%
B 173 of 255 = 68%

172
217
173

R + G + B ~ 73%. #ACD9AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 217 + 173 = 562 (100%)
R 172 of 562 ~ 30.6%
G 217 of 562 ~ 38.61%
B 173 of 562 ~ 30.78%

%30.6
%38.61
%30.78

CMYK color model

#ACD9AD color CMYK value is (21,0,20,15).

  • cyan value is 20.74%
  • magenta value is 0.00%
  • yellow value is 20.28%
  • key color value is 14.90%
CMYK: (21,0,20,15) C21M0Y20K15 (21%,0%,20%,15%) (0.21/0.00/0.20/0.15)

CMYK percentages

%20.74
%0
%20.28
%14.9

Codes

Color #ACD9AD in popluar color models

ACD9AD
RGB172217173
HSL121°37.19%76.27%
HSB/HSV121°20.74%85.10%
CMYK20.74%0.00%20.28%
14.90%

Color #ACD9AD in popluar number systems.

HEXACD9AD
Decimal172217173
Binary101011001101100110101101
Octal254331255

Shades and tints

Shades of #ACD9AD

#ACD9AD
(172,217,173)
#9DC69E
(157,198,158)
#8EB38F
(142,179,143)
#7FA080
(127,160,128)
#708D71
(112,141,113)
#617A62
(97,122,98)
#526753
(82,103,83)
#435444
(67,84,68)
#344135
(52,65,53)
#252E26
(37,46,38)
#161B17
(22,27,23)
#000000
(0,0,0)

Tints of #ACD9AD

#ACD9AD
(172,217,173)
#B3DCB4
(179,220,180)
#BADFBB
(186,223,187)
#C1E2C2
(193,226,194)
#C8E5C9
(200,229,201)
#CFE8D0
(207,232,208)
#D6EBD7
(214,235,215)
#DDEEDE
(221,238,222)
#E4F1E5
(228,241,229)
#EBF4EC
(235,244,236)
#F2F7F3
(242,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACD9AD; }

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

This text font color is #ACD9AD.


Background Color

.myBgColor { background-color: #ACD9AD; }

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

This div background color is #ACD9AD.


Border color

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

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

This div border color is #ACD9AD.


Opacity

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

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

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

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

This text has shadow with #ACD9AD color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #ACD9AD on black background.


Color preview on white background

This text has color #ACD9AD on white background.



Black color preview on #ACD9AD background

This text has black color on #ACD9AD background.


White color preview on #ACD9AD background

This text has white color on #ACD9AD background.