COLOR #AEC9AA

HEX: #AEC9AA
RGB: (174,201,170)

Color info

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

RGB color model

#AEC9AA color RGB value is (174,201,170).

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

RGB channels and saturation

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

174
201
170

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

Portions of RGB colors in percentages

R + G + B =
174 + 201 + 170 = 545 (100%)
R 174 of 545 ~ 31.93%
G 201 of 545 ~ 36.88%
B 170 of 545 ~ 31.19%

%31.93
%36.88
%31.19

CMYK color model

#AEC9AA color CMYK value is (13,0,15,21).

  • cyan value is 13.43%
  • magenta value is 0.00%
  • yellow value is 15.42%
  • key color value is 21.18%
CMYK:
(13,0,15,21)
C13M0Y15K21 
(13%,0%,15%,21%)
(0.13/0.00/0.15/0.21)	

CMYK percentages

%13.43
%0
%15.42
%21.18

Codes

Color #AEC9AA in popluar color models

AEC9AA
RGB174201170
HSL112°22.30%72.75%
HSB/HSV112°15.42%78.82%
CMYK13.43%0.00%15.42%
21.18%

Color #AEC9AA in popluar number systems.

HEXAEC9AA
Decimal174201170
Binary101011101100100110101010
Octal256311252

Shades and tints

Shades of #AEC9AA

#AEC9AA
(174,201,170)
#9FB79B
(159,183,155)
#90A58C
(144,165,140)
#81937D
(129,147,125)
#72816E
(114,129,110)
#636F5F
(99,111,95)
#545D50
(84,93,80)
#454B41
(69,75,65)
#363932
(54,57,50)
#272723
(39,39,35)
#181514
(24,21,20)
#000000
(0,0,0)

Tints of #AEC9AA

#AEC9AA
(174,201,170)
#B5CDB1
(181,205,177)
#BCD1B8
(188,209,184)
#C3D5BF
(195,213,191)
#CAD9C6
(202,217,198)
#D1DDCD
(209,221,205)
#D8E1D4
(216,225,212)
#DFE5DB
(223,229,219)
#E6E9E2
(230,233,226)
#EDEDE9
(237,237,233)
#F4F1F0
(244,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEC9AA; }

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

This text font color is #AEC9AA.


Background Color

.myBgColor { background-color: #AEC9AA; }

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

This div background color is #AEC9AA.


Border color

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

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

This div border color is #AEC9AA.


Opacity

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

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

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

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

This text has shadow with #AEC9AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEC9AA on black background.


Color preview on white background

This text has color #AEC9AA on white background.



Black color preview on #AEC9AA background

This text has black color on #AEC9AA background.


White color preview on #AEC9AA background

This text has white color on #AEC9AA background.