COLOR #AEA0C3

HEX: #AEA0C3
RGB: (174,160,195)

Color info

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

RGB color model

#AEA0C3 color RGB value is (174,160,195).

  • red value is 174;
  • green value is 160;
  • blue value is 195.
RGB:
(174,160,195)
(68%,63%,76%)

RGB channels and saturation

R 174 of 255 = 68%
G 160 of 255 = 63%
B 195 of 255 = 76%

174
160
195

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

Portions of RGB colors in percentages

R + G + B =
174 + 160 + 195 = 529 (100%)
R 174 of 529 ~ 32.89%
G 160 of 529 ~ 30.25%
B 195 of 529 ~ 36.86%

%32.89
%30.25
%36.86

CMYK color model

#AEA0C3 color CMYK value is (11,18,0,24).

  • cyan value is 10.77%
  • magenta value is 17.95%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(11,18,0,24)
C11M18Y0K24 
(11%,18%,0%,24%)
(0.11/0.18/0.00/0.24)	

CMYK percentages

%10.77
%17.95
%0
%23.53

Codes

Color #AEA0C3 in popluar color models

AEA0C3
RGB174160195
HSL264°22.58%69.61%
HSB/HSV264°17.95%76.47%
CMYK10.77%17.95%0.00%
23.53%

Color #AEA0C3 in popluar number systems.

HEXAEA0C3
Decimal174160195
Binary101011101010000011000011
Octal256240303

Shades and tints

Shades of #AEA0C3

#AEA0C3
(174,160,195)
#9F92B2
(159,146,178)
#9084A1
(144,132,161)
#817690
(129,118,144)
#72687F
(114,104,127)
#635A6E
(99,90,110)
#544C5D
(84,76,93)
#453E4C
(69,62,76)
#36303B
(54,48,59)
#27222A
(39,34,42)
#181419
(24,20,25)
#000000
(0,0,0)

Tints of #AEA0C3

#AEA0C3
(174,160,195)
#B5A8C8
(181,168,200)
#BCB0CD
(188,176,205)
#C3B8D2
(195,184,210)
#CAC0D7
(202,192,215)
#D1C8DC
(209,200,220)
#D8D0E1
(216,208,225)
#DFD8E6
(223,216,230)
#E6E0EB
(230,224,235)
#EDE8F0
(237,232,240)
#F4F0F5
(244,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEA0C3; }

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

This text font color is #AEA0C3.


Background Color

.myBgColor { background-color: #AEA0C3; }

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

This div background color is #AEA0C3.


Border color

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

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

This div border color is #AEA0C3.


Opacity

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

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

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

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

This text has shadow with #AEA0C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEA0C3 on black background.


Color preview on white background

This text has color #AEA0C3 on white background.



Black color preview on #AEA0C3 background

This text has black color on #AEA0C3 background.


White color preview on #AEA0C3 background

This text has white color on #AEA0C3 background.