COLOR #AECA9E

HEX: #AECA9E
RGB: (174,202,158)

Color info

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

RGB color model

#AECA9E color RGB value is (174,202,158).

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

RGB channels and saturation

R 174 of 255 = 68%
G 202 of 255 = 79%
B 158 of 255 = 62%

174
202
158

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

Portions of RGB colors in percentages

R + G + B =
174 + 202 + 158 = 534 (100%)
R 174 of 534 ~ 32.58%
G 202 of 534 ~ 37.83%
B 158 of 534 ~ 29.59%

%32.58
%37.83
%29.59

CMYK color model

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

  • cyan value is 13.86%
  • magenta value is 0.00%
  • yellow value is 21.78%
  • key color value is 20.78%
CMYK:
(14,0,22,21)
C14M0Y22K21 
(14%,0%,22%,21%)
(0.14/0.00/0.22/0.21)	

CMYK percentages

%13.86
%0
%21.78
%20.78

Codes

Color #AECA9E in popluar color models

AECA9E
RGB174202158
HSL98°29.33%70.59%
HSB/HSV98°21.78%79.22%
CMYK13.86%0.00%21.78%
20.78%

Color #AECA9E in popluar number systems.

HEXAECA9E
Decimal174202158
Binary101011101100101010011110
Octal256312236

Shades and tints

Shades of #AECA9E

#AECA9E
(174,202,158)
#9FB890
(159,184,144)
#90A682
(144,166,130)
#819474
(129,148,116)
#728266
(114,130,102)
#637058
(99,112,88)
#545E4A
(84,94,74)
#454C3C
(69,76,60)
#363A2E
(54,58,46)
#272820
(39,40,32)
#181612
(24,22,18)
#000000
(0,0,0)

Tints of #AECA9E

#AECA9E
(174,202,158)
#B5CEA6
(181,206,166)
#BCD2AE
(188,210,174)
#C3D6B6
(195,214,182)
#CADABE
(202,218,190)
#D1DEC6
(209,222,198)
#D8E2CE
(216,226,206)
#DFE6D6
(223,230,214)
#E6EADE
(230,234,222)
#EDEEE6
(237,238,230)
#F4F2EE
(244,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AECA9E; }

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

This text font color is #AECA9E.


Background Color

.myBgColor { background-color: #AECA9E; }

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

This div background color is #AECA9E.


Border color

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

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

This div border color is #AECA9E.


Opacity

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

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

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

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

This text has shadow with #AECA9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AECA9E on black background.


Color preview on white background

This text has color #AECA9E on white background.



Black color preview on #AECA9E background

This text has black color on #AECA9E background.


White color preview on #AECA9E background

This text has white color on #AECA9E background.