COLOR #AACE9D

HEX: #AACE9D
RGB: (170,206,157)

Color info

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

RGB color model

#AACE9D color RGB value is (170,206,157).

  • red value is 170;
  • green value is 206;
  • blue value is 157.
RGB:
(170,206,157)
(67%,81%,62%)

RGB channels and saturation

R 170 of 255 = 67%
G 206 of 255 = 81%
B 157 of 255 = 62%

170
206
157

R + G + B ~ 70%. #AACE9D is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 206 + 157 = 533 (100%)
R 170 of 533 ~ 31.89%
G 206 of 533 ~ 38.65%
B 157 of 533 ~ 29.46%

%31.89
%38.65
%29.46

CMYK color model

#AACE9D color CMYK value is (17,0,24,19).

  • cyan value is 17.48%
  • magenta value is 0.00%
  • yellow value is 23.79%
  • key color value is 19.22%
CMYK:
(17,0,24,19)
C17M0Y24K19 
(17%,0%,24%,19%)
(0.17/0.00/0.24/0.19)	

CMYK percentages

%17.48
%0
%23.79
%19.22

Codes

Color #AACE9D in popluar color models

AACE9D
RGB170206157
HSL104°33.33%71.18%
HSB/HSV104°23.79%80.78%
CMYK17.48%0.00%23.79%
19.22%

Color #AACE9D in popluar number systems.

HEXAACE9D
Decimal170206157
Binary101010101100111010011101
Octal252316235

Shades and tints

Shades of #AACE9D

#AACE9D
(170,206,157)
#9BBC8F
(155,188,143)
#8CAA81
(140,170,129)
#7D9873
(125,152,115)
#6E8665
(110,134,101)
#5F7457
(95,116,87)
#506249
(80,98,73)
#41503B
(65,80,59)
#323E2D
(50,62,45)
#232C1F
(35,44,31)
#141A11
(20,26,17)
#000000
(0,0,0)

Tints of #AACE9D

#AACE9D
(170,206,157)
#B1D2A5
(177,210,165)
#B8D6AD
(184,214,173)
#BFDAB5
(191,218,181)
#C6DEBD
(198,222,189)
#CDE2C5
(205,226,197)
#D4E6CD
(212,230,205)
#DBEAD5
(219,234,213)
#E2EEDD
(226,238,221)
#E9F2E5
(233,242,229)
#F0F6ED
(240,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AACE9D color. Also use rgb(170,206,157) instead hex code.

Text Font Color

.myTextColor { color: #AACE9D; }

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

This text font color is #AACE9D.


Background Color

.myBgColor { background-color: #AACE9D; }

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

This div background color is #AACE9D.


Border color

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

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

This div border color is #AACE9D.


Opacity

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

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

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

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

This text has shadow with #AACE9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AACE9D on black background.


Color preview on white background

This text has color #AACE9D on white background.



Black color preview on #AACE9D background

This text has black color on #AACE9D background.


White color preview on #AACE9D background

This text has white color on #AACE9D background.