COLOR #AEC18B

HEX: #AEC18B RGB: (174,193,139)

Color info

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

RGB color model

#AEC18B color RGB value is (174,193,139).

RGB: (174,193,139) (68%, 76%, 55%)

RGB channels and saturation

R 174 of 255 = 68%
G 193 of 255 = 76%
B 139 of 255 = 55%

174
193
139

R + G + B ~ 66%. #AEC18B is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 193 + 139 = 506 (100%)
R 174 of 506 ~ 34.39%
G 193 of 506 ~ 38.14%
B 139 of 506 ~ 27.47'%

%34.39
%38.14
%27.47

CMYK color model

#AEC18B color CMYK value is (10,0,28,24).

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

CMYK: (10,0,28,24)
C10M0Y28K24 (10%, 0%, 28%, 24%)
(0.10 / 0.00 / 0.28 / 0.24)

CMYK percentages

%9.84
%0
%27.98
%24.31

Codes

Color #AEC18B in popluar color models

AE C1 8B
RGB 174 193 139
HSL 81° 30.34% 65.10%
HSB/HSV 81° 27.98% 75.69%
CMYK 9.84% 0.00% 27.98%
24.31%

Color #AEC18B in popluar number systems.

HEX AE C1 8B
Decimal 174 193 139
Binary 10101110 11000001 10001011
Octal 256 301 213

Shades and tints

Shades of #AEC18B

#AEC18B
(174,193,139)
#9FB07F
(159,176,127)
#909F73
(144,159,115)
#818E67
(129,142,103)
#727D5B
(114,125,91)
#636C4F
(99,108,79)
#545B43
(84,91,67)
#454A37
(69,74,55)
#36392B
(54,57,43)
#27281F
(39,40,31)
#181713
(24,23,19)
#000000
(0,0,0)

Tints of #AEC18B

#AEC18B
(174,193,139)
#B5C695
(181,198,149)
#BCCB9F
(188,203,159)
#C3D0A9
(195,208,169)
#CAD5B3
(202,213,179)
#D1DABD
(209,218,189)
#D8DFC7
(216,223,199)
#DFE4D1
(223,228,209)
#E6E9DB
(230,233,219)
#EDEEE5
(237,238,229)
#F4F3EF
(244,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEC18B; }

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

This text font color is #AEC18B.

Background Color

.myBgColor { background-color: #AEC18B; }

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

This div background color is #AEC18B.

Border color

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

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

This div border color is #AEC18B.

Opacity

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

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

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

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

This text has shadow with #AEC18B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEC18B.

Preview

Color preview on black background

This text has color #AEC18B on black background.


Color preview on white background

This text has color #AEC18B on white background.


Black color preview on #AEC18B background

This text has black color on #AEC18B background.


White color preview on #AEC18B background

This text has white color on #AEC18B background.


Related colors

Complementary color

Complementary color for #hex is #513E74.


I love getcolorcode.com

Triadic colors

1 #8BAEC1 and #C18BAE with #AEC18B are triadic colors.

2 #8BC1AE and #C1AE8B with #AEC18B are triadic colors.