COLOR #AED7A2

HEX: #AED7A2
RGB: (174,215,162)

Color info

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

RGB color model

#AED7A2 color RGB value is (174,215,162).

  • red value is 174;
  • green value is 215;
  • blue value is 162.
RGB:
(174,215,162)
(68%,84%,64%)

RGB channels and saturation

R 174 of 255 = 68%
G 215 of 255 = 84%
B 162 of 255 = 64%

174
215
162

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

Portions of RGB colors in percentages

R + G + B =
174 + 215 + 162 = 551 (100%)
R 174 of 551 ~ 31.58%
G 215 of 551 ~ 39.02%
B 162 of 551 ~ 29.4%

%31.58
%39.02
%29.4

CMYK color model

#AED7A2 color CMYK value is (19,0,25,16).

  • cyan value is 19.07%
  • magenta value is 0.00%
  • yellow value is 24.65%
  • key color value is 15.69%
CMYK:
(19,0,25,16)
C19M0Y25K16 
(19%,0%,25%,16%)
(0.19/0.00/0.25/0.16)	

CMYK percentages

%19.07
%0
%24.65
%15.69

Codes

Color #AED7A2 in popluar color models

AED7A2
RGB174215162
HSL106°39.85%73.92%
HSB/HSV106°24.65%84.31%
CMYK19.07%0.00%24.65%
15.69%

Color #AED7A2 in popluar number systems.

HEXAED7A2
Decimal174215162
Binary101011101101011110100010
Octal256327242

Shades and tints

Shades of #AED7A2

#AED7A2
(174,215,162)
#9FC494
(159,196,148)
#90B186
(144,177,134)
#819E78
(129,158,120)
#728B6A
(114,139,106)
#63785C
(99,120,92)
#54654E
(84,101,78)
#455240
(69,82,64)
#363F32
(54,63,50)
#272C24
(39,44,36)
#181916
(24,25,22)
#000000
(0,0,0)

Tints of #AED7A2

#AED7A2
(174,215,162)
#B5DAAA
(181,218,170)
#BCDDB2
(188,221,178)
#C3E0BA
(195,224,186)
#CAE3C2
(202,227,194)
#D1E6CA
(209,230,202)
#D8E9D2
(216,233,210)
#DFECDA
(223,236,218)
#E6EFE2
(230,239,226)
#EDF2EA
(237,242,234)
#F4F5F2
(244,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AED7A2 color. Also use rgb(174,215,162) instead hex code.

Text Font Color

.myTextColor { color: #AED7A2; }

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

This text font color is #AED7A2.


Background Color

.myBgColor { background-color: #AED7A2; }

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

This div background color is #AED7A2.


Border color

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

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

This div border color is #AED7A2.


Opacity

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

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

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

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

This text has shadow with #AED7A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AED7A2 on black background.


Color preview on white background

This text has color #AED7A2 on white background.



Black color preview on #AED7A2 background

This text has black color on #AED7A2 background.


White color preview on #AED7A2 background

This text has white color on #AED7A2 background.