COLOR #AED2AD

HEX: #AED2AD RGB: (174,210,173)

Color info

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

RGB color model

#AED2AD color RGB value is (174,210,173).

RGB: (174,210,173) (68%, 82%, 68%)

RGB channels and saturation

R 174 of 255 = 68%
G 210 of 255 = 82%
B 173 of 255 = 68%

174
210
173

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

Portions of RGB colors in percentages

R + G + B = 174 + 210 + 173 = 557 (100%)
R 174 of 557 ~ 31.24%
G 210 of 557 ~ 37.7%
B 173 of 557 ~ 31.06'%

%31.24
%37.7
%31.06

CMYK color model

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

  • cyan value is 17.14%
  • magenta value is 0.00%
  • yellow value is 17.62%
  • key color value is 17.65%

CMYK: (17,0,18,18)
C17M0Y18K18 (17%, 0%, 18%, 18%)
(0.17 / 0.00 / 0.18 / 0.18)

CMYK percentages

%17.14
%0
%17.62
%17.65

Codes

Color #AED2AD in popluar color models

AE D2 AD
RGB 174 210 173
HSL 118° 29.13% 75.10%
HSB/HSV 118° 17.62% 82.35%
CMYK 17.14% 0.00% 17.62%
17.65%

Color #AED2AD in popluar number systems.

HEX AE D2 AD
Decimal 174 210 173
Binary 10101110 11010010 10101101
Octal 256 322 255

Shades and tints

Shades of #AED2AD

#AED2AD
(174,210,173)
#9FBF9E
(159,191,158)
#90AC8F
(144,172,143)
#819980
(129,153,128)
#728671
(114,134,113)
#637362
(99,115,98)
#546053
(84,96,83)
#454D44
(69,77,68)
#363A35
(54,58,53)
#272726
(39,39,38)
#181417
(24,20,23)
#000000
(0,0,0)

Tints of #AED2AD

#AED2AD
(174,210,173)
#B5D6B4
(181,214,180)
#BCDABB
(188,218,187)
#C3DEC2
(195,222,194)
#CAE2C9
(202,226,201)
#D1E6D0
(209,230,208)
#D8EAD7
(216,234,215)
#DFEEDE
(223,238,222)
#E6F2E5
(230,242,229)
#EDF6EC
(237,246,236)
#F4FAF3
(244,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AED2AD color. Also use rgb(174,210,173) instead hex code.

Text Font Color

.myTextColor { color: #AED2AD; }

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

This text font color is #AED2AD.

Background Color

.myBgColor { background-color: #AED2AD; }

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

This div background color is #AED2AD.

Border color

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

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

This div border color is #AED2AD.

Opacity

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

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

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

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

This text has shadow with #AED2AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AED2AD.

Preview

Color preview on black background

This text has color #AED2AD on black background.


Color preview on white background

This text has color #AED2AD on white background.


Black color preview on #AED2AD background

This text has black color on #AED2AD background.


White color preview on #AED2AD background

This text has white color on #AED2AD background.


Related colors

Complementary color

Complementary color for #hex is #512D52.


I love getcolorcode.com

Triadic colors

1 #ADAED2 and #D2ADAE with #AED2AD are triadic colors.

2 #ADD2AE and #D2AEAD with #AED2AD are triadic colors.