COLOR #AEDEAA

HEX: #AEDEAA RGB: (174,222,170)

Color info

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

RGB color model

#AEDEAA color RGB value is (174,222,170).

RGB: (174,222,170) (68%, 87%, 67%)

RGB channels and saturation

R 174 of 255 = 68%
G 222 of 255 = 87%
B 170 of 255 = 67%

174
222
170

R + G + B ~ 74%. #AEDEAA is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 222 + 170 = 566 (100%)
R 174 of 566 ~ 30.74%
G 222 of 566 ~ 39.22%
B 170 of 566 ~ 30.04'%

%30.74
%39.22
%30.04

CMYK color model

#AEDEAA color CMYK value is (22,0,23,13).

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

CMYK: (22,0,23,13)
C22M0Y23K13 (22%, 0%, 23%, 13%)
(0.22 / 0.00 / 0.23 / 0.13)

CMYK percentages

%21.62
%0
%23.42
%12.94

Codes

Color #AEDEAA in popluar color models

AE DE AA
RGB 174 222 170
HSL 115° 44.07% 76.86%
HSB/HSV 115° 23.42% 87.06%
CMYK 21.62% 0.00% 23.42%
12.94%

Color #AEDEAA in popluar number systems.

HEX AE DE AA
Decimal 174 222 170
Binary 10101110 11011110 10101010
Octal 256 336 252

Shades and tints

Shades of #AEDEAA

#AEDEAA
(174,222,170)
#9FCA9B
(159,202,155)
#90B68C
(144,182,140)
#81A27D
(129,162,125)
#728E6E
(114,142,110)
#637A5F
(99,122,95)
#546650
(84,102,80)
#455241
(69,82,65)
#363E32
(54,62,50)
#272A23
(39,42,35)
#181614
(24,22,20)
#000000
(0,0,0)

Tints of #AEDEAA

#AEDEAA
(174,222,170)
#B5E1B1
(181,225,177)
#BCE4B8
(188,228,184)
#C3E7BF
(195,231,191)
#CAEAC6
(202,234,198)
#D1EDCD
(209,237,205)
#D8F0D4
(216,240,212)
#DFF3DB
(223,243,219)
#E6F6E2
(230,246,226)
#EDF9E9
(237,249,233)
#F4FCF0
(244,252,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEDEAA; }

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

This text font color is #AEDEAA.

Background Color

.myBgColor { background-color: #AEDEAA; }

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

This div background color is #AEDEAA.

Border color

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

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

This div border color is #AEDEAA.

Opacity

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

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

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

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

This text has shadow with #AEDEAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEDEAA.

Preview

Color preview on black background

This text has color #AEDEAA on black background.


Color preview on white background

This text has color #AEDEAA on white background.


Black color preview on #AEDEAA background

This text has black color on #AEDEAA background.


White color preview on #AEDEAA background

This text has white color on #AEDEAA background.


Related colors

Complementary color

Complementary color for #hex is #512155.


I love getcolorcode.com

Triadic colors

1 #AAAEDE and #DEAAAE with #AEDEAA are triadic colors.

2 #AADEAE and #DEAEAA with #AEDEAA are triadic colors.