COLOR #AEC89C

HEX: #AEC89C
RGB: (174,200,156)

Color info

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

RGB color model

#AEC89C color RGB value is (174,200,156).

  • red value is 174;
  • green value is 200;
  • blue value is 156.
RGB:
(174,200,156)
(68%,78%,61%)

RGB channels and saturation

R 174 of 255 = 68%
G 200 of 255 = 78%
B 156 of 255 = 61%

174
200
156

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

Portions of RGB colors in percentages

R + G + B =
174 + 200 + 156 = 530 (100%)
R 174 of 530 ~ 32.83%
G 200 of 530 ~ 37.74%
B 156 of 530 ~ 29.43%

%32.83
%37.74
%29.43

CMYK color model

#AEC89C color CMYK value is (13,0,22,22).

  • cyan value is 13.00%
  • magenta value is 0.00%
  • yellow value is 22.00%
  • key color value is 21.57%
CMYK:
(13,0,22,22)
C13M0Y22K22 
(13%,0%,22%,22%)
(0.13/0.00/0.22/0.22)	

CMYK percentages

%13
%0
%22
%21.57

Codes

Color #AEC89C in popluar color models

AEC89C
RGB174200156
HSL95°28.57%69.80%
HSB/HSV95°22.00%78.43%
CMYK13.00%0.00%22.00%
21.57%

Color #AEC89C in popluar number systems.

HEXAEC89C
Decimal174200156
Binary101011101100100010011100
Octal256310234

Shades and tints

Shades of #AEC89C

#AEC89C
(174,200,156)
#9FB68E
(159,182,142)
#90A480
(144,164,128)
#819272
(129,146,114)
#728064
(114,128,100)
#636E56
(99,110,86)
#545C48
(84,92,72)
#454A3A
(69,74,58)
#36382C
(54,56,44)
#27261E
(39,38,30)
#181410
(24,20,16)
#000000
(0,0,0)

Tints of #AEC89C

#AEC89C
(174,200,156)
#B5CDA5
(181,205,165)
#BCD2AE
(188,210,174)
#C3D7B7
(195,215,183)
#CADCC0
(202,220,192)
#D1E1C9
(209,225,201)
#D8E6D2
(216,230,210)
#DFEBDB
(223,235,219)
#E6F0E4
(230,240,228)
#EDF5ED
(237,245,237)
#F4FAF6
(244,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEC89C color. Also use rgb(174,200,156) instead hex code.

Text Font Color

.myTextColor { color: #AEC89C; }

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

This text font color is #AEC89C.


Background Color

.myBgColor { background-color: #AEC89C; }

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

This div background color is #AEC89C.


Border color

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

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

This div border color is #AEC89C.


Opacity

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

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

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

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

This text has shadow with #AEC89C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEC89C on black background.


Color preview on white background

This text has color #AEC89C on white background.



Black color preview on #AEC89C background

This text has black color on #AEC89C background.


White color preview on #AEC89C background

This text has white color on #AEC89C background.