COLOR #AECAA0

HEX: #AECAA0
RGB: (174,202,160)

Color info

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

RGB color model

#AECAA0 color RGB value is (174,202,160).

  • red value is 174;
  • green value is 202;
  • blue value is 160.
RGB:
(174,202,160)
(68%,79%,63%)

RGB channels and saturation

R 174 of 255 = 68%
G 202 of 255 = 79%
B 160 of 255 = 63%

174
202
160

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

Portions of RGB colors in percentages

R + G + B =
174 + 202 + 160 = 536 (100%)
R 174 of 536 ~ 32.46%
G 202 of 536 ~ 37.69%
B 160 of 536 ~ 29.85%

%32.46
%37.69
%29.85

CMYK color model

#AECAA0 color CMYK value is (14,0,21,21).

  • cyan value is 13.86%
  • magenta value is 0.00%
  • yellow value is 20.79%
  • key color value is 20.78%
CMYK:
(14,0,21,21)
C14M0Y21K21 
(14%,0%,21%,21%)
(0.14/0.00/0.21/0.21)	

CMYK percentages

%13.86
%0
%20.79
%20.78

Codes

Color #AECAA0 in popluar color models

AECAA0
RGB174202160
HSL100°28.38%70.98%
HSB/HSV100°20.79%79.22%
CMYK13.86%0.00%20.79%
20.78%

Color #AECAA0 in popluar number systems.

HEXAECAA0
Decimal174202160
Binary101011101100101010100000
Octal256312240

Shades and tints

Shades of #AECAA0

#AECAA0
(174,202,160)
#9FB892
(159,184,146)
#90A684
(144,166,132)
#819476
(129,148,118)
#728268
(114,130,104)
#63705A
(99,112,90)
#545E4C
(84,94,76)
#454C3E
(69,76,62)
#363A30
(54,58,48)
#272822
(39,40,34)
#181614
(24,22,20)
#000000
(0,0,0)

Tints of #AECAA0

#AECAA0
(174,202,160)
#B5CEA8
(181,206,168)
#BCD2B0
(188,210,176)
#C3D6B8
(195,214,184)
#CADAC0
(202,218,192)
#D1DEC8
(209,222,200)
#D8E2D0
(216,226,208)
#DFE6D8
(223,230,216)
#E6EAE0
(230,234,224)
#EDEEE8
(237,238,232)
#F4F2F0
(244,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AECAA0 color. Also use rgb(174,202,160) instead hex code.

Text Font Color

.myTextColor { color: #AECAA0; }

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

This text font color is #AECAA0.


Background Color

.myBgColor { background-color: #AECAA0; }

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

This div background color is #AECAA0.


Border color

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

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

This div border color is #AECAA0.


Opacity

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

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

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

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

This text has shadow with #AECAA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AECAA0 on black background.


Color preview on white background

This text has color #AECAA0 on white background.



Black color preview on #AECAA0 background

This text has black color on #AECAA0 background.


White color preview on #AECAA0 background

This text has white color on #AECAA0 background.