COLOR #AED88F

HEX: #AED88F RGB: (174,216,143)

Color info

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

RGB color model

#AED88F color RGB value is (174,216,143).

RGB: (174,216,143) (68%, 85%, 56%)

RGB channels and saturation

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

174
216
143

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

Portions of RGB colors in percentages

R + G + B = 174 + 216 + 143 = 533 (100%)
R 174 of 533 ~ 32.65%
G 216 of 533 ~ 40.53%
B 143 of 533 ~ 26.83'%

%32.65
%40.53
%26.83

CMYK color model

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

  • cyan value is 19.44%
  • magenta value is 0.00%
  • yellow value is 33.80%
  • key color value is 15.29%

CMYK: (19,0,34,15)
C19M0Y34K15 (19%, 0%, 34%, 15%)
(0.19 / 0.00 / 0.34 / 0.15)

CMYK percentages

%19.44
%0
%33.8
%15.29

Codes

Color #AED88F in popluar color models

AE D8 8F
RGB 174 216 143
HSL 95° 48.34% 70.39%
HSB/HSV 95° 33.80% 84.71%
CMYK 19.44% 0.00% 33.80%
15.29%

Color #AED88F in popluar number systems.

HEX AE D8 8F
Decimal 174 216 143
Binary 10101110 11011000 10001111
Octal 256 330 217

Shades and tints

Shades of #AED88F

#AED88F
(174,216,143)
#9FC582
(159,197,130)
#90B275
(144,178,117)
#819F68
(129,159,104)
#728C5B
(114,140,91)
#63794E
(99,121,78)
#546641
(84,102,65)
#455334
(69,83,52)
#364027
(54,64,39)
#272D1A
(39,45,26)
#181A0D
(24,26,13)
#000000
(0,0,0)

Tints of #AED88F

#AED88F
(174,216,143)
#B5DB99
(181,219,153)
#BCDEA3
(188,222,163)
#C3E1AD
(195,225,173)
#CAE4B7
(202,228,183)
#D1E7C1
(209,231,193)
#D8EACB
(216,234,203)
#DFEDD5
(223,237,213)
#E6F0DF
(230,240,223)
#EDF3E9
(237,243,233)
#F4F6F3
(244,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AED88F; }

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

This text font color is #AED88F.

Background Color

.myBgColor { background-color: #AED88F; }

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

This div background color is #AED88F.

Border color

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

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

This div border color is #AED88F.

Opacity

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

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

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

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

This text has shadow with #AED88F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AED88F.

Preview

Color preview on black background

This text has color #AED88F on black background.


Color preview on white background

This text has color #AED88F on white background.


Black color preview on #AED88F background

This text has black color on #AED88F background.


White color preview on #AED88F background

This text has white color on #AED88F background.


Related colors

Complementary color

Complementary color for #hex is #512770.


I love getcolorcode.com

Triadic colors

1 #8FAED8 and #D88FAE with #AED88F are triadic colors.

2 #8FD8AE and #D8AE8F with #AED88F are triadic colors.