COLOR #E5E4FB

HEX: #E5E4FB
RGB: (229,228,251)

Color info

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

RGB color model

#E5E4FB color RGB value is (229,228,251).

  • red value is 229;
  • green value is 228;
  • blue value is 251.
RGB:
(229,228,251)
(90%,89%,98%)

RGB channels and saturation

R 229 of 255 = 90%
G 228 of 255 = 89%
B 251 of 255 = 98%

229
228
251

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

Portions of RGB colors in percentages

R + G + B =
229 + 228 + 251 = 708 (100%)
R 229 of 708 ~ 32.34%
G 228 of 708 ~ 32.2%
B 251 of 708 ~ 35.45%

%32.34
%32.2
%35.45

CMYK color model

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

  • cyan value is 8.76%
  • magenta value is 9.16%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(9,9,0,2)
C9M9Y0K2 
(9%,9%,0%,2%)
(0.09/0.09/0.00/0.02)	

CMYK percentages

%8.76
%9.16
%0
%1.57

Codes

Color #E5E4FB in popluar color models

E5E4FB
RGB229228251
HSL243°74.19%93.92%
HSB/HSV243°9.16%98.43%
CMYK8.76%9.16%0.00%
1.57%

Color #E5E4FB in popluar number systems.

HEXE5E4FB
Decimal229228251
Binary111001011110010011111011
Octal345344373

Shades and tints

Shades of #E5E4FB

#E5E4FB
(229,228,251)
#D1D0E5
(209,208,229)
#BDBCCF
(189,188,207)
#A9A8B9
(169,168,185)
#9594A3
(149,148,163)
#81808D
(129,128,141)
#6D6C77
(109,108,119)
#595861
(89,88,97)
#45444B
(69,68,75)
#313035
(49,48,53)
#1D1C1F
(29,28,31)
#000000
(0,0,0)

Tints of #E5E4FB

#E5E4FB
(229,228,251)
#E7E6FB
(231,230,251)
#E9E8FB
(233,232,251)
#EBEAFB
(235,234,251)
#EDECFB
(237,236,251)
#EFEEFB
(239,238,251)
#F1F0FB
(241,240,251)
#F3F2FB
(243,242,251)
#F5F4FB
(245,244,251)
#F7F6FB
(247,246,251)
#F9F8FB
(249,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5E4FB color. Also use rgb(229,228,251) instead hex code.

Text Font Color

.myTextColor { color: #E5E4FB; }

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

This text font color is #E5E4FB.


Background Color

.myBgColor { background-color: #E5E4FB; }

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

This div background color is #E5E4FB.


Border color

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

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

This div border color is #E5E4FB.


Opacity

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

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

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

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

This text has shadow with #E5E4FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5E4FB on black background.


Color preview on white background

This text has color #E5E4FB on white background.



Black color preview on #E5E4FB background

This text has black color on #E5E4FB background.


White color preview on #E5E4FB background

This text has white color on #E5E4FB background.