COLOR #AEC385

HEX: #AEC385
RGB: (174,195,133)

Color info

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

RGB color model

#AEC385 color RGB value is (174,195,133).

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

RGB channels and saturation

R 174 of 255 = 68%
G 195 of 255 = 76%
B 133 of 255 = 52%

174
195
133

R + G + B ~ 65%. #AEC385 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 195 + 133 = 502 (100%)
R 174 of 502 ~ 34.66%
G 195 of 502 ~ 38.84%
B 133 of 502 ~ 26.49%

%34.66
%38.84
%26.49

CMYK color model

#AEC385 color CMYK value is (11,0,32,24).

  • cyan value is 10.77%
  • magenta value is 0.00%
  • yellow value is 31.79%
  • key color value is 23.53%
CMYK:
(11,0,32,24)
C11M0Y32K24 
(11%,0%,32%,24%)
(0.11/0.00/0.32/0.24)	

CMYK percentages

%10.77
%0
%31.79
%23.53

Codes

Color #AEC385 in popluar color models

AEC385
RGB174195133
HSL80°34.07%64.31%
HSB/HSV80°31.79%76.47%
CMYK10.77%0.00%31.79%
23.53%

Color #AEC385 in popluar number systems.

HEXAEC385
Decimal174195133
Binary101011101100001110000101
Octal256303205

Shades and tints

Shades of #AEC385

#AEC385
(174,195,133)
#9FB279
(159,178,121)
#90A16D
(144,161,109)
#819061
(129,144,97)
#727F55
(114,127,85)
#636E49
(99,110,73)
#545D3D
(84,93,61)
#454C31
(69,76,49)
#363B25
(54,59,37)
#272A19
(39,42,25)
#18190D
(24,25,13)
#000000
(0,0,0)

Tints of #AEC385

#AEC385
(174,195,133)
#B5C890
(181,200,144)
#BCCD9B
(188,205,155)
#C3D2A6
(195,210,166)
#CAD7B1
(202,215,177)
#D1DCBC
(209,220,188)
#D8E1C7
(216,225,199)
#DFE6D2
(223,230,210)
#E6EBDD
(230,235,221)
#EDF0E8
(237,240,232)
#F4F5F3
(244,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEC385; }

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

This text font color is #AEC385.


Background Color

.myBgColor { background-color: #AEC385; }

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

This div background color is #AEC385.


Border color

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

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

This div border color is #AEC385.


Opacity

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

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

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

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

This text has shadow with #AEC385 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEC385 on black background.


Color preview on white background

This text has color #AEC385 on white background.



Black color preview on #AEC385 background

This text has black color on #AEC385 background.


White color preview on #AEC385 background

This text has white color on #AEC385 background.