COLOR #AED888

HEX: #AED888
RGB: (174,216,136)

Color info

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

RGB color model

#AED888 color RGB value is (174,216,136).

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

RGB channels and saturation

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

174
216
136

R + G + B ~ 69%. #AED888 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 216 + 136 = 526 (100%)
R 174 of 526 ~ 33.08%
G 216 of 526 ~ 41.06%
B 136 of 526 ~ 25.86%

%33.08
%41.06
%25.86

CMYK color model

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

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

CMYK percentages

%19.44
%0
%37.04
%15.29

Codes

Color #AED888 in popluar color models

AED888
RGB174216136
HSL92°50.63%69.02%
HSB/HSV92°37.04%84.71%
CMYK19.44%0.00%37.04%
15.29%

Color #AED888 in popluar number systems.

HEXAED888
Decimal174216136
Binary101011101101100010001000
Octal256330210

Shades and tints

Shades of #AED888

#AED888
(174,216,136)
#9FC57C
(159,197,124)
#90B270
(144,178,112)
#819F64
(129,159,100)
#728C58
(114,140,88)
#63794C
(99,121,76)
#546640
(84,102,64)
#455334
(69,83,52)
#364028
(54,64,40)
#272D1C
(39,45,28)
#181A10
(24,26,16)
#000000
(0,0,0)

Tints of #AED888

#AED888
(174,216,136)
#B5DB92
(181,219,146)
#BCDE9C
(188,222,156)
#C3E1A6
(195,225,166)
#CAE4B0
(202,228,176)
#D1E7BA
(209,231,186)
#D8EAC4
(216,234,196)
#DFEDCE
(223,237,206)
#E6F0D8
(230,240,216)
#EDF3E2
(237,243,226)
#F4F6EC
(244,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AED888; }

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

This text font color is #AED888.


Background Color

.myBgColor { background-color: #AED888; }

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

This div background color is #AED888.


Border color

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

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

This div border color is #AED888.


Opacity

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

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

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

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

This text has shadow with #AED888 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AED888 on black background.


Color preview on white background

This text has color #AED888 on white background.



Black color preview on #AED888 background

This text has black color on #AED888 background.


White color preview on #AED888 background

This text has white color on #AED888 background.