COLOR #AAC7AD

HEX: #AAC7AD
RGB: (170,199,173)

Color info

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

RGB color model

#AAC7AD color RGB value is (170,199,173).

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

RGB channels and saturation

R 170 of 255 = 67%
G 199 of 255 = 78%
B 173 of 255 = 68%

170
199
173

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

Portions of RGB colors in percentages

R + G + B =
170 + 199 + 173 = 542 (100%)
R 170 of 542 ~ 31.37%
G 199 of 542 ~ 36.72%
B 173 of 542 ~ 31.92%

%31.37
%36.72
%31.92

CMYK color model

#AAC7AD color CMYK value is (15,0,13,22).

  • cyan value is 14.57%
  • magenta value is 0.00%
  • yellow value is 13.07%
  • key color value is 21.96%
CMYK:
(15,0,13,22)
C15M0Y13K22 
(15%,0%,13%,22%)
(0.15/0.00/0.13/0.22)	

CMYK percentages

%14.57
%0
%13.07
%21.96

Codes

Color #AAC7AD in popluar color models

AAC7AD
RGB170199173
HSL126°20.57%72.35%
HSB/HSV126°14.57%78.04%
CMYK14.57%0.00%13.07%
21.96%

Color #AAC7AD in popluar number systems.

HEXAAC7AD
Decimal170199173
Binary101010101100011110101101
Octal252307255

Shades and tints

Shades of #AAC7AD

#AAC7AD
(170,199,173)
#9BB59E
(155,181,158)
#8CA38F
(140,163,143)
#7D9180
(125,145,128)
#6E7F71
(110,127,113)
#5F6D62
(95,109,98)
#505B53
(80,91,83)
#414944
(65,73,68)
#323735
(50,55,53)
#232526
(35,37,38)
#141317
(20,19,23)
#000000
(0,0,0)

Tints of #AAC7AD

#AAC7AD
(170,199,173)
#B1CCB4
(177,204,180)
#B8D1BB
(184,209,187)
#BFD6C2
(191,214,194)
#C6DBC9
(198,219,201)
#CDE0D0
(205,224,208)
#D4E5D7
(212,229,215)
#DBEADE
(219,234,222)
#E2EFE5
(226,239,229)
#E9F4EC
(233,244,236)
#F0F9F3
(240,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAC7AD; }

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

This text font color is #AAC7AD.


Background Color

.myBgColor { background-color: #AAC7AD; }

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

This div background color is #AAC7AD.


Border color

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

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

This div border color is #AAC7AD.


Opacity

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

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

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

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

This text has shadow with #AAC7AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAC7AD on black background.


Color preview on white background

This text has color #AAC7AD on white background.



Black color preview on #AAC7AD background

This text has black color on #AAC7AD background.


White color preview on #AAC7AD background

This text has white color on #AAC7AD background.