COLOR #AEC387

HEX: #AEC387
RGB: (174,195,135)

Color info

#AEC387 contains mainly red and green colors. Web safe color of #AEC387 is #99CC99 (or #9C9).

RGB color model

#AEC387 color RGB value is (174,195,135).

  • red value is 174;
  • green value is 195;
  • blue value is 135.
RGB:
(174,195,135)
(68%,76%,53%)

RGB channels and saturation

R 174 of 255 = 68%
G 195 of 255 = 76%
B 135 of 255 = 53%

174
195
135

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

Portions of RGB colors in percentages

R + G + B =
174 + 195 + 135 = 504 (100%)
R 174 of 504 ~ 34.52%
G 195 of 504 ~ 38.69%
B 135 of 504 ~ 26.79%

%34.52
%38.69
%26.79

CMYK color model

#AEC387 color CMYK value is (11,0,31,24).

  • cyan value is 10.77%
  • magenta value is 0.00%
  • yellow value is 30.77%
  • key color value is 23.53%
CMYK:
(11,0,31,24)
C11M0Y31K24 
(11%,0%,31%,24%)
(0.11/0.00/0.31/0.24)	

CMYK percentages

%10.77
%0
%30.77
%23.53

Codes

Color #AEC387 in popluar color models

AEC387
RGB174195135
HSL81°33.33%64.71%
HSB/HSV81°30.77%76.47%
CMYK10.77%0.00%30.77%
23.53%

Color #AEC387 in popluar number systems.

HEXAEC387
Decimal174195135
Binary101011101100001110000111
Octal256303207

Shades and tints

Shades of #AEC387

#AEC387
(174,195,135)
#9FB27B
(159,178,123)
#90A16F
(144,161,111)
#819063
(129,144,99)
#727F57
(114,127,87)
#636E4B
(99,110,75)
#545D3F
(84,93,63)
#454C33
(69,76,51)
#363B27
(54,59,39)
#272A1B
(39,42,27)
#18190F
(24,25,15)
#000000
(0,0,0)

Tints of #AEC387

#AEC387
(174,195,135)
#B5C891
(181,200,145)
#BCCD9B
(188,205,155)
#C3D2A5
(195,210,165)
#CAD7AF
(202,215,175)
#D1DCB9
(209,220,185)
#D8E1C3
(216,225,195)
#DFE6CD
(223,230,205)
#E6EBD7
(230,235,215)
#EDF0E1
(237,240,225)
#F4F5EB
(244,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEC387 color. Also use rgb(174,195,135) instead hex code.

Text Font Color

.myTextColor { color: #AEC387; }

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

This text font color is #AEC387.


Background Color

.myBgColor { background-color: #AEC387; }

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

This div background color is #AEC387.


Border color

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

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

This div border color is #AEC387.


Opacity

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

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

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

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

This text has shadow with #AEC387 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEC387 on black background.


Color preview on white background

This text has color #AEC387 on white background.



Black color preview on #AEC387 background

This text has black color on #AEC387 background.


White color preview on #AEC387 background

This text has white color on #AEC387 background.