COLOR #AED985

HEX: #AED985 RGB: (174,217,133)

Color info

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

RGB color model

#AED985 color RGB value is (174,217,133).

RGB: (174,217,133) (68%, 85%, 52%)

RGB channels and saturation

R 174 of 255 = 68%
G 217 of 255 = 85%
B 133 of 255 = 52%

174
217
133

R + G + B ~ 68%. #AED985 is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 217 + 133 = 524 (100%)
R 174 of 524 ~ 33.21%
G 217 of 524 ~ 41.41%
B 133 of 524 ~ 25.38'%

%33.21
%41.41
%25.38

CMYK color model

#AED985 color CMYK value is (20,0,39,15).

  • cyan value is 19.82%
  • magenta value is 0.00%
  • yellow value is 38.71%
  • key color value is 14.90%

CMYK: (20,0,39,15)
C20M0Y39K15 (20%, 0%, 39%, 15%)
(0.20 / 0.00 / 0.39 / 0.15)

CMYK percentages

%19.82
%0
%38.71
%14.9

Codes

Color #AED985 in popluar color models

AE D9 85
RGB 174 217 133
HSL 91° 52.50% 68.63%
HSB/HSV 91° 38.71% 85.10%
CMYK 19.82% 0.00% 38.71%
14.90%

Color #AED985 in popluar number systems.

HEX AE D9 85
Decimal 174 217 133
Binary 10101110 11011001 10000101
Octal 256 331 205

Shades and tints

Shades of #AED985

#AED985
(174,217,133)
#9FC679
(159,198,121)
#90B36D
(144,179,109)
#81A061
(129,160,97)
#728D55
(114,141,85)
#637A49
(99,122,73)
#54673D
(84,103,61)
#455431
(69,84,49)
#364125
(54,65,37)
#272E19
(39,46,25)
#181B0D
(24,27,13)
#000000
(0,0,0)

Tints of #AED985

#AED985
(174,217,133)
#B5DC90
(181,220,144)
#BCDF9B
(188,223,155)
#C3E2A6
(195,226,166)
#CAE5B1
(202,229,177)
#D1E8BC
(209,232,188)
#D8EBC7
(216,235,199)
#DFEED2
(223,238,210)
#E6F1DD
(230,241,221)
#EDF4E8
(237,244,232)
#F4F7F3
(244,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AED985; }

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

This text font color is #AED985.

Background Color

.myBgColor { background-color: #AED985; }

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

This div background color is #AED985.

Border color

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

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

This div border color is #AED985.

Opacity

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

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

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

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

This text has shadow with #AED985 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AED985.

Preview

Color preview on black background

This text has color #AED985 on black background.


Color preview on white background

This text has color #AED985 on white background.


Black color preview on #AED985 background

This text has black color on #AED985 background.


White color preview on #AED985 background

This text has white color on #AED985 background.


Related colors

Complementary color

Complementary color for #hex is #51267A.


I love getcolorcode.com

Triadic colors

1 #85AED9 and #D985AE with #AED985 are triadic colors.

2 #85D9AE and #D9AE85 with #AED985 are triadic colors.