COLOR #AED686

HEX: #AED686 RGB: (174,214,134)

Color info

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

RGB color model

#AED686 color RGB value is (174,214,134).

RGB: (174,214,134) (68%, 84%, 53%)

RGB channels and saturation

R 174 of 255 = 68%
G 214 of 255 = 84%
B 134 of 255 = 53%

174
214
134

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

Portions of RGB colors in percentages

R + G + B = 174 + 214 + 134 = 522 (100%)
R 174 of 522 ~ 33.33%
G 214 of 522 ~ 41%
B 134 of 522 ~ 25.67'%

%33.33
%41
%25.67

CMYK color model

#AED686 color CMYK value is (19,0,37,16).

  • cyan value is 18.69%
  • magenta value is 0.00%
  • yellow value is 37.38%
  • key color value is 16.08%

CMYK: (19,0,37,16)
C19M0Y37K16 (19%, 0%, 37%, 16%)
(0.19 / 0.00 / 0.37 / 0.16)

CMYK percentages

%18.69
%0
%37.38
%16.08

Codes

Color #AED686 in popluar color models

AE D6 86
RGB 174 214 134
HSL 90° 49.38% 68.24%
HSB/HSV 90° 37.38% 83.92%
CMYK 18.69% 0.00% 37.38%
16.08%

Color #AED686 in popluar number systems.

HEX AE D6 86
Decimal 174 214 134
Binary 10101110 11010110 10000110
Octal 256 326 206

Shades and tints

Shades of #AED686

#AED686
(174,214,134)
#9FC37A
(159,195,122)
#90B06E
(144,176,110)
#819D62
(129,157,98)
#728A56
(114,138,86)
#63774A
(99,119,74)
#54643E
(84,100,62)
#455132
(69,81,50)
#363E26
(54,62,38)
#272B1A
(39,43,26)
#18180E
(24,24,14)
#000000
(0,0,0)

Tints of #AED686

#AED686
(174,214,134)
#B5D991
(181,217,145)
#BCDC9C
(188,220,156)
#C3DFA7
(195,223,167)
#CAE2B2
(202,226,178)
#D1E5BD
(209,229,189)
#D8E8C8
(216,232,200)
#DFEBD3
(223,235,211)
#E6EEDE
(230,238,222)
#EDF1E9
(237,241,233)
#F4F4F4
(244,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AED686; }

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

This text font color is #AED686.

Background Color

.myBgColor { background-color: #AED686; }

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

This div background color is #AED686.

Border color

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

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

This div border color is #AED686.

Opacity

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

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

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

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

This text has shadow with #AED686 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AED686.

Preview

Color preview on black background

This text has color #AED686 on black background.


Color preview on white background

This text has color #AED686 on white background.


Black color preview on #AED686 background

This text has black color on #AED686 background.


White color preview on #AED686 background

This text has white color on #AED686 background.


Related colors

Complementary color

Complementary color for #hex is #512979.


I love getcolorcode.com

Triadic colors

1 #86AED6 and #D686AE with #AED686 are triadic colors.

2 #86D6AE and #D6AE86 with #AED686 are triadic colors.