COLOR #AEA6DE

HEX: #AEA6DE
RGB: (174,166,222)

Color info

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

RGB color model

#AEA6DE color RGB value is (174,166,222).

  • red value is 174;
  • green value is 166;
  • blue value is 222.
RGB:
(174,166,222)
(68%,65%,87%)

RGB channels and saturation

R 174 of 255 = 68%
G 166 of 255 = 65%
B 222 of 255 = 87%

174
166
222

R + G + B ~ 73%. #AEA6DE is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 166 + 222 = 562 (100%)
R 174 of 562 ~ 30.96%
G 166 of 562 ~ 29.54%
B 222 of 562 ~ 39.5%

%30.96
%29.54
%39.5

CMYK color model

#AEA6DE color CMYK value is (22,25,0,13).

  • cyan value is 21.62%
  • magenta value is 25.23%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(22,25,0,13)
C22M25Y0K13 
(22%,25%,0%,13%)
(0.22/0.25/0.00/0.13)	

CMYK percentages

%21.62
%25.23
%0
%12.94

Codes

Color #AEA6DE in popluar color models

AEA6DE
RGB174166222
HSL249°45.90%76.08%
HSB/HSV249°25.23%87.06%
CMYK21.62%25.23%0.00%
12.94%

Color #AEA6DE in popluar number systems.

HEXAEA6DE
Decimal174166222
Binary101011101010011011011110
Octal256246336

Shades and tints

Shades of #AEA6DE

#AEA6DE
(174,166,222)
#9F97CA
(159,151,202)
#9088B6
(144,136,182)
#8179A2
(129,121,162)
#726A8E
(114,106,142)
#635B7A
(99,91,122)
#544C66
(84,76,102)
#453D52
(69,61,82)
#362E3E
(54,46,62)
#271F2A
(39,31,42)
#181016
(24,16,22)
#000000
(0,0,0)

Tints of #AEA6DE

#AEA6DE
(174,166,222)
#B5AEE1
(181,174,225)
#BCB6E4
(188,182,228)
#C3BEE7
(195,190,231)
#CAC6EA
(202,198,234)
#D1CEED
(209,206,237)
#D8D6F0
(216,214,240)
#DFDEF3
(223,222,243)
#E6E6F6
(230,230,246)
#EDEEF9
(237,238,249)
#F4F6FC
(244,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEA6DE color. Also use rgb(174,166,222) instead hex code.

Text Font Color

.myTextColor { color: #AEA6DE; }

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

This text font color is #AEA6DE.


Background Color

.myBgColor { background-color: #AEA6DE; }

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

This div background color is #AEA6DE.


Border color

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

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

This div border color is #AEA6DE.


Opacity

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

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

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

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

This text has shadow with #AEA6DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEA6DE on black background.


Color preview on white background

This text has color #AEA6DE on white background.



Black color preview on #AEA6DE background

This text has black color on #AEA6DE background.


White color preview on #AEA6DE background

This text has white color on #AEA6DE background.