COLOR #AEDCA5

HEX: #AEDCA5 RGB: (174,220,165)

Color info

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

RGB color model

#AEDCA5 color RGB value is (174,220,165).

RGB: (174,220,165) (68%, 86%, 65%)

RGB channels and saturation

R 174 of 255 = 68%
G 220 of 255 = 86%
B 165 of 255 = 65%

174
220
165

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

Portions of RGB colors in percentages

R + G + B = 174 + 220 + 165 = 559 (100%)
R 174 of 559 ~ 31.13%
G 220 of 559 ~ 39.36%
B 165 of 559 ~ 29.52'%

%31.13
%39.36
%29.52

CMYK color model

#AEDCA5 color CMYK value is (21,0,25,14).

  • cyan value is 20.91%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 13.73%

CMYK: (21,0,25,14)
C21M0Y25K14 (21%, 0%, 25%, 14%)
(0.21 / 0.00 / 0.25 / 0.14)

CMYK percentages

%20.91
%0
%25
%13.73

Codes

Color #AEDCA5 in popluar color models

AE DC A5
RGB 174 220 165
HSL 110° 44.00% 75.49%
HSB/HSV 110° 25.00% 86.27%
CMYK 20.91% 0.00% 25.00%
13.73%

Color #AEDCA5 in popluar number systems.

HEX AE DC A5
Decimal 174 220 165
Binary 10101110 11011100 10100101
Octal 256 334 245

Shades and tints

Shades of #AEDCA5

#AEDCA5
(174,220,165)
#9FC896
(159,200,150)
#90B487
(144,180,135)
#81A078
(129,160,120)
#728C69
(114,140,105)
#63785A
(99,120,90)
#54644B
(84,100,75)
#45503C
(69,80,60)
#363C2D
(54,60,45)
#27281E
(39,40,30)
#18140F
(24,20,15)
#000000
(0,0,0)

Tints of #AEDCA5

#AEDCA5
(174,220,165)
#B5DFAD
(181,223,173)
#BCE2B5
(188,226,181)
#C3E5BD
(195,229,189)
#CAE8C5
(202,232,197)
#D1EBCD
(209,235,205)
#D8EED5
(216,238,213)
#DFF1DD
(223,241,221)
#E6F4E5
(230,244,229)
#EDF7ED
(237,247,237)
#F4FAF5
(244,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEDCA5; }

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

This text font color is #AEDCA5.

Background Color

.myBgColor { background-color: #AEDCA5; }

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

This div background color is #AEDCA5.

Border color

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

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

This div border color is #AEDCA5.

Opacity

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

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

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

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

This text has shadow with #AEDCA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEDCA5.

Preview

Color preview on black background

This text has color #AEDCA5 on black background.


Color preview on white background

This text has color #AEDCA5 on white background.


Black color preview on #AEDCA5 background

This text has black color on #AEDCA5 background.


White color preview on #AEDCA5 background

This text has white color on #AEDCA5 background.


Related colors

Complementary color

Complementary color for #hex is #51235A.


I love getcolorcode.com

Triadic colors

1 #A5AEDC and #DCA5AE with #AEDCA5 are triadic colors.

2 #A5DCAE and #DCAEA5 with #AEDCA5 are triadic colors.