COLOR #AEC892

HEX: #AEC892 RGB: (174,200,146)

Color info

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

RGB color model

#AEC892 color RGB value is (174,200,146).

RGB: (174,200,146) (68%, 78%, 57%)

RGB channels and saturation

R 174 of 255 = 68%
G 200 of 255 = 78%
B 146 of 255 = 57%

174
200
146

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

Portions of RGB colors in percentages

R + G + B = 174 + 200 + 146 = 520 (100%)
R 174 of 520 ~ 33.46%
G 200 of 520 ~ 38.46%
B 146 of 520 ~ 28.08'%

%33.46
%38.46
%28.08

CMYK color model

#AEC892 color CMYK value is (13,0,27,22).

  • cyan value is 13.00%
  • magenta value is 0.00%
  • yellow value is 27.00%
  • key color value is 21.57%

CMYK: (13,0,27,22)
C13M0Y27K22 (13%, 0%, 27%, 22%)
(0.13 / 0.00 / 0.27 / 0.22)

CMYK percentages

%13
%0
%27
%21.57

Codes

Color #AEC892 in popluar color models

AE C8 92
RGB 174 200 146
HSL 89° 32.93% 67.84%
HSB/HSV 89° 27.00% 78.43%
CMYK 13.00% 0.00% 27.00%
21.57%

Color #AEC892 in popluar number systems.

HEX AE C8 92
Decimal 174 200 146
Binary 10101110 11001000 10010010
Octal 256 310 222

Shades and tints

Shades of #AEC892

#AEC892
(174,200,146)
#9FB685
(159,182,133)
#90A478
(144,164,120)
#81926B
(129,146,107)
#72805E
(114,128,94)
#636E51
(99,110,81)
#545C44
(84,92,68)
#454A37
(69,74,55)
#36382A
(54,56,42)
#27261D
(39,38,29)
#181410
(24,20,16)
#000000
(0,0,0)

Tints of #AEC892

#AEC892
(174,200,146)
#B5CD9B
(181,205,155)
#BCD2A4
(188,210,164)
#C3D7AD
(195,215,173)
#CADCB6
(202,220,182)
#D1E1BF
(209,225,191)
#D8E6C8
(216,230,200)
#DFEBD1
(223,235,209)
#E6F0DA
(230,240,218)
#EDF5E3
(237,245,227)
#F4FAEC
(244,250,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEC892; }

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

This text font color is #AEC892.

Background Color

.myBgColor { background-color: #AEC892; }

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

This div background color is #AEC892.

Border color

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

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

This div border color is #AEC892.

Opacity

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

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

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

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

This text has shadow with #AEC892 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEC892.

Preview

Color preview on black background

This text has color #AEC892 on black background.


Color preview on white background

This text has color #AEC892 on white background.


Black color preview on #AEC892 background

This text has black color on #AEC892 background.


White color preview on #AEC892 background

This text has white color on #AEC892 background.


Related colors

Complementary color

Complementary color for #hex is #51376D.


I love getcolorcode.com

Triadic colors

1 #92AEC8 and #C892AE with #AEC892 are triadic colors.

2 #92C8AE and #C8AE92 with #AEC892 are triadic colors.