COLOR #E7AEE6

HEX: #E7AEE6
RGB: (231,174,230)

Color info

#E7AEE6 contains red, green and blue colors in about the same proportion. Web safe color of #E7AEE6 is #FF99CC (or #F9C).

RGB color model

#E7AEE6 color RGB value is (231,174,230).

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

RGB channels and saturation

R 231 of 255 = 91%
G 174 of 255 = 68%
B 230 of 255 = 90%

231
174
230

R + G + B ~ 83%. #E7AEE6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 174 + 230 = 635 (100%)
R 231 of 635 ~ 36.38%
G 174 of 635 ~ 27.4%
B 230 of 635 ~ 36.22%

%36.38
%27.4
%36.22

CMYK color model

#E7AEE6 color CMYK value is (0,25,0,9).

  • cyan value is 0.00%
  • magenta value is 24.68%
  • yellow value is 0.43%
  • key color value is 9.41%
CMYK:
(0,25,0,9)
C0M25Y0K9 
(0%,25%,0%,9%)
(0.00/0.25/0.00/0.09)	

CMYK percentages

%0
%24.68
%0.43
%9.41

Codes

Color #E7AEE6 in popluar color models

E7AEE6
RGB231174230
HSL301°54.29%79.41%
HSB/HSV301°24.68%90.59%
CMYK0.00%24.68%0.43%
9.41%

Color #E7AEE6 in popluar number systems.

HEXE7AEE6
Decimal231174230
Binary111001111010111011100110
Octal347256346

Shades and tints

Shades of #E7AEE6

#E7AEE6
(231,174,230)
#D29FD2
(210,159,210)
#BD90BE
(189,144,190)
#A881AA
(168,129,170)
#937296
(147,114,150)
#7E6382
(126,99,130)
#69546E
(105,84,110)
#54455A
(84,69,90)
#3F3646
(63,54,70)
#2A2732
(42,39,50)
#15181E
(21,24,30)
#000000
(0,0,0)

Tints of #E7AEE6

#E7AEE6
(231,174,230)
#E9B5E8
(233,181,232)
#EBBCEA
(235,188,234)
#EDC3EC
(237,195,236)
#EFCAEE
(239,202,238)
#F1D1F0
(241,209,240)
#F3D8F2
(243,216,242)
#F5DFF4
(245,223,244)
#F7E6F6
(247,230,246)
#F9EDF8
(249,237,248)
#FBF4FA
(251,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7AEE6; }

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

This text font color is #E7AEE6.


Background Color

.myBgColor { background-color: #E7AEE6; }

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

This div background color is #E7AEE6.


Border color

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

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

This div border color is #E7AEE6.


Opacity

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

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

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

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

This text has shadow with #E7AEE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7AEE6 on black background.


Color preview on white background

This text has color #E7AEE6 on white background.



Black color preview on #E7AEE6 background

This text has black color on #E7AEE6 background.


White color preview on #E7AEE6 background

This text has white color on #E7AEE6 background.