COLOR #AEDA9D

HEX: #AEDA9D
RGB: (174,218,157)

Color info

#AEDA9D contains mainly red and green colors. Web safe color of #AEDA9D is #99CC99 (or #9C9).

RGB color model

#AEDA9D color RGB value is (174,218,157).

  • red value is 174;
  • green value is 218;
  • blue value is 157.
RGB:
(174,218,157)
(68%,85%,62%)

RGB channels and saturation

R 174 of 255 = 68%
G 218 of 255 = 85%
B 157 of 255 = 62%

174
218
157

R + G + B ~ 72%. #AEDA9D is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 218 + 157 = 549 (100%)
R 174 of 549 ~ 31.69%
G 218 of 549 ~ 39.71%
B 157 of 549 ~ 28.6%

%31.69
%39.71
%28.6

CMYK color model

#AEDA9D color CMYK value is (20,0,28,15).

  • cyan value is 20.18%
  • magenta value is 0.00%
  • yellow value is 27.98%
  • key color value is 14.51%
CMYK:
(20,0,28,15)
C20M0Y28K15 
(20%,0%,28%,15%)
(0.20/0.00/0.28/0.15)	

CMYK percentages

%20.18
%0
%27.98
%14.51

Codes

Color #AEDA9D in popluar color models

AEDA9D
RGB174218157
HSL103°45.19%73.53%
HSB/HSV103°27.98%85.49%
CMYK20.18%0.00%27.98%
14.51%

Color #AEDA9D in popluar number systems.

HEXAEDA9D
Decimal174218157
Binary101011101101101010011101
Octal256332235

Shades and tints

Shades of #AEDA9D

#AEDA9D
(174,218,157)
#9FC78F
(159,199,143)
#90B481
(144,180,129)
#81A173
(129,161,115)
#728E65
(114,142,101)
#637B57
(99,123,87)
#546849
(84,104,73)
#45553B
(69,85,59)
#36422D
(54,66,45)
#272F1F
(39,47,31)
#181C11
(24,28,17)
#000000
(0,0,0)

Tints of #AEDA9D

#AEDA9D
(174,218,157)
#B5DDA5
(181,221,165)
#BCE0AD
(188,224,173)
#C3E3B5
(195,227,181)
#CAE6BD
(202,230,189)
#D1E9C5
(209,233,197)
#D8ECCD
(216,236,205)
#DFEFD5
(223,239,213)
#E6F2DD
(230,242,221)
#EDF5E5
(237,245,229)
#F4F8ED
(244,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEDA9D; }

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

This text font color is #AEDA9D.


Background Color

.myBgColor { background-color: #AEDA9D; }

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

This div background color is #AEDA9D.


Border color

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

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

This div border color is #AEDA9D.


Opacity

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

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

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

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

This text has shadow with #AEDA9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEDA9D on black background.


Color preview on white background

This text has color #AEDA9D on white background.



Black color preview on #AEDA9D background

This text has black color on #AEDA9D background.


White color preview on #AEDA9D background

This text has white color on #AEDA9D background.