COLOR #AEC3AA

HEX: #AEC3AA RGB: (174,195,170)

Color info

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

RGB color model

#AEC3AA color RGB value is (174,195,170).

RGB: (174,195,170) (68%, 76%, 67%)

RGB channels and saturation

R 174 of 255 = 68%
G 195 of 255 = 76%
B 170 of 255 = 67%

174
195
170

R + G + B ~ 70%. #AEC3AA is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 195 + 170 = 539 (100%)
R 174 of 539 ~ 32.28%
G 195 of 539 ~ 36.18%
B 170 of 539 ~ 31.54'%

%32.28
%36.18
%31.54

CMYK color model

#AEC3AA color CMYK value is (11,0,13,24).

  • cyan value is 10.77%
  • magenta value is 0.00%
  • yellow value is 12.82%
  • key color value is 23.53%

CMYK: (11,0,13,24)
C11M0Y13K24 (11%, 0%, 13%, 24%)
(0.11 / 0.00 / 0.13 / 0.24)

CMYK percentages

%10.77
%0
%12.82
%23.53

Codes

Color #AEC3AA in popluar color models

AE C3 AA
RGB 174 195 170
HSL 110° 17.24% 71.57%
HSB/HSV 110° 12.82% 76.47%
CMYK 10.77% 0.00% 12.82%
23.53%

Color #AEC3AA in popluar number systems.

HEX AE C3 AA
Decimal 174 195 170
Binary 10101110 11000011 10101010
Octal 256 303 252

Shades and tints

Shades of #AEC3AA

#AEC3AA
(174,195,170)
#9FB29B
(159,178,155)
#90A18C
(144,161,140)
#81907D
(129,144,125)
#727F6E
(114,127,110)
#636E5F
(99,110,95)
#545D50
(84,93,80)
#454C41
(69,76,65)
#363B32
(54,59,50)
#272A23
(39,42,35)
#181914
(24,25,20)
#000000
(0,0,0)

Tints of #AEC3AA

#AEC3AA
(174,195,170)
#B5C8B1
(181,200,177)
#BCCDB8
(188,205,184)
#C3D2BF
(195,210,191)
#CAD7C6
(202,215,198)
#D1DCCD
(209,220,205)
#D8E1D4
(216,225,212)
#DFE6DB
(223,230,219)
#E6EBE2
(230,235,226)
#EDF0E9
(237,240,233)
#F4F5F0
(244,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEC3AA; }

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

This text font color is #AEC3AA.

Background Color

.myBgColor { background-color: #AEC3AA; }

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

This div background color is #AEC3AA.

Border color

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

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

This div border color is #AEC3AA.

Opacity

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

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

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

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

This text has shadow with #AEC3AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEC3AA.

Preview

Color preview on black background

This text has color #AEC3AA on black background.


Color preview on white background

This text has color #AEC3AA on white background.


Black color preview on #AEC3AA background

This text has black color on #AEC3AA background.


White color preview on #AEC3AA background

This text has white color on #AEC3AA background.


Related colors

Complementary color

Complementary color for #hex is #513C55.


I love getcolorcode.com

Triadic colors

1 #AAAEC3 and #C3AAAE with #AEC3AA are triadic colors.

2 #AAC3AE and #C3AEAA with #AEC3AA are triadic colors.