COLOR #AEC1AA

HEX: #AEC1AA RGB: (174,193,170)

Color info

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

RGB color model

#AEC1AA color RGB value is (174,193,170).

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

RGB channels and saturation

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

174
193
170

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

Portions of RGB colors in percentages

R + G + B = 174 + 193 + 170 = 537 (100%)
R 174 of 537 ~ 32.4%
G 193 of 537 ~ 35.94%
B 170 of 537 ~ 31.66'%

%32.4
%35.94
%31.66

CMYK color model

#AEC1AA color CMYK value is (10,0,12,24).

  • cyan value is 9.84%
  • magenta value is 0.00%
  • yellow value is 11.92%
  • key color value is 24.31%

CMYK: (10,0,12,24)
C10M0Y12K24 (10%, 0%, 12%, 24%)
(0.10 / 0.00 / 0.12 / 0.24)

CMYK percentages

%9.84
%0
%11.92
%24.31

Codes

Color #AEC1AA in popluar color models

AE C1 AA
RGB 174 193 170
HSL 110° 15.65% 71.18%
HSB/HSV 110° 11.92% 75.69%
CMYK 9.84% 0.00% 11.92%
24.31%

Color #AEC1AA in popluar number systems.

HEX AE C1 AA
Decimal 174 193 170
Binary 10101110 11000001 10101010
Octal 256 301 252

Shades and tints

Shades of #AEC1AA

#AEC1AA
(174,193,170)
#9FB09B
(159,176,155)
#909F8C
(144,159,140)
#818E7D
(129,142,125)
#727D6E
(114,125,110)
#636C5F
(99,108,95)
#545B50
(84,91,80)
#454A41
(69,74,65)
#363932
(54,57,50)
#272823
(39,40,35)
#181714
(24,23,20)
#000000
(0,0,0)

Tints of #AEC1AA

#AEC1AA
(174,193,170)
#B5C6B1
(181,198,177)
#BCCBB8
(188,203,184)
#C3D0BF
(195,208,191)
#CAD5C6
(202,213,198)
#D1DACD
(209,218,205)
#D8DFD4
(216,223,212)
#DFE4DB
(223,228,219)
#E6E9E2
(230,233,226)
#EDEEE9
(237,238,233)
#F4F3F0
(244,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEC1AA; }

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

This text font color is #AEC1AA.

Background Color

.myBgColor { background-color: #AEC1AA; }

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

This div background color is #AEC1AA.

Border color

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

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

This div border color is #AEC1AA.

Opacity

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

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

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

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

This text has shadow with #AEC1AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEC1AA.

Preview

Color preview on black background

This text has color #AEC1AA on black background.


Color preview on white background

This text has color #AEC1AA on white background.


Black color preview on #AEC1AA background

This text has black color on #AEC1AA background.


White color preview on #AEC1AA background

This text has white color on #AEC1AA background.


Related colors

Complementary color

Complementary color for #hex is #513E55.


I love getcolorcode.com

Triadic colors

1 #AAAEC1 and #C1AAAE with #AEC1AA are triadic colors.

2 #AAC1AE and #C1AEAA with #AEC1AA are triadic colors.