COLOR #ACDAA8

HEX: #ACDAA8
RGB: (172,218,168)

Color info

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

RGB color model

#ACDAA8 color RGB value is (172,218,168).

  • red value is 172;
  • green value is 218;
  • blue value is 168.
RGB:
(172,218,168)
(67%,85%,66%)

RGB channels and saturation

R 172 of 255 = 67%
G 218 of 255 = 85%
B 168 of 255 = 66%

172
218
168

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

Portions of RGB colors in percentages

R + G + B =
172 + 218 + 168 = 558 (100%)
R 172 of 558 ~ 30.82%
G 218 of 558 ~ 39.07%
B 168 of 558 ~ 30.11%

%30.82
%39.07
%30.11

CMYK color model

#ACDAA8 color CMYK value is (21,0,23,15).

  • cyan value is 21.10%
  • magenta value is 0.00%
  • yellow value is 22.94%
  • key color value is 14.51%
CMYK:
(21,0,23,15)
C21M0Y23K15 
(21%,0%,23%,15%)
(0.21/0.00/0.23/0.15)	

CMYK percentages

%21.1
%0
%22.94
%14.51

Codes

Color #ACDAA8 in popluar color models

ACDAA8
RGB172218168
HSL115°40.32%75.69%
HSB/HSV115°22.94%85.49%
CMYK21.10%0.00%22.94%
14.51%

Color #ACDAA8 in popluar number systems.

HEXACDAA8
Decimal172218168
Binary101011001101101010101000
Octal254332250

Shades and tints

Shades of #ACDAA8

#ACDAA8
(172,218,168)
#9DC799
(157,199,153)
#8EB48A
(142,180,138)
#7FA17B
(127,161,123)
#708E6C
(112,142,108)
#617B5D
(97,123,93)
#52684E
(82,104,78)
#43553F
(67,85,63)
#344230
(52,66,48)
#252F21
(37,47,33)
#161C12
(22,28,18)
#000000
(0,0,0)

Tints of #ACDAA8

#ACDAA8
(172,218,168)
#B3DDAF
(179,221,175)
#BAE0B6
(186,224,182)
#C1E3BD
(193,227,189)
#C8E6C4
(200,230,196)
#CFE9CB
(207,233,203)
#D6ECD2
(214,236,210)
#DDEFD9
(221,239,217)
#E4F2E0
(228,242,224)
#EBF5E7
(235,245,231)
#F2F8EE
(242,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACDAA8; }

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

This text font color is #ACDAA8.


Background Color

.myBgColor { background-color: #ACDAA8; }

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

This div background color is #ACDAA8.


Border color

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

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

This div border color is #ACDAA8.


Opacity

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

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

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

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

This text has shadow with #ACDAA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACDAA8 on black background.


Color preview on white background

This text has color #ACDAA8 on white background.



Black color preview on #ACDAA8 background

This text has black color on #ACDAA8 background.


White color preview on #ACDAA8 background

This text has white color on #ACDAA8 background.