COLOR #AEC08B

HEX: #AEC08B
RGB: (174,192,139)

Color info

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

RGB color model

#AEC08B color RGB value is (174,192,139).

  • red value is 174;
  • green value is 192;
  • blue value is 139.
RGB:
(174,192,139)
(68%,75%,55%)

RGB channels and saturation

R 174 of 255 = 68%
G 192 of 255 = 75%
B 139 of 255 = 55%

174
192
139

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

Portions of RGB colors in percentages

R + G + B =
174 + 192 + 139 = 505 (100%)
R 174 of 505 ~ 34.46%
G 192 of 505 ~ 38.02%
B 139 of 505 ~ 27.52%

%34.46
%38.02
%27.52

CMYK color model

#AEC08B color CMYK value is (9,0,28,25).

  • cyan value is 9.38%
  • magenta value is 0.00%
  • yellow value is 27.60%
  • key color value is 24.71%
CMYK:
(9,0,28,25)
C9M0Y28K25 
(9%,0%,28%,25%)
(0.09/0.00/0.28/0.25)	

CMYK percentages

%9.38
%0
%27.6
%24.71

Codes

Color #AEC08B in popluar color models

AEC08B
RGB174192139
HSL80°29.61%64.90%
HSB/HSV80°27.60%75.29%
CMYK9.38%0.00%27.60%
24.71%

Color #AEC08B in popluar number systems.

HEXAEC08B
Decimal174192139
Binary101011101100000010001011
Octal256300213

Shades and tints

Shades of #AEC08B

#AEC08B
(174,192,139)
#9FAF7F
(159,175,127)
#909E73
(144,158,115)
#818D67
(129,141,103)
#727C5B
(114,124,91)
#636B4F
(99,107,79)
#545A43
(84,90,67)
#454937
(69,73,55)
#36382B
(54,56,43)
#27271F
(39,39,31)
#181613
(24,22,19)
#000000
(0,0,0)

Tints of #AEC08B

#AEC08B
(174,192,139)
#B5C595
(181,197,149)
#BCCA9F
(188,202,159)
#C3CFA9
(195,207,169)
#CAD4B3
(202,212,179)
#D1D9BD
(209,217,189)
#D8DEC7
(216,222,199)
#DFE3D1
(223,227,209)
#E6E8DB
(230,232,219)
#EDEDE5
(237,237,229)
#F4F2EF
(244,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEC08B; }

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

This text font color is #AEC08B.


Background Color

.myBgColor { background-color: #AEC08B; }

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

This div background color is #AEC08B.


Border color

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

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

This div border color is #AEC08B.


Opacity

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

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

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

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

This text has shadow with #AEC08B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEC08B on black background.


Color preview on white background

This text has color #AEC08B on white background.



Black color preview on #AEC08B background

This text has black color on #AEC08B background.


White color preview on #AEC08B background

This text has white color on #AEC08B background.