COLOR #E3AAF8

HEX: #E3AAF8
RGB: (227,170,248)

Color info

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

RGB color model

#E3AAF8 color RGB value is (227,170,248).

  • red value is 227;
  • green value is 170;
  • blue value is 248.
RGB:
(227,170,248)
(89%,67%,97%)

RGB channels and saturation

R 227 of 255 = 89%
G 170 of 255 = 67%
B 248 of 255 = 97%

227
170
248

R + G + B ~ 84%. #E3AAF8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 170 + 248 = 645 (100%)
R 227 of 645 ~ 35.19%
G 170 of 645 ~ 26.36%
B 248 of 645 ~ 38.45%

%35.19
%26.36
%38.45

CMYK color model

#E3AAF8 color CMYK value is (8,31,0,3).

  • cyan value is 8.47%
  • magenta value is 31.45%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(8,31,0,3)
C8M31Y0K3 
(8%,31%,0%,3%)
(0.08/0.31/0.00/0.03)	

CMYK percentages

%8.47
%31.45
%0
%2.75

Codes

Color #E3AAF8 in popluar color models

E3AAF8
RGB227170248
HSL284°84.78%81.96%
HSB/HSV284°31.45%97.25%
CMYK8.47%31.45%0.00%
2.75%

Color #E3AAF8 in popluar number systems.

HEXE3AAF8
Decimal227170248
Binary111000111010101011111000
Octal343252370

Shades and tints

Shades of #E3AAF8

#E3AAF8
(227,170,248)
#CF9BE2
(207,155,226)
#BB8CCC
(187,140,204)
#A77DB6
(167,125,182)
#936EA0
(147,110,160)
#7F5F8A
(127,95,138)
#6B5074
(107,80,116)
#57415E
(87,65,94)
#433248
(67,50,72)
#2F2332
(47,35,50)
#1B141C
(27,20,28)
#000000
(0,0,0)

Tints of #E3AAF8

#E3AAF8
(227,170,248)
#E5B1F8
(229,177,248)
#E7B8F8
(231,184,248)
#E9BFF8
(233,191,248)
#EBC6F8
(235,198,248)
#EDCDF8
(237,205,248)
#EFD4F8
(239,212,248)
#F1DBF8
(241,219,248)
#F3E2F8
(243,226,248)
#F5E9F8
(245,233,248)
#F7F0F8
(247,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3AAF8 color. Also use rgb(227,170,248) instead hex code.

Text Font Color

.myTextColor { color: #E3AAF8; }

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

This text font color is #E3AAF8.


Background Color

.myBgColor { background-color: #E3AAF8; }

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

This div background color is #E3AAF8.


Border color

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

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

This div border color is #E3AAF8.


Opacity

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

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

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

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

This text has shadow with #E3AAF8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3AAF8 on black background.


Color preview on white background

This text has color #E3AAF8 on white background.



Black color preview on #E3AAF8 background

This text has black color on #E3AAF8 background.


White color preview on #E3AAF8 background

This text has white color on #E3AAF8 background.