COLOR #AEC99E

HEX: #AEC99E RGB: (174,201,158)

Color info

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

RGB color model

#AEC99E color RGB value is (174,201,158).

RGB: (174,201,158) (68%, 79%, 62%)

RGB channels and saturation

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

174
201
158

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

Portions of RGB colors in percentages

R + G + B = 174 + 201 + 158 = 533 (100%)
R 174 of 533 ~ 32.65%
G 201 of 533 ~ 37.71%
B 158 of 533 ~ 29.64'%

%32.65
%37.71
%29.64

CMYK color model

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

  • cyan value is 13.43%
  • magenta value is 0.00%
  • yellow value is 21.39%
  • key color value is 21.18%

CMYK: (13,0,21,21)
C13M0Y21K21 (13%, 0%, 21%, 21%)
(0.13 / 0.00 / 0.21 / 0.21)

CMYK percentages

%13.43
%0
%21.39
%21.18

Codes

Color #AEC99E in popluar color models

AE C9 9E
RGB 174 201 158
HSL 98° 28.48% 70.39%
HSB/HSV 98° 21.39% 78.82%
CMYK 13.43% 0.00% 21.39%
21.18%

Color #AEC99E in popluar number systems.

HEX AE C9 9E
Decimal 174 201 158
Binary 10101110 11001001 10011110
Octal 256 311 236

Shades and tints

Shades of #AEC99E

#AEC99E
(174,201,158)
#9FB790
(159,183,144)
#90A582
(144,165,130)
#819374
(129,147,116)
#728166
(114,129,102)
#636F58
(99,111,88)
#545D4A
(84,93,74)
#454B3C
(69,75,60)
#36392E
(54,57,46)
#272720
(39,39,32)
#181512
(24,21,18)
#000000
(0,0,0)

Tints of #AEC99E

#AEC99E
(174,201,158)
#B5CDA6
(181,205,166)
#BCD1AE
(188,209,174)
#C3D5B6
(195,213,182)
#CAD9BE
(202,217,190)
#D1DDC6
(209,221,198)
#D8E1CE
(216,225,206)
#DFE5D6
(223,229,214)
#E6E9DE
(230,233,222)
#EDEDE6
(237,237,230)
#F4F1EE
(244,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEC99E; }

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

This text font color is #AEC99E.

Background Color

.myBgColor { background-color: #AEC99E; }

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

This div background color is #AEC99E.

Border color

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

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

This div border color is #AEC99E.

Opacity

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

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

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

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

This text has shadow with #AEC99E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEC99E.

Preview

Color preview on black background

This text has color #AEC99E on black background.


Color preview on white background

This text has color #AEC99E on white background.


Black color preview on #AEC99E background

This text has black color on #AEC99E background.


White color preview on #AEC99E background

This text has white color on #AEC99E background.


Related colors

Complementary color

Complementary color for #hex is #513661.


I love getcolorcode.com

Triadic colors

1 #9EAEC9 and #C99EAE with #AEC99E are triadic colors.

2 #9EC9AE and #C9AE9E with #AEC99E are triadic colors.