COLOR #AEC29E

HEX: #AEC29E
RGB: (174,194,158)

Color info

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

RGB color model

#AEC29E color RGB value is (174,194,158).

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

RGB channels and saturation

R 174 of 255 = 68%
G 194 of 255 = 76%
B 158 of 255 = 62%

174
194
158

R + G + B ~ 69%. #AEC29E is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 194 + 158 = 526 (100%)
R 174 of 526 ~ 33.08%
G 194 of 526 ~ 36.88%
B 158 of 526 ~ 30.04%

%33.08
%36.88
%30.04

CMYK color model

#AEC29E color CMYK value is (10,0,19,24).

  • cyan value is 10.31%
  • magenta value is 0.00%
  • yellow value is 18.56%
  • key color value is 23.92%
CMYK:
(10,0,19,24)
C10M0Y19K24 
(10%,0%,19%,24%)
(0.10/0.00/0.19/0.24)	

CMYK percentages

%10.31
%0
%18.56
%23.92

Codes

Color #AEC29E in popluar color models

AEC29E
RGB174194158
HSL93°22.78%69.02%
HSB/HSV93°18.56%76.08%
CMYK10.31%0.00%18.56%
23.92%

Color #AEC29E in popluar number systems.

HEXAEC29E
Decimal174194158
Binary101011101100001010011110
Octal256302236

Shades and tints

Shades of #AEC29E

#AEC29E
(174,194,158)
#9FB190
(159,177,144)
#90A082
(144,160,130)
#818F74
(129,143,116)
#727E66
(114,126,102)
#636D58
(99,109,88)
#545C4A
(84,92,74)
#454B3C
(69,75,60)
#363A2E
(54,58,46)
#272920
(39,41,32)
#181812
(24,24,18)
#000000
(0,0,0)

Tints of #AEC29E

#AEC29E
(174,194,158)
#B5C7A6
(181,199,166)
#BCCCAE
(188,204,174)
#C3D1B6
(195,209,182)
#CAD6BE
(202,214,190)
#D1DBC6
(209,219,198)
#D8E0CE
(216,224,206)
#DFE5D6
(223,229,214)
#E6EADE
(230,234,222)
#EDEFE6
(237,239,230)
#F4F4EE
(244,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEC29E; }

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

This text font color is #AEC29E.


Background Color

.myBgColor { background-color: #AEC29E; }

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

This div background color is #AEC29E.


Border color

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

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

This div border color is #AEC29E.


Opacity

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

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

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

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

This text has shadow with #AEC29E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEC29E on black background.


Color preview on white background

This text has color #AEC29E on white background.



Black color preview on #AEC29E background

This text has black color on #AEC29E background.


White color preview on #AEC29E background

This text has white color on #AEC29E background.