COLOR #AEC190

HEX: #AEC190 RGB: (174,193,144)

Color info

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

RGB color model

#AEC190 color RGB value is (174,193,144).

RGB: (174,193,144) (68%, 76%, 56%)

RGB channels and saturation

R 174 of 255 = 68%
G 193 of 255 = 76%
B 144 of 255 = 56%

174
193
144

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

Portions of RGB colors in percentages

R + G + B = 174 + 193 + 144 = 511 (100%)
R 174 of 511 ~ 34.05%
G 193 of 511 ~ 37.77%
B 144 of 511 ~ 28.18'%

%34.05
%37.77
%28.18

CMYK color model

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

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

CMYK: (10,0,25,24)
C10M0Y25K24 (10%, 0%, 25%, 24%)
(0.10 / 0.00 / 0.25 / 0.24)

CMYK percentages

%9.84
%0
%25.39
%24.31

Codes

Color #AEC190 in popluar color models

AE C1 90
RGB 174 193 144
HSL 83° 28.32% 66.08%
HSB/HSV 83° 25.39% 75.69%
CMYK 9.84% 0.00% 25.39%
24.31%

Color #AEC190 in popluar number systems.

HEX AE C1 90
Decimal 174 193 144
Binary 10101110 11000001 10010000
Octal 256 301 220

Shades and tints

Shades of #AEC190

#AEC190
(174,193,144)
#9FB083
(159,176,131)
#909F76
(144,159,118)
#818E69
(129,142,105)
#727D5C
(114,125,92)
#636C4F
(99,108,79)
#545B42
(84,91,66)
#454A35
(69,74,53)
#363928
(54,57,40)
#27281B
(39,40,27)
#18170E
(24,23,14)
#000000
(0,0,0)

Tints of #AEC190

#AEC190
(174,193,144)
#B5C69A
(181,198,154)
#BCCBA4
(188,203,164)
#C3D0AE
(195,208,174)
#CAD5B8
(202,213,184)
#D1DAC2
(209,218,194)
#D8DFCC
(216,223,204)
#DFE4D6
(223,228,214)
#E6E9E0
(230,233,224)
#EDEEEA
(237,238,234)
#F4F3F4
(244,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEC190; }

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

This text font color is #AEC190.

Background Color

.myBgColor { background-color: #AEC190; }

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

This div background color is #AEC190.

Border color

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

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

This div border color is #AEC190.

Opacity

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

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

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

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

This text has shadow with #AEC190 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEC190.

Preview

Color preview on black background

This text has color #AEC190 on black background.


Color preview on white background

This text has color #AEC190 on white background.


Black color preview on #AEC190 background

This text has black color on #AEC190 background.


White color preview on #AEC190 background

This text has white color on #AEC190 background.


Related colors

Complementary color

Complementary color for #hex is #513E6F.


I love getcolorcode.com

Triadic colors

1 #90AEC1 and #C190AE with #AEC190 are triadic colors.

2 #90C1AE and #C1AE90 with #AEC190 are triadic colors.