COLOR #AEC88E

HEX: #AEC88E
RGB: (174,200,142)

Color info

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

RGB color model

#AEC88E color RGB value is (174,200,142).

  • red value is 174;
  • green value is 200;
  • blue value is 142.
RGB:
(174,200,142)
(68%,78%,56%)

RGB channels and saturation

R 174 of 255 = 68%
G 200 of 255 = 78%
B 142 of 255 = 56%

174
200
142

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

Portions of RGB colors in percentages

R + G + B =
174 + 200 + 142 = 516 (100%)
R 174 of 516 ~ 33.72%
G 200 of 516 ~ 38.76%
B 142 of 516 ~ 27.52%

%33.72
%38.76
%27.52

CMYK color model

#AEC88E color CMYK value is (13,0,29,22).

  • cyan value is 13.00%
  • magenta value is 0.00%
  • yellow value is 29.00%
  • key color value is 21.57%
CMYK:
(13,0,29,22)
C13M0Y29K22 
(13%,0%,29%,22%)
(0.13/0.00/0.29/0.22)	

CMYK percentages

%13
%0
%29
%21.57

Codes

Color #AEC88E in popluar color models

AEC88E
RGB174200142
HSL87°34.52%67.06%
HSB/HSV87°29.00%78.43%
CMYK13.00%0.00%29.00%
21.57%

Color #AEC88E in popluar number systems.

HEXAEC88E
Decimal174200142
Binary101011101100100010001110
Octal256310216

Shades and tints

Shades of #AEC88E

#AEC88E
(174,200,142)
#9FB682
(159,182,130)
#90A476
(144,164,118)
#81926A
(129,146,106)
#72805E
(114,128,94)
#636E52
(99,110,82)
#545C46
(84,92,70)
#454A3A
(69,74,58)
#36382E
(54,56,46)
#272622
(39,38,34)
#181416
(24,20,22)
#000000
(0,0,0)

Tints of #AEC88E

#AEC88E
(174,200,142)
#B5CD98
(181,205,152)
#BCD2A2
(188,210,162)
#C3D7AC
(195,215,172)
#CADCB6
(202,220,182)
#D1E1C0
(209,225,192)
#D8E6CA
(216,230,202)
#DFEBD4
(223,235,212)
#E6F0DE
(230,240,222)
#EDF5E8
(237,245,232)
#F4FAF2
(244,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEC88E; }

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

This text font color is #AEC88E.


Background Color

.myBgColor { background-color: #AEC88E; }

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

This div background color is #AEC88E.


Border color

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

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

This div border color is #AEC88E.


Opacity

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

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

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

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

This text has shadow with #AEC88E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEC88E on black background.


Color preview on white background

This text has color #AEC88E on white background.



Black color preview on #AEC88E background

This text has black color on #AEC88E background.


White color preview on #AEC88E background

This text has white color on #AEC88E background.