COLOR #AEC09D

HEX: #AEC09D RGB: (174,192,157)

Color info

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

RGB color model

#AEC09D color RGB value is (174,192,157).

RGB: (174,192,157) (68%, 75%, 62%)

RGB channels and saturation

R 174 of 255 = 68%
G 192 of 255 = 75%
B 157 of 255 = 62%

174
192
157

R + G + B ~ 68%. #AEC09D is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 192 + 157 = 523 (100%)
R 174 of 523 ~ 33.27%
G 192 of 523 ~ 36.71%
B 157 of 523 ~ 30.02'%

%33.27
%36.71
%30.02

CMYK color model

#AEC09D color CMYK value is (9,0,18,25).

  • cyan value is 9.38%
  • magenta value is 0.00%
  • yellow value is 18.23%
  • key color value is 24.71%
CMYK: (9,0,18,25) C9M0Y18K25 (9%,0%,18%,25%) (0.09/0.00/0.18/0.25) 

CMYK percentages

%9.38
%0
%18.23
%24.71

Codes

Color #AEC09D in popluar color models

AE C0 9D
RGB 174 192 157
HSL 91° 21.74% 68.43%
HSB/HSV 91° 18.23% 75.29%
CMYK 9.38% 0.00% 18.23%
24.71%

Color #AEC09D in popluar number systems.

HEX AE C0 9D
Decimal 174 192 157
Binary 10101110 11000000 10011101
Octal 256 300 235

Shades and tints

Shades of #AEC09D

#AEC09D
(174,192,157)
#9FAF8F
(159,175,143)
#909E81
(144,158,129)
#818D73
(129,141,115)
#727C65
(114,124,101)
#636B57
(99,107,87)
#545A49
(84,90,73)
#45493B
(69,73,59)
#36382D
(54,56,45)
#27271F
(39,39,31)
#181611
(24,22,17)
#000000
(0,0,0)

Tints of #AEC09D

#AEC09D
(174,192,157)
#B5C5A5
(181,197,165)
#BCCAAD
(188,202,173)
#C3CFB5
(195,207,181)
#CAD4BD
(202,212,189)
#D1D9C5
(209,217,197)
#D8DECD
(216,222,205)
#DFE3D5
(223,227,213)
#E6E8DD
(230,232,221)
#EDEDE5
(237,237,229)
#F4F2ED
(244,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEC09D color. Also use rgb(174,192,157) instead hex code.

Text Font Color

.myTextColor { color: #AEC09D; }

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

This text font color is #AEC09D.


Background Color

.myBgColor { background-color: #AEC09D; }

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

This div background color is #AEC09D.


Border color

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

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

This div border color is #AEC09D.


Opacity

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

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

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

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

This text has shadow with #AEC09D color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #AEC09D on black background.


Color preview on white background

This text has color #AEC09D on white background.



Black color preview on #AEC09D background

This text has black color on #AEC09D background.


White color preview on #AEC09D background

This text has white color on #AEC09D background.