COLOR #AEC99B

HEX: #AEC99B
RGB: (174,201,155)

Color info

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

RGB color model

#AEC99B color RGB value is (174,201,155).

  • red value is 174;
  • green value is 201;
  • blue value is 155.
RGB:
(174,201,155)
(68%,79%,61%)

RGB channels and saturation

R 174 of 255 = 68%
G 201 of 255 = 79%
B 155 of 255 = 61%

174
201
155

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

Portions of RGB colors in percentages

R + G + B =
174 + 201 + 155 = 530 (100%)
R 174 of 530 ~ 32.83%
G 201 of 530 ~ 37.92%
B 155 of 530 ~ 29.25%

%32.83
%37.92
%29.25

CMYK color model

#AEC99B color CMYK value is (13,0,23,21).

  • cyan value is 13.43%
  • magenta value is 0.00%
  • yellow value is 22.89%
  • key color value is 21.18%
CMYK:
(13,0,23,21)
C13M0Y23K21 
(13%,0%,23%,21%)
(0.13/0.00/0.23/0.21)	

CMYK percentages

%13.43
%0
%22.89
%21.18

Codes

Color #AEC99B in popluar color models

AEC99B
RGB174201155
HSL95°29.87%69.80%
HSB/HSV95°22.89%78.82%
CMYK13.43%0.00%22.89%
21.18%

Color #AEC99B in popluar number systems.

HEXAEC99B
Decimal174201155
Binary101011101100100110011011
Octal256311233

Shades and tints

Shades of #AEC99B

#AEC99B
(174,201,155)
#9FB78D
(159,183,141)
#90A57F
(144,165,127)
#819371
(129,147,113)
#728163
(114,129,99)
#636F55
(99,111,85)
#545D47
(84,93,71)
#454B39
(69,75,57)
#36392B
(54,57,43)
#27271D
(39,39,29)
#18150F
(24,21,15)
#000000
(0,0,0)

Tints of #AEC99B

#AEC99B
(174,201,155)
#B5CDA4
(181,205,164)
#BCD1AD
(188,209,173)
#C3D5B6
(195,213,182)
#CAD9BF
(202,217,191)
#D1DDC8
(209,221,200)
#D8E1D1
(216,225,209)
#DFE5DA
(223,229,218)
#E6E9E3
(230,233,227)
#EDEDEC
(237,237,236)
#F4F1F5
(244,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEC99B; }

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

This text font color is #AEC99B.


Background Color

.myBgColor { background-color: #AEC99B; }

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

This div background color is #AEC99B.


Border color

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

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

This div border color is #AEC99B.


Opacity

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

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

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

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

This text has shadow with #AEC99B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEC99B on black background.


Color preview on white background

This text has color #AEC99B on white background.



Black color preview on #AEC99B background

This text has black color on #AEC99B background.


White color preview on #AEC99B background

This text has white color on #AEC99B background.