COLOR #AAC9AD

HEX: #AAC9AD
RGB: (170,201,173)

Color info

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

RGB color model

#AAC9AD color RGB value is (170,201,173).

  • red value is 170;
  • green value is 201;
  • blue value is 173.
RGB:
(170,201,173)
(67%,79%,68%)

RGB channels and saturation

R 170 of 255 = 67%
G 201 of 255 = 79%
B 173 of 255 = 68%

170
201
173

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

Portions of RGB colors in percentages

R + G + B =
170 + 201 + 173 = 544 (100%)
R 170 of 544 ~ 31.25%
G 201 of 544 ~ 36.95%
B 173 of 544 ~ 31.8%

%31.25
%36.95
%31.8

CMYK color model

#AAC9AD color CMYK value is (15,0,14,21).

  • cyan value is 15.42%
  • magenta value is 0.00%
  • yellow value is 13.93%
  • key color value is 21.18%
CMYK:
(15,0,14,21)
C15M0Y14K21 
(15%,0%,14%,21%)
(0.15/0.00/0.14/0.21)	

CMYK percentages

%15.42
%0
%13.93
%21.18

Codes

Color #AAC9AD in popluar color models

AAC9AD
RGB170201173
HSL126°22.30%72.75%
HSB/HSV126°15.42%78.82%
CMYK15.42%0.00%13.93%
21.18%

Color #AAC9AD in popluar number systems.

HEXAAC9AD
Decimal170201173
Binary101010101100100110101101
Octal252311255

Shades and tints

Shades of #AAC9AD

#AAC9AD
(170,201,173)
#9BB79E
(155,183,158)
#8CA58F
(140,165,143)
#7D9380
(125,147,128)
#6E8171
(110,129,113)
#5F6F62
(95,111,98)
#505D53
(80,93,83)
#414B44
(65,75,68)
#323935
(50,57,53)
#232726
(35,39,38)
#141517
(20,21,23)
#000000
(0,0,0)

Tints of #AAC9AD

#AAC9AD
(170,201,173)
#B1CDB4
(177,205,180)
#B8D1BB
(184,209,187)
#BFD5C2
(191,213,194)
#C6D9C9
(198,217,201)
#CDDDD0
(205,221,208)
#D4E1D7
(212,225,215)
#DBE5DE
(219,229,222)
#E2E9E5
(226,233,229)
#E9EDEC
(233,237,236)
#F0F1F3
(240,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AAC9AD color. Also use rgb(170,201,173) instead hex code.

Text Font Color

.myTextColor { color: #AAC9AD; }

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

This text font color is #AAC9AD.


Background Color

.myBgColor { background-color: #AAC9AD; }

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

This div background color is #AAC9AD.


Border color

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

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

This div border color is #AAC9AD.


Opacity

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

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

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

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

This text has shadow with #AAC9AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAC9AD on black background.


Color preview on white background

This text has color #AAC9AD on white background.



Black color preview on #AAC9AD background

This text has black color on #AAC9AD background.


White color preview on #AAC9AD background

This text has white color on #AAC9AD background.