COLOR #AED797

HEX: #AED797
RGB: (174,215,151)

Color info

#AED797 contains mainly red and green colors. Web safe color of #AED797 is #99CC99 (or #9C9).

RGB color model

#AED797 color RGB value is (174,215,151).

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

RGB channels and saturation

R 174 of 255 = 68%
G 215 of 255 = 84%
B 151 of 255 = 59%

174
215
151

R + G + B ~ 70%. #AED797 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 215 + 151 = 540 (100%)
R 174 of 540 ~ 32.22%
G 215 of 540 ~ 39.81%
B 151 of 540 ~ 27.96%

%32.22
%39.81
%27.96

CMYK color model

#AED797 color CMYK value is (19,0,30,16).

  • cyan value is 19.07%
  • magenta value is 0.00%
  • yellow value is 29.77%
  • key color value is 15.69%
CMYK:
(19,0,30,16)
C19M0Y30K16 
(19%,0%,30%,16%)
(0.19/0.00/0.30/0.16)	

CMYK percentages

%19.07
%0
%29.77
%15.69

Codes

Color #AED797 in popluar color models

AED797
RGB174215151
HSL98°44.44%71.76%
HSB/HSV98°29.77%84.31%
CMYK19.07%0.00%29.77%
15.69%

Color #AED797 in popluar number systems.

HEXAED797
Decimal174215151
Binary101011101101011110010111
Octal256327227

Shades and tints

Shades of #AED797

#AED797
(174,215,151)
#9FC48A
(159,196,138)
#90B17D
(144,177,125)
#819E70
(129,158,112)
#728B63
(114,139,99)
#637856
(99,120,86)
#546549
(84,101,73)
#45523C
(69,82,60)
#363F2F
(54,63,47)
#272C22
(39,44,34)
#181915
(24,25,21)
#000000
(0,0,0)

Tints of #AED797

#AED797
(174,215,151)
#B5DAA0
(181,218,160)
#BCDDA9
(188,221,169)
#C3E0B2
(195,224,178)
#CAE3BB
(202,227,187)
#D1E6C4
(209,230,196)
#D8E9CD
(216,233,205)
#DFECD6
(223,236,214)
#E6EFDF
(230,239,223)
#EDF2E8
(237,242,232)
#F4F5F1
(244,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AED797; }

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

This text font color is #AED797.


Background Color

.myBgColor { background-color: #AED797; }

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

This div background color is #AED797.


Border color

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

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

This div border color is #AED797.


Opacity

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

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

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

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

This text has shadow with #AED797 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AED797 on black background.


Color preview on white background

This text has color #AED797 on white background.



Black color preview on #AED797 background

This text has black color on #AED797 background.


White color preview on #AED797 background

This text has white color on #AED797 background.