COLOR #AED8AE

HEX: #AED8AE
RGB: (174,216,174)

Color info

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

RGB color model

#AED8AE color RGB value is (174,216,174).

  • red value is 174;
  • green value is 216;
  • blue value is 174.
RGB:
(174,216,174)
(68%,85%,68%)

RGB channels and saturation

R 174 of 255 = 68%
G 216 of 255 = 85%
B 174 of 255 = 68%

174
216
174

R + G + B ~ 74%. #AED8AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 216 + 174 = 564 (100%)
R 174 of 564 ~ 30.85%
G 216 of 564 ~ 38.3%
B 174 of 564 ~ 30.85%

%30.85
%38.3
%30.85

CMYK color model

#AED8AE color CMYK value is (19,0,19,15).

  • cyan value is 19.44%
  • magenta value is 0.00%
  • yellow value is 19.44%
  • key color value is 15.29%
CMYK:
(19,0,19,15)
C19M0Y19K15 
(19%,0%,19%,15%)
(0.19/0.00/0.19/0.15)	

CMYK percentages

%19.44
%0
%19.44
%15.29

Codes

Color #AED8AE in popluar color models

AED8AE
RGB174216174
HSL120°35.00%76.47%
HSB/HSV120°19.44%84.71%
CMYK19.44%0.00%19.44%
15.29%

Color #AED8AE in popluar number systems.

HEXAED8AE
Decimal174216174
Binary101011101101100010101110
Octal256330256

Shades and tints

Shades of #AED8AE

#AED8AE
(174,216,174)
#9FC59F
(159,197,159)
#90B290
(144,178,144)
#819F81
(129,159,129)
#728C72
(114,140,114)
#637963
(99,121,99)
#546654
(84,102,84)
#455345
(69,83,69)
#364036
(54,64,54)
#272D27
(39,45,39)
#181A18
(24,26,24)
#000000
(0,0,0)

Tints of #AED8AE

#AED8AE
(174,216,174)
#B5DBB5
(181,219,181)
#BCDEBC
(188,222,188)
#C3E1C3
(195,225,195)
#CAE4CA
(202,228,202)
#D1E7D1
(209,231,209)
#D8EAD8
(216,234,216)
#DFEDDF
(223,237,223)
#E6F0E6
(230,240,230)
#EDF3ED
(237,243,237)
#F4F6F4
(244,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AED8AE; }

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

This text font color is #AED8AE.


Background Color

.myBgColor { background-color: #AED8AE; }

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

This div background color is #AED8AE.


Border color

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

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

This div border color is #AED8AE.


Opacity

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

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

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

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

This text has shadow with #AED8AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AED8AE on black background.


Color preview on white background

This text has color #AED8AE on white background.



Black color preview on #AED8AE background

This text has black color on #AED8AE background.


White color preview on #AED8AE background

This text has white color on #AED8AE background.