COLOR #AEADF0

HEX: #AEADF0
RGB: (174,173,240)

Color info

#AEADF0 contains mainly blue color. Web safe color of #AEADF0 is #9999FF (or #99F).

RGB color model

#AEADF0 color RGB value is (174,173,240).

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

RGB channels and saturation

R 174 of 255 = 68%
G 173 of 255 = 68%
B 240 of 255 = 94%

174
173
240

R + G + B ~ 77%. #AEADF0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 173 + 240 = 587 (100%)
R 174 of 587 ~ 29.64%
G 173 of 587 ~ 29.47%
B 240 of 587 ~ 40.89%

%29.64
%29.47
%40.89

CMYK color model

#AEADF0 color CMYK value is (28,28,0,6).

  • cyan value is 27.50%
  • magenta value is 27.92%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(28,28,0,6)
C28M28Y0K6 
(28%,28%,0%,6%)
(0.28/0.28/0.00/0.06)	

CMYK percentages

%27.5
%27.92
%0
%5.88

Codes

Color #AEADF0 in popluar color models

AEADF0
RGB174173240
HSL241°69.07%80.98%
HSB/HSV241°27.92%94.12%
CMYK27.50%27.92%0.00%
5.88%

Color #AEADF0 in popluar number systems.

HEXAEADF0
Decimal174173240
Binary101011101010110111110000
Octal256255360

Shades and tints

Shades of #AEADF0

#AEADF0
(174,173,240)
#9F9EDB
(159,158,219)
#908FC6
(144,143,198)
#8180B1
(129,128,177)
#72719C
(114,113,156)
#636287
(99,98,135)
#545372
(84,83,114)
#45445D
(69,68,93)
#363548
(54,53,72)
#272633
(39,38,51)
#18171E
(24,23,30)
#000000
(0,0,0)

Tints of #AEADF0

#AEADF0
(174,173,240)
#B5B4F1
(181,180,241)
#BCBBF2
(188,187,242)
#C3C2F3
(195,194,243)
#CAC9F4
(202,201,244)
#D1D0F5
(209,208,245)
#D8D7F6
(216,215,246)
#DFDEF7
(223,222,247)
#E6E5F8
(230,229,248)
#EDECF9
(237,236,249)
#F4F3FA
(244,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEADF0; }

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

This text font color is #AEADF0.


Background Color

.myBgColor { background-color: #AEADF0; }

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

This div background color is #AEADF0.


Border color

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

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

This div border color is #AEADF0.


Opacity

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

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

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

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

This text has shadow with #AEADF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEADF0 on black background.


Color preview on white background

This text has color #AEADF0 on white background.



Black color preview on #AEADF0 background

This text has black color on #AEADF0 background.


White color preview on #AEADF0 background

This text has white color on #AEADF0 background.