COLOR #AAC7AA

HEX: #AAC7AA RGB: (170,199,170)

Color info

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

RGB color model

#AAC7AA color RGB value is (170,199,170).

RGB: (170,199,170) (67%, 78%, 67%)

RGB channels and saturation

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

170
199
170

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

Portions of RGB colors in percentages

R + G + B = 170 + 199 + 170 = 539 (100%)
R 170 of 539 ~ 31.54%
G 199 of 539 ~ 36.92%
B 170 of 539 ~ 31.54'%

%31.54
%36.92
%31.54

CMYK color model

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

  • cyan value is 14.57%
  • magenta value is 0.00%
  • yellow value is 14.57%
  • key color value is 21.96%

CMYK: (15,0,15,22)
C15M0Y15K22 (15%, 0%, 15%, 22%)
(0.15 / 0.00 / 0.15 / 0.22)

CMYK percentages

%14.57
%0
%14.57
%21.96

Codes

Color #AAC7AA in popluar color models

AA C7 AA
RGB 170 199 170
HSL 120° 20.57% 72.35%
HSB/HSV 120° 14.57% 78.04%
CMYK 14.57% 0.00% 14.57%
21.96%

Color #AAC7AA in popluar number systems.

HEX AA C7 AA
Decimal 170 199 170
Binary 10101010 11000111 10101010
Octal 252 307 252

Shades and tints

Shades of #AAC7AA

#AAC7AA
(170,199,170)
#9BB59B
(155,181,155)
#8CA38C
(140,163,140)
#7D917D
(125,145,125)
#6E7F6E
(110,127,110)
#5F6D5F
(95,109,95)
#505B50
(80,91,80)
#414941
(65,73,65)
#323732
(50,55,50)
#232523
(35,37,35)
#141314
(20,19,20)
#000000
(0,0,0)

Tints of #AAC7AA

#AAC7AA
(170,199,170)
#B1CCB1
(177,204,177)
#B8D1B8
(184,209,184)
#BFD6BF
(191,214,191)
#C6DBC6
(198,219,198)
#CDE0CD
(205,224,205)
#D4E5D4
(212,229,212)
#DBEADB
(219,234,219)
#E2EFE2
(226,239,226)
#E9F4E9
(233,244,233)
#F0F9F0
(240,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAC7AA; }

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

This text font color is #AAC7AA.

Background Color

.myBgColor { background-color: #AAC7AA; }

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

This div background color is #AAC7AA.

Border color

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

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

This div border color is #AAC7AA.

Opacity

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

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

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

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

This text has shadow with #AAC7AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AAC7AA.

Preview

Color preview on black background

This text has color #AAC7AA on black background.


Color preview on white background

This text has color #AAC7AA on white background.


Black color preview on #AAC7AA background

This text has black color on #AAC7AA background.


White color preview on #AAC7AA background

This text has white color on #AAC7AA background.


Related colors

Complementary color

Complementary color for #hex is #553855.


I love getcolorcode.com

Triadic colors

1 #AAAAC7 and #C7AAAA with #AAC7AA are triadic colors.

2 #AAC7AA and #C7AAAA with #AAC7AA are triadic colors.