COLOR #AED796

HEX: #AED796
RGB: (174,215,150)

Color info

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

RGB color model

#AED796 color RGB value is (174,215,150).

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

RGB channels and saturation

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

174
215
150

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

Portions of RGB colors in percentages

R + G + B =
174 + 215 + 150 = 539 (100%)
R 174 of 539 ~ 32.28%
G 215 of 539 ~ 39.89%
B 150 of 539 ~ 27.83%

%32.28
%39.89
%27.83

CMYK color model

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

  • cyan value is 19.07%
  • magenta value is 0.00%
  • yellow value is 30.23%
  • 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
%30.23
%15.69

Codes

Color #AED796 in popluar color models

AED796
RGB174215150
HSL98°44.83%71.57%
HSB/HSV98°30.23%84.31%
CMYK19.07%0.00%30.23%
15.69%

Color #AED796 in popluar number systems.

HEXAED796
Decimal174215150
Binary101011101101011110010110
Octal256327226

Shades and tints

Shades of #AED796

#AED796
(174,215,150)
#9FC489
(159,196,137)
#90B17C
(144,177,124)
#819E6F
(129,158,111)
#728B62
(114,139,98)
#637855
(99,120,85)
#546548
(84,101,72)
#45523B
(69,82,59)
#363F2E
(54,63,46)
#272C21
(39,44,33)
#181914
(24,25,20)
#000000
(0,0,0)

Tints of #AED796

#AED796
(174,215,150)
#B5DA9F
(181,218,159)
#BCDDA8
(188,221,168)
#C3E0B1
(195,224,177)
#CAE3BA
(202,227,186)
#D1E6C3
(209,230,195)
#D8E9CC
(216,233,204)
#DFECD5
(223,236,213)
#E6EFDE
(230,239,222)
#EDF2E7
(237,242,231)
#F4F5F0
(244,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AED796; }

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

This text font color is #AED796.


Background Color

.myBgColor { background-color: #AED796; }

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

This div background color is #AED796.


Border color

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

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

This div border color is #AED796.


Opacity

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

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

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

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

This text has shadow with #AED796 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AED796 on black background.


Color preview on white background

This text has color #AED796 on white background.



Black color preview on #AED796 background

This text has black color on #AED796 background.


White color preview on #AED796 background

This text has white color on #AED796 background.