COLOR #AEC08E

HEX: #AEC08E RGB: (174,192,142)

Color info

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

RGB color model

#AEC08E color RGB value is (174,192,142).

RGB: (174,192,142) (68%, 75%, 56%)

RGB channels and saturation

R 174 of 255 = 68%
G 192 of 255 = 75%
B 142 of 255 = 56%

174
192
142

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

Portions of RGB colors in percentages

R + G + B = 174 + 192 + 142 = 508 (100%)
R 174 of 508 ~ 34.25%
G 192 of 508 ~ 37.8%
B 142 of 508 ~ 27.95'%

%34.25
%37.8
%27.95

CMYK color model

#AEC08E color CMYK value is (9,0,26,25).

  • cyan value is 9.38%
  • magenta value is 0.00%
  • yellow value is 26.04%
  • key color value is 24.71%

CMYK: (9,0,26,25)
C9M0Y26K25 (9%, 0%, 26%, 25%)
(0.09 / 0.00 / 0.26 / 0.25)

CMYK percentages

%9.38
%0
%26.04
%24.71

Codes

Color #AEC08E in popluar color models

AE C0 8E
RGB 174 192 142
HSL 82° 28.41% 65.49%
HSB/HSV 82° 26.04% 75.29%
CMYK 9.38% 0.00% 26.04%
24.71%

Color #AEC08E in popluar number systems.

HEX AE C0 8E
Decimal 174 192 142
Binary 10101110 11000000 10001110
Octal 256 300 216

Shades and tints

Shades of #AEC08E

#AEC08E
(174,192,142)
#9FAF82
(159,175,130)
#909E76
(144,158,118)
#818D6A
(129,141,106)
#727C5E
(114,124,94)
#636B52
(99,107,82)
#545A46
(84,90,70)
#45493A
(69,73,58)
#36382E
(54,56,46)
#272722
(39,39,34)
#181616
(24,22,22)
#000000
(0,0,0)

Tints of #AEC08E

#AEC08E
(174,192,142)
#B5C598
(181,197,152)
#BCCAA2
(188,202,162)
#C3CFAC
(195,207,172)
#CAD4B6
(202,212,182)
#D1D9C0
(209,217,192)
#D8DECA
(216,222,202)
#DFE3D4
(223,227,212)
#E6E8DE
(230,232,222)
#EDEDE8
(237,237,232)
#F4F2F2
(244,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEC08E color. Also use rgb(174,192,142) instead hex code.

Text Font Color

.myTextColor { color: #AEC08E; }

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

This text font color is #AEC08E.

Background Color

.myBgColor { background-color: #AEC08E; }

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

This div background color is #AEC08E.

Border color

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

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

This div border color is #AEC08E.

Opacity

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

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

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

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

This text has shadow with #AEC08E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEC08E.

Preview

Color preview on black background

This text has color #AEC08E on black background.


Color preview on white background

This text has color #AEC08E on white background.


Black color preview on #AEC08E background

This text has black color on #AEC08E background.


White color preview on #AEC08E background

This text has white color on #AEC08E background.


Related colors

Complementary color

Complementary color for #hex is #513F71.


I love getcolorcode.com

Triadic colors

1 #8EAEC0 and #C08EAE with #AEC08E are triadic colors.

2 #8EC0AE and #C0AE8E with #AEC08E are triadic colors.