COLOR #AEC69E

HEX: #AEC69E RGB: (174,198,158)

Color info

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

RGB color model

#AEC69E color RGB value is (174,198,158).

RGB: (174,198,158) (68%, 78%, 62%)

RGB channels and saturation

R 174 of 255 = 68%
G 198 of 255 = 78%
B 158 of 255 = 62%

174
198
158

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

Portions of RGB colors in percentages

R + G + B = 174 + 198 + 158 = 530 (100%)
R 174 of 530 ~ 32.83%
G 198 of 530 ~ 37.36%
B 158 of 530 ~ 29.81'%

%32.83
%37.36
%29.81

CMYK color model

#AEC69E color CMYK value is (12,0,20,22).

  • cyan value is 12.12%
  • magenta value is 0.00%
  • yellow value is 20.20%
  • key color value is 22.35%

CMYK: (12,0,20,22)
C12M0Y20K22 (12%, 0%, 20%, 22%)
(0.12 / 0.00 / 0.20 / 0.22)

CMYK percentages

%12.12
%0
%20.2
%22.35

Codes

Color #AEC69E in popluar color models

AE C6 9E
RGB 174 198 158
HSL 96° 25.97% 69.80%
HSB/HSV 96° 20.20% 77.65%
CMYK 12.12% 0.00% 20.20%
22.35%

Color #AEC69E in popluar number systems.

HEX AE C6 9E
Decimal 174 198 158
Binary 10101110 11000110 10011110
Octal 256 306 236

Shades and tints

Shades of #AEC69E

#AEC69E
(174,198,158)
#9FB490
(159,180,144)
#90A282
(144,162,130)
#819074
(129,144,116)
#727E66
(114,126,102)
#636C58
(99,108,88)
#545A4A
(84,90,74)
#45483C
(69,72,60)
#36362E
(54,54,46)
#272420
(39,36,32)
#181212
(24,18,18)
#000000
(0,0,0)

Tints of #AEC69E

#AEC69E
(174,198,158)
#B5CBA6
(181,203,166)
#BCD0AE
(188,208,174)
#C3D5B6
(195,213,182)
#CADABE
(202,218,190)
#D1DFC6
(209,223,198)
#D8E4CE
(216,228,206)
#DFE9D6
(223,233,214)
#E6EEDE
(230,238,222)
#EDF3E6
(237,243,230)
#F4F8EE
(244,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEC69E; }

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

This text font color is #AEC69E.

Background Color

.myBgColor { background-color: #AEC69E; }

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

This div background color is #AEC69E.

Border color

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

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

This div border color is #AEC69E.

Opacity

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

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

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

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

This text has shadow with #AEC69E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEC69E.

Preview

Color preview on black background

This text has color #AEC69E on black background.


Color preview on white background

This text has color #AEC69E on white background.


Black color preview on #AEC69E background

This text has black color on #AEC69E background.


White color preview on #AEC69E background

This text has white color on #AEC69E background.


Related colors

Complementary color

Complementary color for #hex is #513961.


I love getcolorcode.com

Triadic colors

1 #9EAEC6 and #C69EAE with #AEC69E are triadic colors.

2 #9EC6AE and #C6AE9E with #AEC69E are triadic colors.