COLOR #AEA1C9

HEX: #AEA1C9 RGB: (174,161,201)

Color info

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

RGB color model

#AEA1C9 color RGB value is (174,161,201).

RGB: (174,161,201) (68%, 63%, 79%)

RGB channels and saturation

R 174 of 255 = 68%
G 161 of 255 = 63%
B 201 of 255 = 79%

174
161
201

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

Portions of RGB colors in percentages

R + G + B = 174 + 161 + 201 = 536 (100%)
R 174 of 536 ~ 32.46%
G 161 of 536 ~ 30.04%
B 201 of 536 ~ 37.5'%

%32.46
%30.04
%37.5

CMYK color model

#AEA1C9 color CMYK value is (13,20,0,21).

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

CMYK: (13,20,0,21)
C13M20Y0K21 (13%, 20%, 0%, 21%)
(0.13 / 0.20 / 0.00 / 0.21)

CMYK percentages

%13.43
%19.9
%0
%21.18

Codes

Color #AEA1C9 in popluar color models

AE A1 C9
RGB 174 161 201
HSL 260° 27.03% 70.98%
HSB/HSV 260° 19.90% 78.82%
CMYK 13.43% 19.90% 0.00%
21.18%

Color #AEA1C9 in popluar number systems.

HEX AE A1 C9
Decimal 174 161 201
Binary 10101110 10100001 11001001
Octal 256 241 311

Shades and tints

Shades of #AEA1C9

#AEA1C9
(174,161,201)
#9F93B7
(159,147,183)
#9085A5
(144,133,165)
#817793
(129,119,147)
#726981
(114,105,129)
#635B6F
(99,91,111)
#544D5D
(84,77,93)
#453F4B
(69,63,75)
#363139
(54,49,57)
#272327
(39,35,39)
#181515
(24,21,21)
#000000
(0,0,0)

Tints of #AEA1C9

#AEA1C9
(174,161,201)
#B5A9CD
(181,169,205)
#BCB1D1
(188,177,209)
#C3B9D5
(195,185,213)
#CAC1D9
(202,193,217)
#D1C9DD
(209,201,221)
#D8D1E1
(216,209,225)
#DFD9E5
(223,217,229)
#E6E1E9
(230,225,233)
#EDE9ED
(237,233,237)
#F4F1F1
(244,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEA1C9; }

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

This text font color is #AEA1C9.

Background Color

.myBgColor { background-color: #AEA1C9; }

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

This div background color is #AEA1C9.

Border color

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

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

This div border color is #AEA1C9.

Opacity

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

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

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

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

This text has shadow with #AEA1C9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AEA1C9.

Preview

Color preview on black background

This text has color #AEA1C9 on black background.


Color preview on white background

This text has color #AEA1C9 on white background.


Black color preview on #AEA1C9 background

This text has black color on #AEA1C9 background.


White color preview on #AEA1C9 background

This text has white color on #AEA1C9 background.


Related colors

Complementary color

Complementary color for #hex is #515E36.


I love getcolorcode.com

Triadic colors

1 #C9AEA1 and #A1C9AE with #AEA1C9 are triadic colors.

2 #C9A1AE and #A1AEC9 with #AEA1C9 are triadic colors.