COLOR #AEC394

HEX: #AEC394
RGB: (174,195,148)

Color info

#AEC394 contains red, green and blue colors in about the same proportion. Web safe color of #AEC394 is #99CC99 (or #9C9).

RGB color model

#AEC394 color RGB value is (174,195,148).

  • red value is 174;
  • green value is 195;
  • blue value is 148.
RGB:
(174,195,148)
(68%,76%,58%)

RGB channels and saturation

R 174 of 255 = 68%
G 195 of 255 = 76%
B 148 of 255 = 58%

174
195
148

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

Portions of RGB colors in percentages

R + G + B =
174 + 195 + 148 = 517 (100%)
R 174 of 517 ~ 33.66%
G 195 of 517 ~ 37.72%
B 148 of 517 ~ 28.63%

%33.66
%37.72
%28.63

CMYK color model

#AEC394 color CMYK value is (11,0,24,24).

  • cyan value is 10.77%
  • magenta value is 0.00%
  • yellow value is 24.10%
  • key color value is 23.53%
CMYK:
(11,0,24,24)
C11M0Y24K24 
(11%,0%,24%,24%)
(0.11/0.00/0.24/0.24)	

CMYK percentages

%10.77
%0
%24.1
%23.53

Codes

Color #AEC394 in popluar color models

AEC394
RGB174195148
HSL87°28.14%67.25%
HSB/HSV87°24.10%76.47%
CMYK10.77%0.00%24.10%
23.53%

Color #AEC394 in popluar number systems.

HEXAEC394
Decimal174195148
Binary101011101100001110010100
Octal256303224

Shades and tints

Shades of #AEC394

#AEC394
(174,195,148)
#9FB287
(159,178,135)
#90A17A
(144,161,122)
#81906D
(129,144,109)
#727F60
(114,127,96)
#636E53
(99,110,83)
#545D46
(84,93,70)
#454C39
(69,76,57)
#363B2C
(54,59,44)
#272A1F
(39,42,31)
#181912
(24,25,18)
#000000
(0,0,0)

Tints of #AEC394

#AEC394
(174,195,148)
#B5C89D
(181,200,157)
#BCCDA6
(188,205,166)
#C3D2AF
(195,210,175)
#CAD7B8
(202,215,184)
#D1DCC1
(209,220,193)
#D8E1CA
(216,225,202)
#DFE6D3
(223,230,211)
#E6EBDC
(230,235,220)
#EDF0E5
(237,240,229)
#F4F5EE
(244,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEC394 color. Also use rgb(174,195,148) instead hex code.

Text Font Color

.myTextColor { color: #AEC394; }

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

This text font color is #AEC394.


Background Color

.myBgColor { background-color: #AEC394; }

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

This div background color is #AEC394.


Border color

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

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

This div border color is #AEC394.


Opacity

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

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

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

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

This text has shadow with #AEC394 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEC394 on black background.


Color preview on white background

This text has color #AEC394 on white background.



Black color preview on #AEC394 background

This text has black color on #AEC394 background.


White color preview on #AEC394 background

This text has white color on #AEC394 background.