COLOR #AACAA9

HEX: #AACAA9
RGB: (170,202,169)

Color info

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

RGB color model

#AACAA9 color RGB value is (170,202,169).

  • red value is 170;
  • green value is 202;
  • blue value is 169.
RGB:
(170,202,169)
(67%,79%,66%)

RGB channels and saturation

R 170 of 255 = 67%
G 202 of 255 = 79%
B 169 of 255 = 66%

170
202
169

R + G + B ~ 71%. #AACAA9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 202 + 169 = 541 (100%)
R 170 of 541 ~ 31.42%
G 202 of 541 ~ 37.34%
B 169 of 541 ~ 31.24%

%31.42
%37.34
%31.24

CMYK color model

#AACAA9 color CMYK value is (16,0,16,21).

  • cyan value is 15.84%
  • magenta value is 0.00%
  • yellow value is 16.34%
  • key color value is 20.78%
CMYK:
(16,0,16,21)
C16M0Y16K21 
(16%,0%,16%,21%)
(0.16/0.00/0.16/0.21)	

CMYK percentages

%15.84
%0
%16.34
%20.78

Codes

Color #AACAA9 in popluar color models

AACAA9
RGB170202169
HSL118°23.74%72.75%
HSB/HSV118°16.34%79.22%
CMYK15.84%0.00%16.34%
20.78%

Color #AACAA9 in popluar number systems.

HEXAACAA9
Decimal170202169
Binary101010101100101010101001
Octal252312251

Shades and tints

Shades of #AACAA9

#AACAA9
(170,202,169)
#9BB89A
(155,184,154)
#8CA68B
(140,166,139)
#7D947C
(125,148,124)
#6E826D
(110,130,109)
#5F705E
(95,112,94)
#505E4F
(80,94,79)
#414C40
(65,76,64)
#323A31
(50,58,49)
#232822
(35,40,34)
#141613
(20,22,19)
#000000
(0,0,0)

Tints of #AACAA9

#AACAA9
(170,202,169)
#B1CEB0
(177,206,176)
#B8D2B7
(184,210,183)
#BFD6BE
(191,214,190)
#C6DAC5
(198,218,197)
#CDDECC
(205,222,204)
#D4E2D3
(212,226,211)
#DBE6DA
(219,230,218)
#E2EAE1
(226,234,225)
#E9EEE8
(233,238,232)
#F0F2EF
(240,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AACAA9 color. Also use rgb(170,202,169) instead hex code.

Text Font Color

.myTextColor { color: #AACAA9; }

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

This text font color is #AACAA9.


Background Color

.myBgColor { background-color: #AACAA9; }

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

This div background color is #AACAA9.


Border color

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

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

This div border color is #AACAA9.


Opacity

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

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

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

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

This text has shadow with #AACAA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AACAA9 on black background.


Color preview on white background

This text has color #AACAA9 on white background.



Black color preview on #AACAA9 background

This text has black color on #AACAA9 background.


White color preview on #AACAA9 background

This text has white color on #AACAA9 background.