COLOR #E3E1FA

HEX: #E3E1FA
RGB: (227,225,250)

Color info

#E3E1FA contains red, green and blue colors in about the same proportion. Web safe color of #E3E1FA is #CCCCFF (or #CCF).

RGB color model

#E3E1FA color RGB value is (227,225,250).

  • red value is 227;
  • green value is 225;
  • blue value is 250.
RGB:
(227,225,250)
(89%,88%,98%)

RGB channels and saturation

R 227 of 255 = 89%
G 225 of 255 = 88%
B 250 of 255 = 98%

227
225
250

R + G + B ~ 92%. #E3E1FA is light color.

Portions of RGB colors in percentages

R + G + B =
227 + 225 + 250 = 702 (100%)
R 227 of 702 ~ 32.34%
G 225 of 702 ~ 32.05%
B 250 of 702 ~ 35.61%

%32.34
%32.05
%35.61

CMYK color model

#E3E1FA color CMYK value is (9,10,0,2).

  • cyan value is 9.20%
  • magenta value is 10.00%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(9,10,0,2)
C9M10Y0K2 
(9%,10%,0%,2%)
(0.09/0.10/0.00/0.02)	

CMYK percentages

%9.2
%10
%0
%1.96

Codes

Color #E3E1FA in popluar color models

E3E1FA
RGB227225250
HSL245°71.43%93.14%
HSB/HSV245°10.00%98.04%
CMYK9.20%10.00%0.00%
1.96%

Color #E3E1FA in popluar number systems.

HEXE3E1FA
Decimal227225250
Binary111000111110000111111010
Octal343341372

Shades and tints

Shades of #E3E1FA

#E3E1FA
(227,225,250)
#CFCDE4
(207,205,228)
#BBB9CE
(187,185,206)
#A7A5B8
(167,165,184)
#9391A2
(147,145,162)
#7F7D8C
(127,125,140)
#6B6976
(107,105,118)
#575560
(87,85,96)
#43414A
(67,65,74)
#2F2D34
(47,45,52)
#1B191E
(27,25,30)
#000000
(0,0,0)

Tints of #E3E1FA

#E3E1FA
(227,225,250)
#E5E3FA
(229,227,250)
#E7E5FA
(231,229,250)
#E9E7FA
(233,231,250)
#EBE9FA
(235,233,250)
#EDEBFA
(237,235,250)
#EFEDFA
(239,237,250)
#F1EFFA
(241,239,250)
#F3F1FA
(243,241,250)
#F5F3FA
(245,243,250)
#F7F5FA
(247,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3E1FA color. Also use rgb(227,225,250) instead hex code.

Text Font Color

.myTextColor { color: #E3E1FA; }

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

This text font color is #E3E1FA.


Background Color

.myBgColor { background-color: #E3E1FA; }

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

This div background color is #E3E1FA.


Border color

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

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

This div border color is #E3E1FA.


Opacity

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

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

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

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

This text has shadow with #E3E1FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3E1FA on black background.


Color preview on white background

This text has color #E3E1FA on white background.



Black color preview on #E3E1FA background

This text has black color on #E3E1FA background.


White color preview on #E3E1FA background

This text has white color on #E3E1FA background.