COLOR #AE8EFB

HEX: #AE8EFB
RGB: (174,142,251)

Color info

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

RGB color model

#AE8EFB color RGB value is (174,142,251).

  • red value is 174;
  • green value is 142;
  • blue value is 251.
RGB:
(174,142,251)
(68%,56%,98%)

RGB channels and saturation

R 174 of 255 = 68%
G 142 of 255 = 56%
B 251 of 255 = 98%

174
142
251

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

Portions of RGB colors in percentages

R + G + B =
174 + 142 + 251 = 567 (100%)
R 174 of 567 ~ 30.69%
G 142 of 567 ~ 25.04%
B 251 of 567 ~ 44.27%

%30.69
%25.04
%44.27

CMYK color model

#AE8EFB color CMYK value is (31,43,0,2).

  • cyan value is 30.68%
  • magenta value is 43.43%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(31,43,0,2)
C31M43Y0K2 
(31%,43%,0%,2%)
(0.31/0.43/0.00/0.02)	

CMYK percentages

%30.68
%43.43
%0
%1.57

Codes

Color #AE8EFB in popluar color models

AE8EFB
RGB174142251
HSL258°93.16%77.06%
HSB/HSV258°43.43%98.43%
CMYK30.68%43.43%0.00%
1.57%

Color #AE8EFB in popluar number systems.

HEXAE8EFB
Decimal174142251
Binary101011101000111011111011
Octal256216373

Shades and tints

Shades of #AE8EFB

#AE8EFB
(174,142,251)
#9F82E5
(159,130,229)
#9076CF
(144,118,207)
#816AB9
(129,106,185)
#725EA3
(114,94,163)
#63528D
(99,82,141)
#544677
(84,70,119)
#453A61
(69,58,97)
#362E4B
(54,46,75)
#272235
(39,34,53)
#18161F
(24,22,31)
#000000
(0,0,0)

Tints of #AE8EFB

#AE8EFB
(174,142,251)
#B598FB
(181,152,251)
#BCA2FB
(188,162,251)
#C3ACFB
(195,172,251)
#CAB6FB
(202,182,251)
#D1C0FB
(209,192,251)
#D8CAFB
(216,202,251)
#DFD4FB
(223,212,251)
#E6DEFB
(230,222,251)
#EDE8FB
(237,232,251)
#F4F2FB
(244,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE8EFB; }

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

This text font color is #AE8EFB.


Background Color

.myBgColor { background-color: #AE8EFB; }

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

This div background color is #AE8EFB.


Border color

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

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

This div border color is #AE8EFB.


Opacity

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

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

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

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

This text has shadow with #AE8EFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE8EFB on black background.


Color preview on white background

This text has color #AE8EFB on white background.



Black color preview on #AE8EFB background

This text has black color on #AE8EFB background.


White color preview on #AE8EFB background

This text has white color on #AE8EFB background.