COLOR #AEC694

HEX: #AEC694
RGB: (174,198,148)

Color info

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

RGB color model

#AEC694 color RGB value is (174,198,148).

  • red value is 174;
  • green value is 198;
  • blue value is 148.
RGB:
(174,198,148)
(68%,78%,58%)

RGB channels and saturation

R 174 of 255 = 68%
G 198 of 255 = 78%
B 148 of 255 = 58%

174
198
148

R + G + B ~ 68%. #AEC694 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 198 + 148 = 520 (100%)
R 174 of 520 ~ 33.46%
G 198 of 520 ~ 38.08%
B 148 of 520 ~ 28.46%

%33.46
%38.08
%28.46

CMYK color model

#AEC694 color CMYK value is (12,0,25,22).

  • cyan value is 12.12%
  • magenta value is 0.00%
  • yellow value is 25.25%
  • key color value is 22.35%
CMYK:
(12,0,25,22)
C12M0Y25K22 
(12%,0%,25%,22%)
(0.12/0.00/0.25/0.22)	

CMYK percentages

%12.12
%0
%25.25
%22.35

Codes

Color #AEC694 in popluar color models

AEC694
RGB174198148
HSL89°30.49%67.84%
HSB/HSV89°25.25%77.65%
CMYK12.12%0.00%25.25%
22.35%

Color #AEC694 in popluar number systems.

HEXAEC694
Decimal174198148
Binary101011101100011010010100
Octal256306224

Shades and tints

Shades of #AEC694

#AEC694
(174,198,148)
#9FB487
(159,180,135)
#90A27A
(144,162,122)
#81906D
(129,144,109)
#727E60
(114,126,96)
#636C53
(99,108,83)
#545A46
(84,90,70)
#454839
(69,72,57)
#36362C
(54,54,44)
#27241F
(39,36,31)
#181212
(24,18,18)
#000000
(0,0,0)

Tints of #AEC694

#AEC694
(174,198,148)
#B5CB9D
(181,203,157)
#BCD0A6
(188,208,166)
#C3D5AF
(195,213,175)
#CADAB8
(202,218,184)
#D1DFC1
(209,223,193)
#D8E4CA
(216,228,202)
#DFE9D3
(223,233,211)
#E6EEDC
(230,238,220)
#EDF3E5
(237,243,229)
#F4F8EE
(244,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEC694 color. Also use rgb(174,198,148) instead hex code.

Text Font Color

.myTextColor { color: #AEC694; }

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

This text font color is #AEC694.


Background Color

.myBgColor { background-color: #AEC694; }

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

This div background color is #AEC694.


Border color

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

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

This div border color is #AEC694.


Opacity

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

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

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

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

This text has shadow with #AEC694 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEC694 on black background.


Color preview on white background

This text has color #AEC694 on white background.



Black color preview on #AEC694 background

This text has black color on #AEC694 background.


White color preview on #AEC694 background

This text has white color on #AEC694 background.