COLOR #AAC3AE

HEX: #AAC3AE
RGB: (170,195,174)

Color info

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

RGB color model

#AAC3AE color RGB value is (170,195,174).

  • red value is 170;
  • green value is 195;
  • blue value is 174.
RGB:
(170,195,174)
(67%,76%,68%)

RGB channels and saturation

R 170 of 255 = 67%
G 195 of 255 = 76%
B 174 of 255 = 68%

170
195
174

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

Portions of RGB colors in percentages

R + G + B =
170 + 195 + 174 = 539 (100%)
R 170 of 539 ~ 31.54%
G 195 of 539 ~ 36.18%
B 174 of 539 ~ 32.28%

%31.54
%36.18
%32.28

CMYK color model

#AAC3AE color CMYK value is (13,0,11,24).

  • cyan value is 12.82%
  • magenta value is 0.00%
  • yellow value is 10.77%
  • key color value is 23.53%
CMYK:
(13,0,11,24)
C13M0Y11K24 
(13%,0%,11%,24%)
(0.13/0.00/0.11/0.24)	

CMYK percentages

%12.82
%0
%10.77
%23.53

Codes

Color #AAC3AE in popluar color models

AAC3AE
RGB170195174
HSL130°17.24%71.57%
HSB/HSV130°12.82%76.47%
CMYK12.82%0.00%10.77%
23.53%

Color #AAC3AE in popluar number systems.

HEXAAC3AE
Decimal170195174
Binary101010101100001110101110
Octal252303256

Shades and tints

Shades of #AAC3AE

#AAC3AE
(170,195,174)
#9BB29F
(155,178,159)
#8CA190
(140,161,144)
#7D9081
(125,144,129)
#6E7F72
(110,127,114)
#5F6E63
(95,110,99)
#505D54
(80,93,84)
#414C45
(65,76,69)
#323B36
(50,59,54)
#232A27
(35,42,39)
#141918
(20,25,24)
#000000
(0,0,0)

Tints of #AAC3AE

#AAC3AE
(170,195,174)
#B1C8B5
(177,200,181)
#B8CDBC
(184,205,188)
#BFD2C3
(191,210,195)
#C6D7CA
(198,215,202)
#CDDCD1
(205,220,209)
#D4E1D8
(212,225,216)
#DBE6DF
(219,230,223)
#E2EBE6
(226,235,230)
#E9F0ED
(233,240,237)
#F0F5F4
(240,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AAC3AE; }

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

This text font color is #AAC3AE.


Background Color

.myBgColor { background-color: #AAC3AE; }

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

This div background color is #AAC3AE.


Border color

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

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

This div border color is #AAC3AE.


Opacity

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

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

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

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

This text has shadow with #AAC3AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AAC3AE on black background.


Color preview on white background

This text has color #AAC3AE on white background.



Black color preview on #AAC3AE background

This text has black color on #AAC3AE background.


White color preview on #AAC3AE background

This text has white color on #AAC3AE background.