COLOR #AEC882

HEX: #AEC882 RGB: (174,200,130)

Color info

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

RGB color model

#AEC882 color RGB value is (174,200,130).

RGB: (174,200,130) (68%, 78%, 51%)

RGB channels and saturation

R 174 of 255 = 68%
G 200 of 255 = 78%
B 130 of 255 = 51%

174
200
130

R + G + B ~ 66%. #AEC882 is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 200 + 130 = 504 (100%)
R 174 of 504 ~ 34.52%
G 200 of 504 ~ 39.68%
B 130 of 504 ~ 25.79'%

%34.52
%39.68
%25.79

CMYK color model

#AEC882 color CMYK value is (13,0,35,22).

  • cyan value is 13.00%
  • magenta value is 0.00%
  • yellow value is 35.00%
  • key color value is 21.57%

CMYK: (13,0,35,22)
C13M0Y35K22 (13%, 0%, 35%, 22%)
(0.13 / 0.00 / 0.35 / 0.22)

CMYK percentages

%13
%0
%35
%21.57

Codes

Color #AEC882 in popluar color models

AE C8 82
RGB 174 200 130
HSL 82° 38.89% 64.71%
HSB/HSV 82° 35.00% 78.43%
CMYK 13.00% 0.00% 35.00%
21.57%

Color #AEC882 in popluar number systems.

HEX AE C8 82
Decimal 174 200 130
Binary 10101110 11001000 10000010
Octal 256 310 202

Shades and tints

Shades of #AEC882

#AEC882
(174,200,130)
#9FB677
(159,182,119)
#90A46C
(144,164,108)
#819261
(129,146,97)
#728056
(114,128,86)
#636E4B
(99,110,75)
#545C40
(84,92,64)
#454A35
(69,74,53)
#36382A
(54,56,42)
#27261F
(39,38,31)
#181414
(24,20,20)
#000000
(0,0,0)

Tints of #AEC882

#AEC882
(174,200,130)
#B5CD8D
(181,205,141)
#BCD298
(188,210,152)
#C3D7A3
(195,215,163)
#CADCAE
(202,220,174)
#D1E1B9
(209,225,185)
#D8E6C4
(216,230,196)
#DFEBCF
(223,235,207)
#E6F0DA
(230,240,218)
#EDF5E5
(237,245,229)
#F4FAF0
(244,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEC882 color. Also use rgb(174,200,130) instead hex code.

Text Font Color

.myTextColor { color: #AEC882; }

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

This text font color is #AEC882.

Background Color

.myBgColor { background-color: #AEC882; }

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

This div background color is #AEC882.

Border color

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

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

This div border color is #AEC882.

Opacity

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

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

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

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

This text has shadow with #AEC882 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEC882.

Preview

Color preview on black background

This text has color #AEC882 on black background.


Color preview on white background

This text has color #AEC882 on white background.


Black color preview on #AEC882 background

This text has black color on #AEC882 background.


White color preview on #AEC882 background

This text has white color on #AEC882 background.


Related colors

Complementary color

Complementary color for #hex is #51377D.


I love getcolorcode.com

Triadic colors

1 #82AEC8 and #C882AE with #AEC882 are triadic colors.

2 #82C8AE and #C8AE82 with #AEC882 are triadic colors.