COLOR #AED7A4

HEX: #AED7A4
RGB: (174,215,164)

Color info

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

RGB color model

#AED7A4 color RGB value is (174,215,164).

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

RGB channels and saturation

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

174
215
164

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

Portions of RGB colors in percentages

R + G + B =
174 + 215 + 164 = 553 (100%)
R 174 of 553 ~ 31.46%
G 215 of 553 ~ 38.88%
B 164 of 553 ~ 29.66%

%31.46
%38.88
%29.66

CMYK color model

#AED7A4 color CMYK value is (19,0,24,16).

  • cyan value is 19.07%
  • magenta value is 0.00%
  • yellow value is 23.72%
  • key color value is 15.69%
CMYK:
(19,0,24,16)
C19M0Y24K16 
(19%,0%,24%,16%)
(0.19/0.00/0.24/0.16)	

CMYK percentages

%19.07
%0
%23.72
%15.69

Codes

Color #AED7A4 in popluar color models

AED7A4
RGB174215164
HSL108°38.93%74.31%
HSB/HSV108°23.72%84.31%
CMYK19.07%0.00%23.72%
15.69%

Color #AED7A4 in popluar number systems.

HEXAED7A4
Decimal174215164
Binary101011101101011110100100
Octal256327244

Shades and tints

Shades of #AED7A4

#AED7A4
(174,215,164)
#9FC496
(159,196,150)
#90B188
(144,177,136)
#819E7A
(129,158,122)
#728B6C
(114,139,108)
#63785E
(99,120,94)
#546550
(84,101,80)
#455242
(69,82,66)
#363F34
(54,63,52)
#272C26
(39,44,38)
#181918
(24,25,24)
#000000
(0,0,0)

Tints of #AED7A4

#AED7A4
(174,215,164)
#B5DAAC
(181,218,172)
#BCDDB4
(188,221,180)
#C3E0BC
(195,224,188)
#CAE3C4
(202,227,196)
#D1E6CC
(209,230,204)
#D8E9D4
(216,233,212)
#DFECDC
(223,236,220)
#E6EFE4
(230,239,228)
#EDF2EC
(237,242,236)
#F4F5F4
(244,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AED7A4; }

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

This text font color is #AED7A4.


Background Color

.myBgColor { background-color: #AED7A4; }

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

This div background color is #AED7A4.


Border color

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

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

This div border color is #AED7A4.


Opacity

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

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

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

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

This text has shadow with #AED7A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AED7A4 on black background.


Color preview on white background

This text has color #AED7A4 on white background.



Black color preview on #AED7A4 background

This text has black color on #AED7A4 background.


White color preview on #AED7A4 background

This text has white color on #AED7A4 background.