COLOR #E7AAEA

HEX: #E7AAEA
RGB: (231,170,234)

Color info

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

RGB color model

#E7AAEA color RGB value is (231,170,234).

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

RGB channels and saturation

R 231 of 255 = 91%
G 170 of 255 = 67%
B 234 of 255 = 92%

231
170
234

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

Portions of RGB colors in percentages

R + G + B =
231 + 170 + 234 = 635 (100%)
R 231 of 635 ~ 36.38%
G 170 of 635 ~ 26.77%
B 234 of 635 ~ 36.85%

%36.38
%26.77
%36.85

CMYK color model

#E7AAEA color CMYK value is (1,27,0,8).

  • cyan value is 1.28%
  • magenta value is 27.35%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK: (1,27,0,8) C1M27Y0K8 (1%,27%,0%,8%) (0.01/0.27/0.00/0.08)

CMYK percentages

%1.28
%27.35
%0
%8.24

Codes

Color #E7AAEA in popluar color models

E7AAEA
RGB231170234
HSL297°60.38%79.22%
HSB/HSV297°27.35%91.76%
CMYK1.28%27.35%0.00%
8.24%

Color #E7AAEA in popluar number systems.

HEXE7AAEA
Decimal231170234
Binary111001111010101011101010
Octal347252352

Shades and tints

Shades of #E7AAEA

#E7AAEA
(231,170,234)
#D29BD5
(210,155,213)
#BD8CC0
(189,140,192)
#A87DAB
(168,125,171)
#936E96
(147,110,150)
#7E5F81
(126,95,129)
#69506C
(105,80,108)
#544157
(84,65,87)
#3F3242
(63,50,66)
#2A232D
(42,35,45)
#151418
(21,20,24)
#000000
(0,0,0)

Tints of #E7AAEA

#E7AAEA
(231,170,234)
#E9B1EB
(233,177,235)
#EBB8EC
(235,184,236)
#EDBFED
(237,191,237)
#EFC6EE
(239,198,238)
#F1CDEF
(241,205,239)
#F3D4F0
(243,212,240)
#F5DBF1
(245,219,241)
#F7E2F2
(247,226,242)
#F9E9F3
(249,233,243)
#FBF0F4
(251,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7AAEA; }

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

This text font color is #E7AAEA.


Background Color

.myBgColor { background-color: #E7AAEA; }

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

This div background color is #E7AAEA.


Border color

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

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

This div border color is #E7AAEA.


Opacity

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

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

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

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

This text has shadow with #E7AAEA color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #E7AAEA on black background.


Color preview on white background

This text has color #E7AAEA on white background.



Black color preview on #E7AAEA background

This text has black color on #E7AAEA background.


White color preview on #E7AAEA background

This text has white color on #E7AAEA background.