COLOR #AEC194

HEX: #AEC194 RGB: (174,193,148)

Color info

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

RGB color model

#AEC194 color RGB value is (174,193,148).

RGB: (174,193,148) (68%, 76%, 58%)

RGB channels and saturation

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

174
193
148

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

Portions of RGB colors in percentages

R + G + B = 174 + 193 + 148 = 515 (100%)
R 174 of 515 ~ 33.79%
G 193 of 515 ~ 37.48%
B 148 of 515 ~ 28.74'%

%33.79
%37.48
%28.74

CMYK color model

#AEC194 color CMYK value is (10,0,23,24).

  • cyan value is 9.84%
  • magenta value is 0.00%
  • yellow value is 23.32%
  • key color value is 24.31%

CMYK: (10,0,23,24)
C10M0Y23K24 (10%, 0%, 23%, 24%)
(0.10 / 0.00 / 0.23 / 0.24)

CMYK percentages

%9.84
%0
%23.32
%24.31

Codes

Color #AEC194 in popluar color models

AE C1 94
RGB 174 193 148
HSL 85° 26.63% 66.86%
HSB/HSV 85° 23.32% 75.69%
CMYK 9.84% 0.00% 23.32%
24.31%

Color #AEC194 in popluar number systems.

HEX AE C1 94
Decimal 174 193 148
Binary 10101110 11000001 10010100
Octal 256 301 224

Shades and tints

Shades of #AEC194

#AEC194
(174,193,148)
#9FB087
(159,176,135)
#909F7A
(144,159,122)
#818E6D
(129,142,109)
#727D60
(114,125,96)
#636C53
(99,108,83)
#545B46
(84,91,70)
#454A39
(69,74,57)
#36392C
(54,57,44)
#27281F
(39,40,31)
#181712
(24,23,18)
#000000
(0,0,0)

Tints of #AEC194

#AEC194
(174,193,148)
#B5C69D
(181,198,157)
#BCCBA6
(188,203,166)
#C3D0AF
(195,208,175)
#CAD5B8
(202,213,184)
#D1DAC1
(209,218,193)
#D8DFCA
(216,223,202)
#DFE4D3
(223,228,211)
#E6E9DC
(230,233,220)
#EDEEE5
(237,238,229)
#F4F3EE
(244,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEC194; }

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

This text font color is #AEC194.

Background Color

.myBgColor { background-color: #AEC194; }

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

This div background color is #AEC194.

Border color

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

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

This div border color is #AEC194.

Opacity

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

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

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

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

This text has shadow with #AEC194 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEC194.

Preview

Color preview on black background

This text has color #AEC194 on black background.


Color preview on white background

This text has color #AEC194 on white background.


Black color preview on #AEC194 background

This text has black color on #AEC194 background.


White color preview on #AEC194 background

This text has white color on #AEC194 background.


Related colors

Complementary color

Complementary color for #hex is #513E6B.


I love getcolorcode.com

Triadic colors

1 #94AEC1 and #C194AE with #AEC194 are triadic colors.

2 #94C1AE and #C1AE94 with #AEC194 are triadic colors.