COLOR #AEC19D

HEX: #AEC19D RGB: (174,193,157)

Color info

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

RGB color model

#AEC19D color RGB value is (174,193,157).

RGB: (174,193,157) (68%, 76%, 62%)

RGB channels and saturation

R 174 of 255 = 68%
G 193 of 255 = 76%
B 157 of 255 = 62%

174
193
157

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

Portions of RGB colors in percentages

R + G + B = 174 + 193 + 157 = 524 (100%)
R 174 of 524 ~ 33.21%
G 193 of 524 ~ 36.83%
B 157 of 524 ~ 29.96'%

%33.21
%36.83
%29.96

CMYK color model

#AEC19D color CMYK value is (10,0,19,24).

  • cyan value is 9.84%
  • magenta value is 0.00%
  • yellow value is 18.65%
  • key color value is 24.31%
CMYK: (10,0,19,24) C10M0Y19K24 (10%,0%,19%,24%) (0.10/0.00/0.19/0.24) 

CMYK percentages

%9.84
%0
%18.65
%24.31

Codes

Color #AEC19D in popluar color models

AE C1 9D
RGB 174 193 157
HSL 92° 22.50% 68.63%
HSB/HSV 92° 18.65% 75.69%
CMYK 9.84% 0.00% 18.65%
24.31%

Color #AEC19D in popluar number systems.

HEX AE C1 9D
Decimal 174 193 157
Binary 10101110 11000001 10011101
Octal 256 301 235

Shades and tints

Shades of #AEC19D

#AEC19D
(174,193,157)
#9FB08F
(159,176,143)
#909F81
(144,159,129)
#818E73
(129,142,115)
#727D65
(114,125,101)
#636C57
(99,108,87)
#545B49
(84,91,73)
#454A3B
(69,74,59)
#36392D
(54,57,45)
#27281F
(39,40,31)
#181711
(24,23,17)
#000000
(0,0,0)

Tints of #AEC19D

#AEC19D
(174,193,157)
#B5C6A5
(181,198,165)
#BCCBAD
(188,203,173)
#C3D0B5
(195,208,181)
#CAD5BD
(202,213,189)
#D1DAC5
(209,218,197)
#D8DFCD
(216,223,205)
#DFE4D5
(223,228,213)
#E6E9DD
(230,233,221)
#EDEEE5
(237,238,229)
#F4F3ED
(244,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEC19D; }

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

This text font color is #AEC19D.

Background Color

.myBgColor { background-color: #AEC19D; }

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

This div background color is #AEC19D.

Border color

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

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

This div border color is #AEC19D.

Opacity

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

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

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

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

This text has shadow with #AEC19D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEC19D.

Preview

Color preview on black background

This text has color #AEC19D on black background.


Color preview on white background

This text has color #AEC19D on white background.


Black color preview on #AEC19D background

This text has black color on #AEC19D background.


White color preview on #AEC19D background

This text has white color on #AEC19D background.


Related colors

Complementary color

Complementary color for #hex is #513E62.


I love getcolorcode.com

Triadic colors

1 #9DAEC1 and #C19DAE with #AEC19D are triadic colors.

2 #9DC1AE and #C1AE9D with #AEC19D are triadic colors.