COLOR #E5AEF9

HEX: #E5AEF9
RGB: (229,174,249)

Color info

#E5AEF9 contains mainly red and blue colors. Web safe color of #E5AEF9 is #CC99FF (or #C9F).

RGB color model

#E5AEF9 color RGB value is (229,174,249).

  • red value is 229;
  • green value is 174;
  • blue value is 249.
RGB:
(229,174,249)
(90%,68%,98%)

RGB channels and saturation

R 229 of 255 = 90%
G 174 of 255 = 68%
B 249 of 255 = 98%

229
174
249

R + G + B ~ 85%. #E5AEF9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
229 + 174 + 249 = 652 (100%)
R 229 of 652 ~ 35.12%
G 174 of 652 ~ 26.69%
B 249 of 652 ~ 38.19%

%35.12
%26.69
%38.19

CMYK color model

#E5AEF9 color CMYK value is (8,30,0,2).

  • cyan value is 8.03%
  • magenta value is 30.12%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(8,30,0,2)
C8M30Y0K2 
(8%,30%,0%,2%)
(0.08/0.30/0.00/0.02)	

CMYK percentages

%8.03
%30.12
%0
%2.35

Codes

Color #E5AEF9 in popluar color models

E5AEF9
RGB229174249
HSL284°86.21%82.94%
HSB/HSV284°30.12%97.65%
CMYK8.03%30.12%0.00%
2.35%

Color #E5AEF9 in popluar number systems.

HEXE5AEF9
Decimal229174249
Binary111001011010111011111001
Octal345256371

Shades and tints

Shades of #E5AEF9

#E5AEF9
(229,174,249)
#D19FE3
(209,159,227)
#BD90CD
(189,144,205)
#A981B7
(169,129,183)
#9572A1
(149,114,161)
#81638B
(129,99,139)
#6D5475
(109,84,117)
#59455F
(89,69,95)
#453649
(69,54,73)
#312733
(49,39,51)
#1D181D
(29,24,29)
#000000
(0,0,0)

Tints of #E5AEF9

#E5AEF9
(229,174,249)
#E7B5F9
(231,181,249)
#E9BCF9
(233,188,249)
#EBC3F9
(235,195,249)
#EDCAF9
(237,202,249)
#EFD1F9
(239,209,249)
#F1D8F9
(241,216,249)
#F3DFF9
(243,223,249)
#F5E6F9
(245,230,249)
#F7EDF9
(247,237,249)
#F9F4F9
(249,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5AEF9; }

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

This text font color is #E5AEF9.


Background Color

.myBgColor { background-color: #E5AEF9; }

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

This div background color is #E5AEF9.


Border color

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

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

This div border color is #E5AEF9.


Opacity

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

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

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

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

This text has shadow with #E5AEF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5AEF9 on black background.


Color preview on white background

This text has color #E5AEF9 on white background.



Black color preview on #E5AEF9 background

This text has black color on #E5AEF9 background.


White color preview on #E5AEF9 background

This text has white color on #E5AEF9 background.