COLOR #AEAEF1

HEX: #AEAEF1
RGB: (174,174,241)

Color info

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

RGB color model

#AEAEF1 color RGB value is (174,174,241).

  • red value is 174;
  • green value is 174;
  • blue value is 241.
RGB:
(174,174,241)
(68%,68%,95%)

RGB channels and saturation

R 174 of 255 = 68%
G 174 of 255 = 68%
B 241 of 255 = 95%

174
174
241

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

Portions of RGB colors in percentages

R + G + B =
174 + 174 + 241 = 589 (100%)
R 174 of 589 ~ 29.54%
G 174 of 589 ~ 29.54%
B 241 of 589 ~ 40.92%

%29.54
%29.54
%40.92

CMYK color model

#AEAEF1 color CMYK value is (28,28,0,5).

  • cyan value is 27.80%
  • magenta value is 27.80%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(28,28,0,5)
C28M28Y0K5 
(28%,28%,0%,5%)
(0.28/0.28/0.00/0.05)	

CMYK percentages

%27.8
%27.8
%0
%5.49

Codes

Color #AEAEF1 in popluar color models

AEAEF1
RGB174174241
HSL240°70.53%81.37%
HSB/HSV240°27.80%94.51%
CMYK27.80%27.80%0.00%
5.49%

Color #AEAEF1 in popluar number systems.

HEXAEAEF1
Decimal174174241
Binary101011101010111011110001
Octal256256361

Shades and tints

Shades of #AEAEF1

#AEAEF1
(174,174,241)
#9F9FDC
(159,159,220)
#9090C7
(144,144,199)
#8181B2
(129,129,178)
#72729D
(114,114,157)
#636388
(99,99,136)
#545473
(84,84,115)
#45455E
(69,69,94)
#363649
(54,54,73)
#272734
(39,39,52)
#18181F
(24,24,31)
#000000
(0,0,0)

Tints of #AEAEF1

#AEAEF1
(174,174,241)
#B5B5F2
(181,181,242)
#BCBCF3
(188,188,243)
#C3C3F4
(195,195,244)
#CACAF5
(202,202,245)
#D1D1F6
(209,209,246)
#D8D8F7
(216,216,247)
#DFDFF8
(223,223,248)
#E6E6F9
(230,230,249)
#EDEDFA
(237,237,250)
#F4F4FB
(244,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AEAEF1; }

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

This text font color is #AEAEF1.


Background Color

.myBgColor { background-color: #AEAEF1; }

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

This div background color is #AEAEF1.


Border color

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

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

This div border color is #AEAEF1.


Opacity

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

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

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

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

This text has shadow with #AEAEF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AEAEF1 on black background.


Color preview on white background

This text has color #AEAEF1 on white background.



Black color preview on #AEAEF1 background

This text has black color on #AEAEF1 background.


White color preview on #AEAEF1 background

This text has white color on #AEAEF1 background.