COLOR #AEADE7

HEX: #AEADE7
RGB: (174,173,231)

Color info

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

RGB color model

#AEADE7 color RGB value is (174,173,231).

  • red value is 174;
  • green value is 173;
  • blue value is 231.
RGB:
(174,173,231)
(68%,68%,91%)

RGB channels and saturation

R 174 of 255 = 68%
G 173 of 255 = 68%
B 231 of 255 = 91%

174
173
231

R + G + B ~ 76%. #AEADE7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 173 + 231 = 578 (100%)
R 174 of 578 ~ 30.1%
G 173 of 578 ~ 29.93%
B 231 of 578 ~ 39.97%

%30.1
%29.93
%39.97

CMYK color model

#AEADE7 color CMYK value is (25,25,0,9).

  • cyan value is 24.68%
  • magenta value is 25.11%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(25,25,0,9)
C25M25Y0K9 
(25%,25%,0%,9%)
(0.25/0.25/0.00/0.09)	

CMYK percentages

%24.68
%25.11
%0
%9.41

Codes

Color #AEADE7 in popluar color models

AEADE7
RGB174173231
HSL241°54.72%79.22%
HSB/HSV241°25.11%90.59%
CMYK24.68%25.11%0.00%
9.41%

Color #AEADE7 in popluar number systems.

HEXAEADE7
Decimal174173231
Binary101011101010110111100111
Octal256255347

Shades and tints

Shades of #AEADE7

#AEADE7
(174,173,231)
#9F9ED2
(159,158,210)
#908FBD
(144,143,189)
#8180A8
(129,128,168)
#727193
(114,113,147)
#63627E
(99,98,126)
#545369
(84,83,105)
#454454
(69,68,84)
#36353F
(54,53,63)
#27262A
(39,38,42)
#181715
(24,23,21)
#000000
(0,0,0)

Tints of #AEADE7

#AEADE7
(174,173,231)
#B5B4E9
(181,180,233)
#BCBBEB
(188,187,235)
#C3C2ED
(195,194,237)
#CAC9EF
(202,201,239)
#D1D0F1
(209,208,241)
#D8D7F3
(216,215,243)
#DFDEF5
(223,222,245)
#E6E5F7
(230,229,247)
#EDECF9
(237,236,249)
#F4F3FB
(244,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AEADE7 color. Also use rgb(174,173,231) instead hex code.

Text Font Color

.myTextColor { color: #AEADE7; }

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

This text font color is #AEADE7.


Background Color

.myBgColor { background-color: #AEADE7; }

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

This div background color is #AEADE7.


Border color

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

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

This div border color is #AEADE7.


Opacity

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

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

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

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

This text has shadow with #AEADE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEADE7 on black background.


Color preview on white background

This text has color #AEADE7 on white background.



Black color preview on #AEADE7 background

This text has black color on #AEADE7 background.


White color preview on #AEADE7 background

This text has white color on #AEADE7 background.