COLOR #AEDEA3

HEX: #AEDEA3 RGB: (174,222,163)

Color info

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

RGB color model

#AEDEA3 color RGB value is (174,222,163).

RGB: (174,222,163) (68%, 87%, 64%)

RGB channels and saturation

R 174 of 255 = 68%
G 222 of 255 = 87%
B 163 of 255 = 64%

174
222
163

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

Portions of RGB colors in percentages

R + G + B = 174 + 222 + 163 = 559 (100%)
R 174 of 559 ~ 31.13%
G 222 of 559 ~ 39.71%
B 163 of 559 ~ 29.16'%

%31.13
%39.71
%29.16

CMYK color model

#AEDEA3 color CMYK value is (22,0,27,13).

  • cyan value is 21.62%
  • magenta value is 0.00%
  • yellow value is 26.58%
  • key color value is 12.94%

CMYK: (22,0,27,13)
C22M0Y27K13 (22%, 0%, 27%, 13%)
(0.22 / 0.00 / 0.27 / 0.13)

CMYK percentages

%21.62
%0
%26.58
%12.94

Codes

Color #AEDEA3 in popluar color models

AE DE A3
RGB 174 222 163
HSL 109° 47.20% 75.49%
HSB/HSV 109° 26.58% 87.06%
CMYK 21.62% 0.00% 26.58%
12.94%

Color #AEDEA3 in popluar number systems.

HEX AE DE A3
Decimal 174 222 163
Binary 10101110 11011110 10100011
Octal 256 336 243

Shades and tints

Shades of #AEDEA3

#AEDEA3
(174,222,163)
#9FCA95
(159,202,149)
#90B687
(144,182,135)
#81A279
(129,162,121)
#728E6B
(114,142,107)
#637A5D
(99,122,93)
#54664F
(84,102,79)
#455241
(69,82,65)
#363E33
(54,62,51)
#272A25
(39,42,37)
#181617
(24,22,23)
#000000
(0,0,0)

Tints of #AEDEA3

#AEDEA3
(174,222,163)
#B5E1AB
(181,225,171)
#BCE4B3
(188,228,179)
#C3E7BB
(195,231,187)
#CAEAC3
(202,234,195)
#D1EDCB
(209,237,203)
#D8F0D3
(216,240,211)
#DFF3DB
(223,243,219)
#E6F6E3
(230,246,227)
#EDF9EB
(237,249,235)
#F4FCF3
(244,252,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEDEA3; }

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

This text font color is #AEDEA3.

Background Color

.myBgColor { background-color: #AEDEA3; }

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

This div background color is #AEDEA3.

Border color

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

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

This div border color is #AEDEA3.

Opacity

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

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

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

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

This text has shadow with #AEDEA3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEDEA3.

Preview

Color preview on black background

This text has color #AEDEA3 on black background.


Color preview on white background

This text has color #AEDEA3 on white background.


Black color preview on #AEDEA3 background

This text has black color on #AEDEA3 background.


White color preview on #AEDEA3 background

This text has white color on #AEDEA3 background.


Related colors

Complementary color

Complementary color for #hex is #51215C.


I love getcolorcode.com

Triadic colors

1 #A3AEDE and #DEA3AE with #AEDEA3 are triadic colors.

2 #A3DEAE and #DEAEA3 with #AEDEA3 are triadic colors.