COLOR #AEC899

HEX: #AEC899
RGB: (174,200,153)

Color info

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

RGB color model

#AEC899 color RGB value is (174,200,153).

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

RGB channels and saturation

R 174 of 255 = 68%
G 200 of 255 = 78%
B 153 of 255 = 60%

174
200
153

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

Portions of RGB colors in percentages

R + G + B =
174 + 200 + 153 = 527 (100%)
R 174 of 527 ~ 33.02%
G 200 of 527 ~ 37.95%
B 153 of 527 ~ 29.03%

%33.02
%37.95
%29.03

CMYK color model

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

  • cyan value is 13.00%
  • magenta value is 0.00%
  • yellow value is 23.50%
  • key color value is 21.57%
CMYK:
(13,0,24,22)
C13M0Y24K22 
(13%,0%,24%,22%)
(0.13/0.00/0.24/0.22)	

CMYK percentages

%13
%0
%23.5
%21.57

Codes

Color #AEC899 in popluar color models

AEC899
RGB174200153
HSL93°29.94%69.22%
HSB/HSV93°23.50%78.43%
CMYK13.00%0.00%23.50%
21.57%

Color #AEC899 in popluar number systems.

HEXAEC899
Decimal174200153
Binary101011101100100010011001
Octal256310231

Shades and tints

Shades of #AEC899

#AEC899
(174,200,153)
#9FB68C
(159,182,140)
#90A47F
(144,164,127)
#819272
(129,146,114)
#728065
(114,128,101)
#636E58
(99,110,88)
#545C4B
(84,92,75)
#454A3E
(69,74,62)
#363831
(54,56,49)
#272624
(39,38,36)
#181417
(24,20,23)
#000000
(0,0,0)

Tints of #AEC899

#AEC899
(174,200,153)
#B5CDA2
(181,205,162)
#BCD2AB
(188,210,171)
#C3D7B4
(195,215,180)
#CADCBD
(202,220,189)
#D1E1C6
(209,225,198)
#D8E6CF
(216,230,207)
#DFEBD8
(223,235,216)
#E6F0E1
(230,240,225)
#EDF5EA
(237,245,234)
#F4FAF3
(244,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEC899; }

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

This text font color is #AEC899.


Background Color

.myBgColor { background-color: #AEC899; }

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

This div background color is #AEC899.


Border color

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

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

This div border color is #AEC899.


Opacity

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

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

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

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

This text has shadow with #AEC899 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEC899 on black background.


Color preview on white background

This text has color #AEC899 on white background.



Black color preview on #AEC899 background

This text has black color on #AEC899 background.


White color preview on #AEC899 background

This text has white color on #AEC899 background.