COLOR #AEADE1

HEX: #AEADE1
RGB: (174,173,225)

Color info

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

RGB color model

#AEADE1 color RGB value is (174,173,225).

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

RGB channels and saturation

R 174 of 255 = 68%
G 173 of 255 = 68%
B 225 of 255 = 88%

174
173
225

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

Portions of RGB colors in percentages

R + G + B =
174 + 173 + 225 = 572 (100%)
R 174 of 572 ~ 30.42%
G 173 of 572 ~ 30.24%
B 225 of 572 ~ 39.34%

%30.42
%30.24
%39.34

CMYK color model

#AEADE1 color CMYK value is (23,23,0,12).

  • cyan value is 22.67%
  • magenta value is 23.11%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(23,23,0,12)
C23M23Y0K12 
(23%,23%,0%,12%)
(0.23/0.23/0.00/0.12)	

CMYK percentages

%22.67
%23.11
%0
%11.76

Codes

Color #AEADE1 in popluar color models

AEADE1
RGB174173225
HSL241°46.43%78.04%
HSB/HSV241°23.11%88.24%
CMYK22.67%23.11%0.00%
11.76%

Color #AEADE1 in popluar number systems.

HEXAEADE1
Decimal174173225
Binary101011101010110111100001
Octal256255341

Shades and tints

Shades of #AEADE1

#AEADE1
(174,173,225)
#9F9ECD
(159,158,205)
#908FB9
(144,143,185)
#8180A5
(129,128,165)
#727191
(114,113,145)
#63627D
(99,98,125)
#545369
(84,83,105)
#454455
(69,68,85)
#363541
(54,53,65)
#27262D
(39,38,45)
#181719
(24,23,25)
#000000
(0,0,0)

Tints of #AEADE1

#AEADE1
(174,173,225)
#B5B4E3
(181,180,227)
#BCBBE5
(188,187,229)
#C3C2E7
(195,194,231)
#CAC9E9
(202,201,233)
#D1D0EB
(209,208,235)
#D8D7ED
(216,215,237)
#DFDEEF
(223,222,239)
#E6E5F1
(230,229,241)
#EDECF3
(237,236,243)
#F4F3F5
(244,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEADE1; }

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

This text font color is #AEADE1.


Background Color

.myBgColor { background-color: #AEADE1; }

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

This div background color is #AEADE1.


Border color

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

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

This div border color is #AEADE1.


Opacity

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

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

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

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

This text has shadow with #AEADE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEADE1 on black background.


Color preview on white background

This text has color #AEADE1 on white background.



Black color preview on #AEADE1 background

This text has black color on #AEADE1 background.


White color preview on #AEADE1 background

This text has white color on #AEADE1 background.