COLOR #AEC98C

HEX: #AEC98C RGB: (174,201,140)

Color info

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

RGB color model

#AEC98C color RGB value is (174,201,140).

RGB: (174,201,140) (68%, 79%, 55%)

RGB channels and saturation

R 174 of 255 = 68%
G 201 of 255 = 79%
B 140 of 255 = 55%

174
201
140

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

Portions of RGB colors in percentages

R + G + B = 174 + 201 + 140 = 515 (100%)
R 174 of 515 ~ 33.79%
G 201 of 515 ~ 39.03%
B 140 of 515 ~ 27.18'%

%33.79
%39.03
%27.18

CMYK color model

#AEC98C color CMYK value is (13,0,30,21).

  • cyan value is 13.43%
  • magenta value is 0.00%
  • yellow value is 30.35%
  • key color value is 21.18%

CMYK: (13,0,30,21)
C13M0Y30K21 (13%, 0%, 30%, 21%)
(0.13 / 0.00 / 0.30 / 0.21)

CMYK percentages

%13.43
%0
%30.35
%21.18

Codes

Color #AEC98C in popluar color models

AE C9 8C
RGB 174 201 140
HSL 87° 36.09% 66.86%
HSB/HSV 87° 30.35% 78.82%
CMYK 13.43% 0.00% 30.35%
21.18%

Color #AEC98C in popluar number systems.

HEX AE C9 8C
Decimal 174 201 140
Binary 10101110 11001001 10001100
Octal 256 311 214

Shades and tints

Shades of #AEC98C

#AEC98C
(174,201,140)
#9FB780
(159,183,128)
#90A574
(144,165,116)
#819368
(129,147,104)
#72815C
(114,129,92)
#636F50
(99,111,80)
#545D44
(84,93,68)
#454B38
(69,75,56)
#36392C
(54,57,44)
#272720
(39,39,32)
#181514
(24,21,20)
#000000
(0,0,0)

Tints of #AEC98C

#AEC98C
(174,201,140)
#B5CD96
(181,205,150)
#BCD1A0
(188,209,160)
#C3D5AA
(195,213,170)
#CAD9B4
(202,217,180)
#D1DDBE
(209,221,190)
#D8E1C8
(216,225,200)
#DFE5D2
(223,229,210)
#E6E9DC
(230,233,220)
#EDEDE6
(237,237,230)
#F4F1F0
(244,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEC98C color. Also use rgb(174,201,140) instead hex code.

Text Font Color

.myTextColor { color: #AEC98C; }

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

This text font color is #AEC98C.

Background Color

.myBgColor { background-color: #AEC98C; }

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

This div background color is #AEC98C.

Border color

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

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

This div border color is #AEC98C.

Opacity

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

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

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

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

This text has shadow with #AEC98C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEC98C.

Preview

Color preview on black background

This text has color #AEC98C on black background.


Color preview on white background

This text has color #AEC98C on white background.


Black color preview on #AEC98C background

This text has black color on #AEC98C background.


White color preview on #AEC98C background

This text has white color on #AEC98C background.


Related colors

Complementary color

Complementary color for #hex is #513673.


I love getcolorcode.com

Triadic colors

1 #8CAEC9 and #C98CAE with #AEC98C are triadic colors.

2 #8CC9AE and #C9AE8C with #AEC98C are triadic colors.