COLOR #AECD85

HEX: #AECD85 RGB: (174,205,133)

Color info

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

RGB color model

#AECD85 color RGB value is (174,205,133).

RGB: (174,205,133) (68%, 80%, 52%)

RGB channels and saturation

R 174 of 255 = 68%
G 205 of 255 = 80%
B 133 of 255 = 52%

174
205
133

R + G + B ~ 67%. #AECD85 is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 205 + 133 = 512 (100%)
R 174 of 512 ~ 33.98%
G 205 of 512 ~ 40.04%
B 133 of 512 ~ 25.98'%

%33.98
%40.04
%25.98

CMYK color model

#AECD85 color CMYK value is (15,0,35,20).

  • cyan value is 15.12%
  • magenta value is 0.00%
  • yellow value is 35.12%
  • key color value is 19.61%

CMYK: (15,0,35,20)
C15M0Y35K20 (15%, 0%, 35%, 20%)
(0.15 / 0.00 / 0.35 / 0.20)

CMYK percentages

%15.12
%0
%35.12
%19.61

Codes

Color #AECD85 in popluar color models

AE CD 85
RGB 174 205 133
HSL 86° 41.86% 66.27%
HSB/HSV 86° 35.12% 80.39%
CMYK 15.12% 0.00% 35.12%
19.61%

Color #AECD85 in popluar number systems.

HEX AE CD 85
Decimal 174 205 133
Binary 10101110 11001101 10000101
Octal 256 315 205

Shades and tints

Shades of #AECD85

#AECD85
(174,205,133)
#9FBB79
(159,187,121)
#90A96D
(144,169,109)
#819761
(129,151,97)
#728555
(114,133,85)
#637349
(99,115,73)
#54613D
(84,97,61)
#454F31
(69,79,49)
#363D25
(54,61,37)
#272B19
(39,43,25)
#18190D
(24,25,13)
#000000
(0,0,0)

Tints of #AECD85

#AECD85
(174,205,133)
#B5D190
(181,209,144)
#BCD59B
(188,213,155)
#C3D9A6
(195,217,166)
#CADDB1
(202,221,177)
#D1E1BC
(209,225,188)
#D8E5C7
(216,229,199)
#DFE9D2
(223,233,210)
#E6EDDD
(230,237,221)
#EDF1E8
(237,241,232)
#F4F5F3
(244,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AECD85; }

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

This text font color is #AECD85.

Background Color

.myBgColor { background-color: #AECD85; }

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

This div background color is #AECD85.

Border color

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

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

This div border color is #AECD85.

Opacity

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

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

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

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

This text has shadow with #AECD85 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AECD85.

Preview

Color preview on black background

This text has color #AECD85 on black background.


Color preview on white background

This text has color #AECD85 on white background.


Black color preview on #AECD85 background

This text has black color on #AECD85 background.


White color preview on #AECD85 background

This text has white color on #AECD85 background.


Related colors

Complementary color

Complementary color for #hex is #51327A.


I love getcolorcode.com

Triadic colors

1 #85AECD and #CD85AE with #AECD85 are triadic colors.

2 #85CDAE and #CDAE85 with #AECD85 are triadic colors.