COLOR #AEDEA5

HEX: #AEDEA5
RGB: (174,222,165)

Color info

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

RGB color model

#AEDEA5 color RGB value is (174,222,165).

  • red value is 174;
  • green value is 222;
  • blue value is 165.
RGB:
(174,222,165)
(68%,87%,65%)

RGB channels and saturation

R 174 of 255 = 68%
G 222 of 255 = 87%
B 165 of 255 = 65%

174
222
165

R + G + B ~ 73%. #AEDEA5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 222 + 165 = 561 (100%)
R 174 of 561 ~ 31.02%
G 222 of 561 ~ 39.57%
B 165 of 561 ~ 29.41%

%31.02
%39.57
%29.41

CMYK color model

#AEDEA5 color CMYK value is (22,0,26,13).

  • cyan value is 21.62%
  • magenta value is 0.00%
  • yellow value is 25.68%
  • key color value is 12.94%
CMYK:
(22,0,26,13)
C22M0Y26K13 
(22%,0%,26%,13%)
(0.22/0.00/0.26/0.13)	

CMYK percentages

%21.62
%0
%25.68
%12.94

Codes

Color #AEDEA5 in popluar color models

AEDEA5
RGB174222165
HSL111°46.34%75.88%
HSB/HSV111°25.68%87.06%
CMYK21.62%0.00%25.68%
12.94%

Color #AEDEA5 in popluar number systems.

HEXAEDEA5
Decimal174222165
Binary101011101101111010100101
Octal256336245

Shades and tints

Shades of #AEDEA5

#AEDEA5
(174,222,165)
#9FCA96
(159,202,150)
#90B687
(144,182,135)
#81A278
(129,162,120)
#728E69
(114,142,105)
#637A5A
(99,122,90)
#54664B
(84,102,75)
#45523C
(69,82,60)
#363E2D
(54,62,45)
#272A1E
(39,42,30)
#18160F
(24,22,15)
#000000
(0,0,0)

Tints of #AEDEA5

#AEDEA5
(174,222,165)
#B5E1AD
(181,225,173)
#BCE4B5
(188,228,181)
#C3E7BD
(195,231,189)
#CAEAC5
(202,234,197)
#D1EDCD
(209,237,205)
#D8F0D5
(216,240,213)
#DFF3DD
(223,243,221)
#E6F6E5
(230,246,229)
#EDF9ED
(237,249,237)
#F4FCF5
(244,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEDEA5 color. Also use rgb(174,222,165) instead hex code.

Text Font Color

.myTextColor { color: #AEDEA5; }

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

This text font color is #AEDEA5.


Background Color

.myBgColor { background-color: #AEDEA5; }

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

This div background color is #AEDEA5.


Border color

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

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

This div border color is #AEDEA5.


Opacity

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

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

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

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

This text has shadow with #AEDEA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEDEA5 on black background.


Color preview on white background

This text has color #AEDEA5 on white background.



Black color preview on #AEDEA5 background

This text has black color on #AEDEA5 background.


White color preview on #AEDEA5 background

This text has white color on #AEDEA5 background.