COLOR #AACE99

HEX: #AACE99
RGB: (170,206,153)

Color info

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

RGB color model

#AACE99 color RGB value is (170,206,153).

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

RGB channels and saturation

R 170 of 255 = 67%
G 206 of 255 = 81%
B 153 of 255 = 60%

170
206
153

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

Portions of RGB colors in percentages

R + G + B =
170 + 206 + 153 = 529 (100%)
R 170 of 529 ~ 32.14%
G 206 of 529 ~ 38.94%
B 153 of 529 ~ 28.92%

%32.14
%38.94
%28.92

CMYK color model

#AACE99 color CMYK value is (17,0,26,19).

  • cyan value is 17.48%
  • magenta value is 0.00%
  • yellow value is 25.73%
  • key color value is 19.22%
CMYK:
(17,0,26,19)
C17M0Y26K19 
(17%,0%,26%,19%)
(0.17/0.00/0.26/0.19)	

CMYK percentages

%17.48
%0
%25.73
%19.22

Codes

Color #AACE99 in popluar color models

AACE99
RGB170206153
HSL101°35.10%70.39%
HSB/HSV101°25.73%80.78%
CMYK17.48%0.00%25.73%
19.22%

Color #AACE99 in popluar number systems.

HEXAACE99
Decimal170206153
Binary101010101100111010011001
Octal252316231

Shades and tints

Shades of #AACE99

#AACE99
(170,206,153)
#9BBC8C
(155,188,140)
#8CAA7F
(140,170,127)
#7D9872
(125,152,114)
#6E8665
(110,134,101)
#5F7458
(95,116,88)
#50624B
(80,98,75)
#41503E
(65,80,62)
#323E31
(50,62,49)
#232C24
(35,44,36)
#141A17
(20,26,23)
#000000
(0,0,0)

Tints of #AACE99

#AACE99
(170,206,153)
#B1D2A2
(177,210,162)
#B8D6AB
(184,214,171)
#BFDAB4
(191,218,180)
#C6DEBD
(198,222,189)
#CDE2C6
(205,226,198)
#D4E6CF
(212,230,207)
#DBEAD8
(219,234,216)
#E2EEE1
(226,238,225)
#E9F2EA
(233,242,234)
#F0F6F3
(240,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AACE99; }

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

This text font color is #AACE99.


Background Color

.myBgColor { background-color: #AACE99; }

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

This div background color is #AACE99.


Border color

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

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

This div border color is #AACE99.


Opacity

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

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

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

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

This text has shadow with #AACE99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AACE99 on black background.


Color preview on white background

This text has color #AACE99 on white background.



Black color preview on #AACE99 background

This text has black color on #AACE99 background.


White color preview on #AACE99 background

This text has white color on #AACE99 background.