COLOR #AED3A5

HEX: #AED3A5 RGB: (174,211,165)

Color info

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

RGB color model

#AED3A5 color RGB value is (174,211,165).

RGB: (174,211,165) (68%, 83%, 65%)

RGB channels and saturation

R 174 of 255 = 68%
G 211 of 255 = 83%
B 165 of 255 = 65%

174
211
165

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

Portions of RGB colors in percentages

R + G + B = 174 + 211 + 165 = 550 (100%)
R 174 of 550 ~ 31.64%
G 211 of 550 ~ 38.36%
B 165 of 550 ~ 30'%

%31.64
%38.36
%30

CMYK color model

#AED3A5 color CMYK value is (18,0,22,17).

  • cyan value is 17.54%
  • magenta value is 0.00%
  • yellow value is 21.80%
  • key color value is 17.25%

CMYK: (18,0,22,17)
C18M0Y22K17 (18%, 0%, 22%, 17%)
(0.18 / 0.00 / 0.22 / 0.17)

CMYK percentages

%17.54
%0
%21.8
%17.25

Codes

Color #AED3A5 in popluar color models

AE D3 A5
RGB 174 211 165
HSL 108° 34.33% 73.73%
HSB/HSV 108° 21.80% 82.75%
CMYK 17.54% 0.00% 21.80%
17.25%

Color #AED3A5 in popluar number systems.

HEX AE D3 A5
Decimal 174 211 165
Binary 10101110 11010011 10100101
Octal 256 323 245

Shades and tints

Shades of #AED3A5

#AED3A5
(174,211,165)
#9FC096
(159,192,150)
#90AD87
(144,173,135)
#819A78
(129,154,120)
#728769
(114,135,105)
#63745A
(99,116,90)
#54614B
(84,97,75)
#454E3C
(69,78,60)
#363B2D
(54,59,45)
#27281E
(39,40,30)
#18150F
(24,21,15)
#000000
(0,0,0)

Tints of #AED3A5

#AED3A5
(174,211,165)
#B5D7AD
(181,215,173)
#BCDBB5
(188,219,181)
#C3DFBD
(195,223,189)
#CAE3C5
(202,227,197)
#D1E7CD
(209,231,205)
#D8EBD5
(216,235,213)
#DFEFDD
(223,239,221)
#E6F3E5
(230,243,229)
#EDF7ED
(237,247,237)
#F4FBF5
(244,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AED3A5; }

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

This text font color is #AED3A5.

Background Color

.myBgColor { background-color: #AED3A5; }

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

This div background color is #AED3A5.

Border color

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

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

This div border color is #AED3A5.

Opacity

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

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

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

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

This text has shadow with #AED3A5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AED3A5.

Preview

Color preview on black background

This text has color #AED3A5 on black background.


Color preview on white background

This text has color #AED3A5 on white background.


Black color preview on #AED3A5 background

This text has black color on #AED3A5 background.


White color preview on #AED3A5 background

This text has white color on #AED3A5 background.


Related colors

Complementary color

Complementary color for #hex is #512C5A.


I love getcolorcode.com

Triadic colors

1 #A5AED3 and #D3A5AE with #AED3A5 are triadic colors.

2 #A5D3AE and #D3AEA5 with #AED3A5 are triadic colors.