COLOR #AEA2C4

HEX: #AEA2C4
RGB: (174,162,196)

Color info

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

RGB color model

#AEA2C4 color RGB value is (174,162,196).

  • red value is 174;
  • green value is 162;
  • blue value is 196.
RGB:
(174,162,196)
(68%,64%,77%)

RGB channels and saturation

R 174 of 255 = 68%
G 162 of 255 = 64%
B 196 of 255 = 77%

174
162
196

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

Portions of RGB colors in percentages

R + G + B =
174 + 162 + 196 = 532 (100%)
R 174 of 532 ~ 32.71%
G 162 of 532 ~ 30.45%
B 196 of 532 ~ 36.84%

%32.71
%30.45
%36.84

CMYK color model

#AEA2C4 color CMYK value is (11,17,0,23).

  • cyan value is 11.22%
  • magenta value is 17.35%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(11,17,0,23)
C11M17Y0K23 
(11%,17%,0%,23%)
(0.11/0.17/0.00/0.23)	

CMYK percentages

%11.22
%17.35
%0
%23.14

Codes

Color #AEA2C4 in popluar color models

AEA2C4
RGB174162196
HSL261°22.37%70.20%
HSB/HSV261°17.35%76.86%
CMYK11.22%17.35%0.00%
23.14%

Color #AEA2C4 in popluar number systems.

HEXAEA2C4
Decimal174162196
Binary101011101010001011000100
Octal256242304

Shades and tints

Shades of #AEA2C4

#AEA2C4
(174,162,196)
#9F94B3
(159,148,179)
#9086A2
(144,134,162)
#817891
(129,120,145)
#726A80
(114,106,128)
#635C6F
(99,92,111)
#544E5E
(84,78,94)
#45404D
(69,64,77)
#36323C
(54,50,60)
#27242B
(39,36,43)
#18161A
(24,22,26)
#000000
(0,0,0)

Tints of #AEA2C4

#AEA2C4
(174,162,196)
#B5AAC9
(181,170,201)
#BCB2CE
(188,178,206)
#C3BAD3
(195,186,211)
#CAC2D8
(202,194,216)
#D1CADD
(209,202,221)
#D8D2E2
(216,210,226)
#DFDAE7
(223,218,231)
#E6E2EC
(230,226,236)
#EDEAF1
(237,234,241)
#F4F2F6
(244,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEA2C4 color. Also use rgb(174,162,196) instead hex code.

Text Font Color

.myTextColor { color: #AEA2C4; }

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

This text font color is #AEA2C4.


Background Color

.myBgColor { background-color: #AEA2C4; }

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

This div background color is #AEA2C4.


Border color

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

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

This div border color is #AEA2C4.


Opacity

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

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

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

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

This text has shadow with #AEA2C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEA2C4 on black background.


Color preview on white background

This text has color #AEA2C4 on white background.



Black color preview on #AEA2C4 background

This text has black color on #AEA2C4 background.


White color preview on #AEA2C4 background

This text has white color on #AEA2C4 background.