COLOR #AEC69F

HEX: #AEC69F RGB: (174,198,159)

Color info

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

RGB color model

#AEC69F color RGB value is (174,198,159).

RGB: (174,198,159) (68%, 78%, 62%)

RGB channels and saturation

R 174 of 255 = 68%
G 198 of 255 = 78%
B 159 of 255 = 62%

174
198
159

R + G + B ~ 69%. #AEC69F is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 198 + 159 = 531 (100%)
R 174 of 531 ~ 32.77%
G 198 of 531 ~ 37.29%
B 159 of 531 ~ 29.94'%

%32.77
%37.29
%29.94

CMYK color model

#AEC69F color CMYK value is (12,0,20,22).

  • cyan value is 12.12%
  • magenta value is 0.00%
  • yellow value is 19.70%
  • key color value is 22.35%

CMYK: (12,0,20,22)
C12M0Y20K22 (12%, 0%, 20%, 22%)
(0.12 / 0.00 / 0.20 / 0.22)

CMYK percentages

%12.12
%0
%19.7
%22.35

Codes

Color #AEC69F in popluar color models

AE C6 9F
RGB 174 198 159
HSL 97° 25.49% 70.00%
HSB/HSV 97° 19.70% 77.65%
CMYK 12.12% 0.00% 19.70%
22.35%

Color #AEC69F in popluar number systems.

HEX AE C6 9F
Decimal 174 198 159
Binary 10101110 11000110 10011111
Octal 256 306 237

Shades and tints

Shades of #AEC69F

#AEC69F
(174,198,159)
#9FB491
(159,180,145)
#90A283
(144,162,131)
#819075
(129,144,117)
#727E67
(114,126,103)
#636C59
(99,108,89)
#545A4B
(84,90,75)
#45483D
(69,72,61)
#36362F
(54,54,47)
#272421
(39,36,33)
#181213
(24,18,19)
#000000
(0,0,0)

Tints of #AEC69F

#AEC69F
(174,198,159)
#B5CBA7
(181,203,167)
#BCD0AF
(188,208,175)
#C3D5B7
(195,213,183)
#CADABF
(202,218,191)
#D1DFC7
(209,223,199)
#D8E4CF
(216,228,207)
#DFE9D7
(223,233,215)
#E6EEDF
(230,238,223)
#EDF3E7
(237,243,231)
#F4F8EF
(244,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEC69F; }

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

This text font color is #AEC69F.

Background Color

.myBgColor { background-color: #AEC69F; }

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

This div background color is #AEC69F.

Border color

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

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

This div border color is #AEC69F.

Opacity

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

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

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

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

This text has shadow with #AEC69F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEC69F.

Preview

Color preview on black background

This text has color #AEC69F on black background.


Color preview on white background

This text has color #AEC69F on white background.


Black color preview on #AEC69F background

This text has black color on #AEC69F background.


White color preview on #AEC69F background

This text has white color on #AEC69F background.


Related colors

Complementary color

Complementary color for #hex is #513960.


I love getcolorcode.com

Triadic colors

1 #9FAEC6 and #C69FAE with #AEC69F are triadic colors.

2 #9FC6AE and #C6AE9F with #AEC69F are triadic colors.