COLOR #E7AEFF

HEX: #E7AEFF
RGB: (231,174,255)

Color info

#E7AEFF contains mainly red and blue colors. Web safe color of #E7AEFF is #FF99FF (or #F9F).

RGB color model

#E7AEFF color RGB value is (231,174,255).

  • red value is 231;
  • green value is 174;
  • blue value is 255.
RGB:
(231,174,255)
(91%,68%,100%)

RGB channels and saturation

R 231 of 255 = 91%
G 174 of 255 = 68%
B 255 of 255 = 100%

231
174
255

R + G + B ~ 86%. #E7AEFF is light color.

Portions of RGB colors in percentages

R + G + B =
231 + 174 + 255 = 660 (100%)
R 231 of 660 ~ 35%
G 174 of 660 ~ 26.36%
B 255 of 660 ~ 38.64%

%35
%26.36
%38.64

CMYK color model

#E7AEFF color CMYK value is (9,32,0,0).

  • cyan value is 9.41%
  • magenta value is 31.76%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(9,32,0,0)
C9M32Y0K0 
(9%,32%,0%,0%)
(0.09/0.32/0.00/0.00)	

CMYK percentages

%9.41
%31.76
%0
%0

Codes

Color #E7AEFF in popluar color models

E7AEFF
RGB231174255
HSL282°100.00%84.12%
HSB/HSV282°31.76%100.00%
CMYK9.41%31.76%0.00%
0.00%

Color #E7AEFF in popluar number systems.

HEXE7AEFF
Decimal231174255
Binary111001111010111011111111
Octal347256377

Shades and tints

Shades of #E7AEFF

#E7AEFF
(231,174,255)
#D29FE8
(210,159,232)
#BD90D1
(189,144,209)
#A881BA
(168,129,186)
#9372A3
(147,114,163)
#7E638C
(126,99,140)
#695475
(105,84,117)
#54455E
(84,69,94)
#3F3647
(63,54,71)
#2A2730
(42,39,48)
#151819
(21,24,25)
#000000
(0,0,0)

Tints of #E7AEFF

#E7AEFF
(231,174,255)
#E9B5FF
(233,181,255)
#EBBCFF
(235,188,255)
#EDC3FF
(237,195,255)
#EFCAFF
(239,202,255)
#F1D1FF
(241,209,255)
#F3D8FF
(243,216,255)
#F5DFFF
(245,223,255)
#F7E6FF
(247,230,255)
#F9EDFF
(249,237,255)
#FBF4FF
(251,244,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7AEFF; }

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

This text font color is #E7AEFF.


Background Color

.myBgColor { background-color: #E7AEFF; }

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

This div background color is #E7AEFF.


Border color

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

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

This div border color is #E7AEFF.


Opacity

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

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

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

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

This text has shadow with #E7AEFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7AEFF on black background.


Color preview on white background

This text has color #E7AEFF on white background.



Black color preview on #E7AEFF background

This text has black color on #E7AEFF background.


White color preview on #E7AEFF background

This text has white color on #E7AEFF background.