COLOR #AEC996

HEX: #AEC996 RGB: (174,201,150)

Color info

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

RGB color model

#AEC996 color RGB value is (174,201,150).

RGB: (174,201,150) (68%, 79%, 59%)

RGB channels and saturation

R 174 of 255 = 68%
G 201 of 255 = 79%
B 150 of 255 = 59%

174
201
150

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

Portions of RGB colors in percentages

R + G + B = 174 + 201 + 150 = 525 (100%)
R 174 of 525 ~ 33.14%
G 201 of 525 ~ 38.29%
B 150 of 525 ~ 28.57'%

%33.14
%38.29
%28.57

CMYK color model

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

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

CMYK: (13,0,25,21)
C13M0Y25K21 (13%, 0%, 25%, 21%)
(0.13 / 0.00 / 0.25 / 0.21)

CMYK percentages

%13.43
%0
%25.37
%21.18

Codes

Color #AEC996 in popluar color models

AE C9 96
RGB 174 201 150
HSL 92° 32.08% 68.82%
HSB/HSV 92° 25.37% 78.82%
CMYK 13.43% 0.00% 25.37%
21.18%

Color #AEC996 in popluar number systems.

HEX AE C9 96
Decimal 174 201 150
Binary 10101110 11001001 10010110
Octal 256 311 226

Shades and tints

Shades of #AEC996

#AEC996
(174,201,150)
#9FB789
(159,183,137)
#90A57C
(144,165,124)
#81936F
(129,147,111)
#728162
(114,129,98)
#636F55
(99,111,85)
#545D48
(84,93,72)
#454B3B
(69,75,59)
#36392E
(54,57,46)
#272721
(39,39,33)
#181514
(24,21,20)
#000000
(0,0,0)

Tints of #AEC996

#AEC996
(174,201,150)
#B5CD9F
(181,205,159)
#BCD1A8
(188,209,168)
#C3D5B1
(195,213,177)
#CAD9BA
(202,217,186)
#D1DDC3
(209,221,195)
#D8E1CC
(216,225,204)
#DFE5D5
(223,229,213)
#E6E9DE
(230,233,222)
#EDEDE7
(237,237,231)
#F4F1F0
(244,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEC996; }

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

This text font color is #AEC996.

Background Color

.myBgColor { background-color: #AEC996; }

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

This div background color is #AEC996.

Border color

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

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

This div border color is #AEC996.

Opacity

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

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

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

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

This text has shadow with #AEC996 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEC996.

Preview

Color preview on black background

This text has color #AEC996 on black background.


Color preview on white background

This text has color #AEC996 on white background.


Black color preview on #AEC996 background

This text has black color on #AEC996 background.


White color preview on #AEC996 background

This text has white color on #AEC996 background.


Related colors

Complementary color

Complementary color for #hex is #513669.


I love getcolorcode.com

Triadic colors

1 #96AEC9 and #C996AE with #AEC996 are triadic colors.

2 #96C9AE and #C9AE96 with #AEC996 are triadic colors.