COLOR #AAC4A7

HEX: #AAC4A7
RGB: (170,196,167)

Color info

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

RGB color model

#AAC4A7 color RGB value is (170,196,167).

  • red value is 170;
  • green value is 196;
  • blue value is 167.
RGB: (170,196,167) (67%,77%,65%)

RGB channels and saturation

R 170 of 255 = 67%
G 196 of 255 = 77%
B 167 of 255 = 65%

170
196
167

R + G + B ~ 70%. #AAC4A7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
170 + 196 + 167 = 533 (100%)
R 170 of 533 ~ 31.89%
G 196 of 533 ~ 36.77%
B 167 of 533 ~ 31.33%

%31.89
%36.77
%31.33

CMYK color model

#AAC4A7 color CMYK value is (13,0,15,23).

  • cyan value is 13.27%
  • magenta value is 0.00%
  • yellow value is 14.80%
  • key color value is 23.14%
CMYK: (13,0,15,23) C13M0Y15K23 (13%,0%,15%,23%) (0.13/0.00/0.15/0.23)

CMYK percentages

%13.27
%0
%14.8
%23.14

Codes

Color #AAC4A7 in popluar color models

AAC4A7
RGB170196167
HSL114°19.73%71.18%
HSB/HSV114°14.80%76.86%
CMYK13.27%0.00%14.80%
23.14%

Color #AAC4A7 in popluar number systems.

HEXAAC4A7
Decimal170196167
Binary101010101100010010100111
Octal252304247

Shades and tints

Shades of #AAC4A7

#AAC4A7
(170,196,167)
#9BB398
(155,179,152)
#8CA289
(140,162,137)
#7D917A
(125,145,122)
#6E806B
(110,128,107)
#5F6F5C
(95,111,92)
#505E4D
(80,94,77)
#414D3E
(65,77,62)
#323C2F
(50,60,47)
#232B20
(35,43,32)
#141A11
(20,26,17)
#000000
(0,0,0)

Tints of #AAC4A7

#AAC4A7
(170,196,167)
#B1C9AF
(177,201,175)
#B8CEB7
(184,206,183)
#BFD3BF
(191,211,191)
#C6D8C7
(198,216,199)
#CDDDCF
(205,221,207)
#D4E2D7
(212,226,215)
#DBE7DF
(219,231,223)
#E2ECE7
(226,236,231)
#E9F1EF
(233,241,239)
#F0F6F7
(240,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAC4A7; }

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

This text font color is #AAC4A7.


Background Color

.myBgColor { background-color: #AAC4A7; }

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

This div background color is #AAC4A7.


Border color

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

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

This div border color is #AAC4A7.


Opacity

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

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

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

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

This text has shadow with #AAC4A7 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #AAC4A7 on black background.


Color preview on white background

This text has color #AAC4A7 on white background.



Black color preview on #AAC4A7 background

This text has black color on #AAC4A7 background.


White color preview on #AAC4A7 background

This text has white color on #AAC4A7 background.