COLOR #AEA8E0

HEX: #AEA8E0
RGB: (174,168,224)

Color info

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

RGB color model

#AEA8E0 color RGB value is (174,168,224).

  • red value is 174;
  • green value is 168;
  • blue value is 224.
RGB:
(174,168,224)
(68%,66%,88%)

RGB channels and saturation

R 174 of 255 = 68%
G 168 of 255 = 66%
B 224 of 255 = 88%

174
168
224

R + G + B ~ 74%. #AEA8E0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 168 + 224 = 566 (100%)
R 174 of 566 ~ 30.74%
G 168 of 566 ~ 29.68%
B 224 of 566 ~ 39.58%

%30.74
%29.68
%39.58

CMYK color model

#AEA8E0 color CMYK value is (22,25,0,12).

  • cyan value is 22.32%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(22,25,0,12)
C22M25Y0K12 
(22%,25%,0%,12%)
(0.22/0.25/0.00/0.12)	

CMYK percentages

%22.32
%25
%0
%12.16

Codes

Color #AEA8E0 in popluar color models

AEA8E0
RGB174168224
HSL246°47.46%76.86%
HSB/HSV246°25.00%87.84%
CMYK22.32%25.00%0.00%
12.16%

Color #AEA8E0 in popluar number systems.

HEXAEA8E0
Decimal174168224
Binary101011101010100011100000
Octal256250340

Shades and tints

Shades of #AEA8E0

#AEA8E0
(174,168,224)
#9F99CC
(159,153,204)
#908AB8
(144,138,184)
#817BA4
(129,123,164)
#726C90
(114,108,144)
#635D7C
(99,93,124)
#544E68
(84,78,104)
#453F54
(69,63,84)
#363040
(54,48,64)
#27212C
(39,33,44)
#181218
(24,18,24)
#000000
(0,0,0)

Tints of #AEA8E0

#AEA8E0
(174,168,224)
#B5AFE2
(181,175,226)
#BCB6E4
(188,182,228)
#C3BDE6
(195,189,230)
#CAC4E8
(202,196,232)
#D1CBEA
(209,203,234)
#D8D2EC
(216,210,236)
#DFD9EE
(223,217,238)
#E6E0F0
(230,224,240)
#EDE7F2
(237,231,242)
#F4EEF4
(244,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEA8E0 color. Also use rgb(174,168,224) instead hex code.

Text Font Color

.myTextColor { color: #AEA8E0; }

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

This text font color is #AEA8E0.


Background Color

.myBgColor { background-color: #AEA8E0; }

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

This div background color is #AEA8E0.


Border color

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

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

This div border color is #AEA8E0.


Opacity

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

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

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

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

This text has shadow with #AEA8E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEA8E0 on black background.


Color preview on white background

This text has color #AEA8E0 on white background.



Black color preview on #AEA8E0 background

This text has black color on #AEA8E0 background.


White color preview on #AEA8E0 background

This text has white color on #AEA8E0 background.