COLOR #AE8BEF

HEX: #AE8BEF
RGB: (174,139,239)

Color info

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

RGB color model

#AE8BEF color RGB value is (174,139,239).

  • red value is 174;
  • green value is 139;
  • blue value is 239.
RGB:
(174,139,239)
(68%,55%,94%)

RGB channels and saturation

R 174 of 255 = 68%
G 139 of 255 = 55%
B 239 of 255 = 94%

174
139
239

R + G + B ~ 72%. #AE8BEF is quite light color.

Portions of RGB colors in percentages

R + G + B =
174 + 139 + 239 = 552 (100%)
R 174 of 552 ~ 31.52%
G 139 of 552 ~ 25.18%
B 239 of 552 ~ 43.3%

%31.52
%25.18
%43.3

CMYK color model

#AE8BEF color CMYK value is (27,42,0,6).

  • cyan value is 27.20%
  • magenta value is 41.84%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(27,42,0,6)
C27M42Y0K6 
(27%,42%,0%,6%)
(0.27/0.42/0.00/0.06)	

CMYK percentages

%27.2
%41.84
%0
%6.27

Codes

Color #AE8BEF in popluar color models

AE8BEF
RGB174139239
HSL261°75.76%74.12%
HSB/HSV261°41.84%93.73%
CMYK27.20%41.84%0.00%
6.27%

Color #AE8BEF in popluar number systems.

HEXAE8BEF
Decimal174139239
Binary101011101000101111101111
Octal256213357

Shades and tints

Shades of #AE8BEF

#AE8BEF
(174,139,239)
#9F7FDA
(159,127,218)
#9073C5
(144,115,197)
#8167B0
(129,103,176)
#725B9B
(114,91,155)
#634F86
(99,79,134)
#544371
(84,67,113)
#45375C
(69,55,92)
#362B47
(54,43,71)
#271F32
(39,31,50)
#18131D
(24,19,29)
#000000
(0,0,0)

Tints of #AE8BEF

#AE8BEF
(174,139,239)
#B595F0
(181,149,240)
#BC9FF1
(188,159,241)
#C3A9F2
(195,169,242)
#CAB3F3
(202,179,243)
#D1BDF4
(209,189,244)
#D8C7F5
(216,199,245)
#DFD1F6
(223,209,246)
#E6DBF7
(230,219,247)
#EDE5F8
(237,229,248)
#F4EFF9
(244,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AE8BEF; }

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

This text font color is #AE8BEF.


Background Color

.myBgColor { background-color: #AE8BEF; }

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

This div background color is #AE8BEF.


Border color

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

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

This div border color is #AE8BEF.


Opacity

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

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

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

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

This text has shadow with #AE8BEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AE8BEF on black background.


Color preview on white background

This text has color #AE8BEF on white background.



Black color preview on #AE8BEF background

This text has black color on #AE8BEF background.


White color preview on #AE8BEF background

This text has white color on #AE8BEF background.