COLOR #AEAAE6

HEX: #AEAAE6
RGB: (174,170,230)

Color info

#AEAAE6 contains mainly red and blue colors. Web safe color of #AEAAE6 is #9999CC (or #99C).

RGB color model

#AEAAE6 color RGB value is (174,170,230).

  • red value is 174;
  • green value is 170;
  • blue value is 230.
RGB:
(174,170,230)
(68%,67%,90%)

RGB channels and saturation

R 174 of 255 = 68%
G 170 of 255 = 67%
B 230 of 255 = 90%

174
170
230

R + G + B ~ 75%. #AEAAE6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 170 + 230 = 574 (100%)
R 174 of 574 ~ 30.31%
G 170 of 574 ~ 29.62%
B 230 of 574 ~ 40.07%

%30.31
%29.62
%40.07

CMYK color model

#AEAAE6 color CMYK value is (24,26,0,10).

  • cyan value is 24.35%
  • magenta value is 26.09%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(24,26,0,10)
C24M26Y0K10 
(24%,26%,0%,10%)
(0.24/0.26/0.00/0.10)	

CMYK percentages

%24.35
%26.09
%0
%9.8

Codes

Color #AEAAE6 in popluar color models

AEAAE6
RGB174170230
HSL244°54.55%78.43%
HSB/HSV244°26.09%90.20%
CMYK24.35%26.09%0.00%
9.80%

Color #AEAAE6 in popluar number systems.

HEXAEAAE6
Decimal174170230
Binary101011101010101011100110
Octal256252346

Shades and tints

Shades of #AEAAE6

#AEAAE6
(174,170,230)
#9F9BD2
(159,155,210)
#908CBE
(144,140,190)
#817DAA
(129,125,170)
#726E96
(114,110,150)
#635F82
(99,95,130)
#54506E
(84,80,110)
#45415A
(69,65,90)
#363246
(54,50,70)
#272332
(39,35,50)
#18141E
(24,20,30)
#000000
(0,0,0)

Tints of #AEAAE6

#AEAAE6
(174,170,230)
#B5B1E8
(181,177,232)
#BCB8EA
(188,184,234)
#C3BFEC
(195,191,236)
#CAC6EE
(202,198,238)
#D1CDF0
(209,205,240)
#D8D4F2
(216,212,242)
#DFDBF4
(223,219,244)
#E6E2F6
(230,226,246)
#EDE9F8
(237,233,248)
#F4F0FA
(244,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEAAE6; }

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

This text font color is #AEAAE6.


Background Color

.myBgColor { background-color: #AEAAE6; }

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

This div background color is #AEAAE6.


Border color

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

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

This div border color is #AEAAE6.


Opacity

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

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

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

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

This text has shadow with #AEAAE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEAAE6 on black background.


Color preview on white background

This text has color #AEAAE6 on white background.



Black color preview on #AEAAE6 background

This text has black color on #AEAAE6 background.


White color preview on #AEAAE6 background

This text has white color on #AEAAE6 background.