COLOR #AEAAC9

HEX: #AEAAC9 RGB: (174,170,201)

Color info

#AEAAC9 contains red, green and blue colors in about the same proportion. Web safe color of #AEAAC9 is #9999CC (or #99C).

RGB color model

#AEAAC9 color RGB value is (174,170,201).

RGB: (174,170,201) (68%, 67%, 79%)

RGB channels and saturation

R 174 of 255 = 68%
G 170 of 255 = 67%
B 201 of 255 = 79%

174
170
201

R + G + B ~ 71%. #AEAAC9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 174 + 170 + 201 = 545 (100%)
R 174 of 545 ~ 31.93%
G 170 of 545 ~ 31.19%
B 201 of 545 ~ 36.88'%

%31.93
%31.19
%36.88

CMYK color model

#AEAAC9 color CMYK value is (13,15,0,21).

  • cyan value is 13.43%
  • magenta value is 15.42%
  • yellow value is 0.00%
  • key color value is 21.18%

CMYK: (13,15,0,21)
C13M15Y0K21 (13%, 15%, 0%, 21%)
(0.13 / 0.15 / 0.00 / 0.21)

CMYK percentages

%13.43
%15.42
%0
%21.18

Codes

Color #AEAAC9 in popluar color models

AE AA C9
RGB 174 170 201
HSL 248° 22.30% 72.75%
HSB/HSV 248° 15.42% 78.82%
CMYK 13.43% 15.42% 0.00%
21.18%

Color #AEAAC9 in popluar number systems.

HEX AE AA C9
Decimal 174 170 201
Binary 10101110 10101010 11001001
Octal 256 252 311

Shades and tints

Shades of #AEAAC9

#AEAAC9
(174,170,201)
#9F9BB7
(159,155,183)
#908CA5
(144,140,165)
#817D93
(129,125,147)
#726E81
(114,110,129)
#635F6F
(99,95,111)
#54505D
(84,80,93)
#45414B
(69,65,75)
#363239
(54,50,57)
#272327
(39,35,39)
#181415
(24,20,21)
#000000
(0,0,0)

Tints of #AEAAC9

#AEAAC9
(174,170,201)
#B5B1CD
(181,177,205)
#BCB8D1
(188,184,209)
#C3BFD5
(195,191,213)
#CAC6D9
(202,198,217)
#D1CDDD
(209,205,221)
#D8D4E1
(216,212,225)
#DFDBE5
(223,219,229)
#E6E2E9
(230,226,233)
#EDE9ED
(237,233,237)
#F4F0F1
(244,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEAAC9; }

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

This text font color is #AEAAC9.

Background Color

.myBgColor { background-color: #AEAAC9; }

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

This div background color is #AEAAC9.

Border color

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

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

This div border color is #AEAAC9.

Opacity

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

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

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

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

This text has shadow with #AEAAC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEAAC9.

Preview

Color preview on black background

This text has color #AEAAC9 on black background.


Color preview on white background

This text has color #AEAAC9 on white background.


Black color preview on #AEAAC9 background

This text has black color on #AEAAC9 background.


White color preview on #AEAAC9 background

This text has white color on #AEAAC9 background.


Related colors

Complementary color

Complementary color for #hex is #515536.


I love getcolorcode.com

Triadic colors

1 #C9AEAA and #AAC9AE with #AEAAC9 are triadic colors.

2 #C9AAAE and #AAAEC9 with #AEAAC9 are triadic colors.