COLOR #AEC292

HEX: #AEC292 RGB: (174,194,146)

Color info

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

RGB color model

#AEC292 color RGB value is (174,194,146).

RGB: (174,194,146) (68%, 76%, 57%)

RGB channels and saturation

R 174 of 255 = 68%
G 194 of 255 = 76%
B 146 of 255 = 57%

174
194
146

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

Portions of RGB colors in percentages

R + G + B = 174 + 194 + 146 = 514 (100%)
R 174 of 514 ~ 33.85%
G 194 of 514 ~ 37.74%
B 146 of 514 ~ 28.4'%

%33.85
%37.74
%28.4

CMYK color model

#AEC292 color CMYK value is (10,0,25,24).

  • cyan value is 10.31%
  • magenta value is 0.00%
  • yellow value is 24.74%
  • key color value is 23.92%
CMYK: (10,0,25,24) C10M0Y25K24 (10%,0%,25%,24%) (0.10/0.00/0.25/0.24) 

CMYK percentages

%10.31
%0
%24.74
%23.92

Codes

Color #AEC292 in popluar color models

AE C2 92
RGB 174 194 146
HSL 85° 28.24% 66.67%
HSB/HSV 85° 24.74% 76.08%
CMYK 10.31% 0.00% 24.74%
23.92%

Color #AEC292 in popluar number systems.

HEX AE C2 92
Decimal 174 194 146
Binary 10101110 11000010 10010010
Octal 256 302 222

Shades and tints

Shades of #AEC292

#AEC292
(174,194,146)
#9FB185
(159,177,133)
#90A078
(144,160,120)
#818F6B
(129,143,107)
#727E5E
(114,126,94)
#636D51
(99,109,81)
#545C44
(84,92,68)
#454B37
(69,75,55)
#363A2A
(54,58,42)
#27291D
(39,41,29)
#181810
(24,24,16)
#000000
(0,0,0)

Tints of #AEC292

#AEC292
(174,194,146)
#B5C79B
(181,199,155)
#BCCCA4
(188,204,164)
#C3D1AD
(195,209,173)
#CAD6B6
(202,214,182)
#D1DBBF
(209,219,191)
#D8E0C8
(216,224,200)
#DFE5D1
(223,229,209)
#E6EADA
(230,234,218)
#EDEFE3
(237,239,227)
#F4F4EC
(244,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEC292 color. Also use rgb(174,194,146) instead hex code.

Text Font Color

.myTextColor { color: #AEC292; }

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

This text font color is #AEC292.

Background Color

.myBgColor { background-color: #AEC292; }

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

This div background color is #AEC292.

Border color

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

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

This div border color is #AEC292.

Opacity

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

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

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

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

This text has shadow with #AEC292 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEC292.

Preview

Color preview on black background

This text has color #AEC292 on black background.


Color preview on white background

This text has color #AEC292 on white background.


Black color preview on #AEC292 background

This text has black color on #AEC292 background.


White color preview on #AEC292 background

This text has white color on #AEC292 background.


Related colors

Complementary color

Complementary color for #hex is #513D6D.


I love getcolorcode.com

Triadic colors

1 #92AEC2 and #C292AE with #AEC292 are triadic colors.

2 #92C2AE and #C2AE92 with #AEC292 are triadic colors.