COLOR #AEAADE

HEX: #AEAADE
RGB: (174,170,222)

Color info

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

RGB color model

#AEAADE color RGB value is (174,170,222).

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

RGB channels and saturation

R 174 of 255 = 68%
G 170 of 255 = 67%
B 222 of 255 = 87%

174
170
222

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

Portions of RGB colors in percentages

R + G + B =
174 + 170 + 222 = 566 (100%)
R 174 of 566 ~ 30.74%
G 170 of 566 ~ 30.04%
B 222 of 566 ~ 39.22%

%30.74
%30.04
%39.22

CMYK color model

#AEAADE color CMYK value is (22,23,0,13).

  • cyan value is 21.62%
  • magenta value is 23.42%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(22,23,0,13)
C22M23Y0K13 
(22%,23%,0%,13%)
(0.22/0.23/0.00/0.13)	

CMYK percentages

%21.62
%23.42
%0
%12.94

Codes

Color #AEAADE in popluar color models

AEAADE
RGB174170222
HSL245°44.07%76.86%
HSB/HSV245°23.42%87.06%
CMYK21.62%23.42%0.00%
12.94%

Color #AEAADE in popluar number systems.

HEXAEAADE
Decimal174170222
Binary101011101010101011011110
Octal256252336

Shades and tints

Shades of #AEAADE

#AEAADE
(174,170,222)
#9F9BCA
(159,155,202)
#908CB6
(144,140,182)
#817DA2
(129,125,162)
#726E8E
(114,110,142)
#635F7A
(99,95,122)
#545066
(84,80,102)
#454152
(69,65,82)
#36323E
(54,50,62)
#27232A
(39,35,42)
#181416
(24,20,22)
#000000
(0,0,0)

Tints of #AEAADE

#AEAADE
(174,170,222)
#B5B1E1
(181,177,225)
#BCB8E4
(188,184,228)
#C3BFE7
(195,191,231)
#CAC6EA
(202,198,234)
#D1CDED
(209,205,237)
#D8D4F0
(216,212,240)
#DFDBF3
(223,219,243)
#E6E2F6
(230,226,246)
#EDE9F9
(237,233,249)
#F4F0FC
(244,240,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEAADE; }

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

This text font color is #AEAADE.


Background Color

.myBgColor { background-color: #AEAADE; }

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

This div background color is #AEAADE.


Border color

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

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

This div border color is #AEAADE.


Opacity

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

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

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

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

This text has shadow with #AEAADE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEAADE on black background.


Color preview on white background

This text has color #AEAADE on white background.



Black color preview on #AEAADE background

This text has black color on #AEAADE background.


White color preview on #AEAADE background

This text has white color on #AEAADE background.