COLOR #E2E3FA

HEX: #E2E3FA
RGB: (226,227,250)

Color info

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

RGB color model

#E2E3FA color RGB value is (226,227,250).

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

RGB channels and saturation

R 226 of 255 = 89%
G 227 of 255 = 89%
B 250 of 255 = 98%

226
227
250

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

Portions of RGB colors in percentages

R + G + B =
226 + 227 + 250 = 703 (100%)
R 226 of 703 ~ 32.15%
G 227 of 703 ~ 32.29%
B 250 of 703 ~ 35.56%

%32.15
%32.29
%35.56

CMYK color model

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

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

CMYK percentages

%9.6
%9.2
%0
%1.96

Codes

Color #E2E3FA in popluar color models

E2E3FA
RGB226227250
HSL238°70.59%93.33%
HSB/HSV238°9.60%98.04%
CMYK9.60%9.20%0.00%
1.96%

Color #E2E3FA in popluar number systems.

HEXE2E3FA
Decimal226227250
Binary111000101110001111111010
Octal342343372

Shades and tints

Shades of #E2E3FA

#E2E3FA
(226,227,250)
#CECFE4
(206,207,228)
#BABBCE
(186,187,206)
#A6A7B8
(166,167,184)
#9293A2
(146,147,162)
#7E7F8C
(126,127,140)
#6A6B76
(106,107,118)
#565760
(86,87,96)
#42434A
(66,67,74)
#2E2F34
(46,47,52)
#1A1B1E
(26,27,30)
#000000
(0,0,0)

Tints of #E2E3FA

#E2E3FA
(226,227,250)
#E4E5FA
(228,229,250)
#E6E7FA
(230,231,250)
#E8E9FA
(232,233,250)
#EAEBFA
(234,235,250)
#ECEDFA
(236,237,250)
#EEEFFA
(238,239,250)
#F0F1FA
(240,241,250)
#F2F3FA
(242,243,250)
#F4F5FA
(244,245,250)
#F6F7FA
(246,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2E3FA; }

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

This text font color is #E2E3FA.


Background Color

.myBgColor { background-color: #E2E3FA; }

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

This div background color is #E2E3FA.


Border color

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

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

This div border color is #E2E3FA.


Opacity

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

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

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

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

This text has shadow with #E2E3FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2E3FA on black background.


Color preview on white background

This text has color #E2E3FA on white background.



Black color preview on #E2E3FA background

This text has black color on #E2E3FA background.


White color preview on #E2E3FA background

This text has white color on #E2E3FA background.