COLOR #E4E3FA

HEX: #E4E3FA
RGB: (228,227,250)

Color info

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

RGB color model

#E4E3FA color RGB value is (228,227,250).

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

RGB channels and saturation

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

228
227
250

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

Portions of RGB colors in percentages

R + G + B =
228 + 227 + 250 = 705 (100%)
R 228 of 705 ~ 32.34%
G 227 of 705 ~ 32.2%
B 250 of 705 ~ 35.46%

%32.34
%32.2
%35.46

CMYK color model

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

  • cyan value is 8.80%
  • magenta value is 9.20%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(9,9,0,2)
C9M9Y0K2 
(9%,9%,0%,2%)
(0.09/0.09/0.00/0.02)	

CMYK percentages

%8.8
%9.2
%0
%1.96

Codes

Color #E4E3FA in popluar color models

E4E3FA
RGB228227250
HSL243°69.70%93.53%
HSB/HSV243°9.20%98.04%
CMYK8.80%9.20%0.00%
1.96%

Color #E4E3FA in popluar number systems.

HEXE4E3FA
Decimal228227250
Binary111001001110001111111010
Octal344343372

Shades and tints

Shades of #E4E3FA

#E4E3FA
(228,227,250)
#D0CFE4
(208,207,228)
#BCBBCE
(188,187,206)
#A8A7B8
(168,167,184)
#9493A2
(148,147,162)
#807F8C
(128,127,140)
#6C6B76
(108,107,118)
#585760
(88,87,96)
#44434A
(68,67,74)
#302F34
(48,47,52)
#1C1B1E
(28,27,30)
#000000
(0,0,0)

Tints of #E4E3FA

#E4E3FA
(228,227,250)
#E6E5FA
(230,229,250)
#E8E7FA
(232,231,250)
#EAE9FA
(234,233,250)
#ECEBFA
(236,235,250)
#EEEDFA
(238,237,250)
#F0EFFA
(240,239,250)
#F2F1FA
(242,241,250)
#F4F3FA
(244,243,250)
#F6F5FA
(246,245,250)
#F8F7FA
(248,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4E3FA; }

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

This text font color is #E4E3FA.


Background Color

.myBgColor { background-color: #E4E3FA; }

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

This div background color is #E4E3FA.


Border color

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

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

This div border color is #E4E3FA.


Opacity

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

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

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

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

This text has shadow with #E4E3FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4E3FA on black background.


Color preview on white background

This text has color #E4E3FA on white background.



Black color preview on #E4E3FA background

This text has black color on #E4E3FA background.


White color preview on #E4E3FA background

This text has white color on #E4E3FA background.