COLOR #AEC794

HEX: #AEC794 RGB: (174,199,148)

Color info

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

RGB color model

#AEC794 color RGB value is (174,199,148).

RGB: (174,199,148) (68%, 78%, 58%)

RGB channels and saturation

R 174 of 255 = 68%
G 199 of 255 = 78%
B 148 of 255 = 58%

174
199
148

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

Portions of RGB colors in percentages

R + G + B = 174 + 199 + 148 = 521 (100%)
R 174 of 521 ~ 33.4%
G 199 of 521 ~ 38.2%
B 148 of 521 ~ 28.41'%

%33.4
%38.2
%28.41

CMYK color model

#AEC794 color CMYK value is (13,0,26,22).

  • cyan value is 12.56%
  • magenta value is 0.00%
  • yellow value is 25.63%
  • key color value is 21.96%

CMYK: (13,0,26,22)
C13M0Y26K22 (13%, 0%, 26%, 22%)
(0.13 / 0.00 / 0.26 / 0.22)

CMYK percentages

%12.56
%0
%25.63
%21.96

Codes

Color #AEC794 in popluar color models

AE C7 94
RGB 174 199 148
HSL 89° 31.29% 68.04%
HSB/HSV 89° 25.63% 78.04%
CMYK 12.56% 0.00% 25.63%
21.96%

Color #AEC794 in popluar number systems.

HEX AE C7 94
Decimal 174 199 148
Binary 10101110 11000111 10010100
Octal 256 307 224

Shades and tints

Shades of #AEC794

#AEC794
(174,199,148)
#9FB587
(159,181,135)
#90A37A
(144,163,122)
#81916D
(129,145,109)
#727F60
(114,127,96)
#636D53
(99,109,83)
#545B46
(84,91,70)
#454939
(69,73,57)
#36372C
(54,55,44)
#27251F
(39,37,31)
#181312
(24,19,18)
#000000
(0,0,0)

Tints of #AEC794

#AEC794
(174,199,148)
#B5CC9D
(181,204,157)
#BCD1A6
(188,209,166)
#C3D6AF
(195,214,175)
#CADBB8
(202,219,184)
#D1E0C1
(209,224,193)
#D8E5CA
(216,229,202)
#DFEAD3
(223,234,211)
#E6EFDC
(230,239,220)
#EDF4E5
(237,244,229)
#F4F9EE
(244,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEC794; }

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

This text font color is #AEC794.

Background Color

.myBgColor { background-color: #AEC794; }

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

This div background color is #AEC794.

Border color

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

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

This div border color is #AEC794.

Opacity

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

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

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

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

This text has shadow with #AEC794 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEC794.

Preview

Color preview on black background

This text has color #AEC794 on black background.


Color preview on white background

This text has color #AEC794 on white background.


Black color preview on #AEC794 background

This text has black color on #AEC794 background.


White color preview on #AEC794 background

This text has white color on #AEC794 background.


Related colors

Complementary color

Complementary color for #hex is #51386B.


I love getcolorcode.com

Triadic colors

1 #94AEC7 and #C794AE with #AEC794 are triadic colors.

2 #94C7AE and #C7AE94 with #AEC794 are triadic colors.