COLOR #E7AAE6

HEX: #E7AAE6
RGB: (231,170,230)

Color info

#E7AAE6 contains mainly red and blue colors. Web safe color of #E7AAE6 is #FF99CC (or #F9C).

RGB color model

#E7AAE6 color RGB value is (231,170,230).

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

RGB channels and saturation

R 231 of 255 = 91%
G 170 of 255 = 67%
B 230 of 255 = 90%

231
170
230

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

Portions of RGB colors in percentages

R + G + B =
231 + 170 + 230 = 631 (100%)
R 231 of 631 ~ 36.61%
G 170 of 631 ~ 26.94%
B 230 of 631 ~ 36.45%

%36.61
%26.94
%36.45

CMYK color model

#E7AAE6 color CMYK value is (0,26,0,9).

  • cyan value is 0.00%
  • magenta value is 26.41%
  • yellow value is 0.43%
  • key color value is 9.41%
CMYK:
(0,26,0,9)
C0M26Y0K9 
(0%,26%,0%,9%)
(0.00/0.26/0.00/0.09)	

CMYK percentages

%0
%26.41
%0.43
%9.41

Codes

Color #E7AAE6 in popluar color models

E7AAE6
RGB231170230
HSL301°55.96%78.63%
HSB/HSV301°26.41%90.59%
CMYK0.00%26.41%0.43%
9.41%

Color #E7AAE6 in popluar number systems.

HEXE7AAE6
Decimal231170230
Binary111001111010101011100110
Octal347252346

Shades and tints

Shades of #E7AAE6

#E7AAE6
(231,170,230)
#D29BD2
(210,155,210)
#BD8CBE
(189,140,190)
#A87DAA
(168,125,170)
#936E96
(147,110,150)
#7E5F82
(126,95,130)
#69506E
(105,80,110)
#54415A
(84,65,90)
#3F3246
(63,50,70)
#2A2332
(42,35,50)
#15141E
(21,20,30)
#000000
(0,0,0)

Tints of #E7AAE6

#E7AAE6
(231,170,230)
#E9B1E8
(233,177,232)
#EBB8EA
(235,184,234)
#EDBFEC
(237,191,236)
#EFC6EE
(239,198,238)
#F1CDF0
(241,205,240)
#F3D4F2
(243,212,242)
#F5DBF4
(245,219,244)
#F7E2F6
(247,226,246)
#F9E9F8
(249,233,248)
#FBF0FA
(251,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7AAE6; }

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

This text font color is #E7AAE6.


Background Color

.myBgColor { background-color: #E7AAE6; }

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

This div background color is #E7AAE6.


Border color

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

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

This div border color is #E7AAE6.


Opacity

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

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

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

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

This text has shadow with #E7AAE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7AAE6 on black background.


Color preview on white background

This text has color #E7AAE6 on white background.



Black color preview on #E7AAE6 background

This text has black color on #E7AAE6 background.


White color preview on #E7AAE6 background

This text has white color on #E7AAE6 background.