COLOR #E4EBF5

HEX: #E4EBF5
RGB: (228,235,245)

Color info

#E4EBF5 contains red, green and blue colors in about the same proportion. Web safe color of #E4EBF5 is #CCFFFF (or #CFF).

RGB color model

#E4EBF5 color RGB value is (228,235,245).

  • red value is 228;
  • green value is 235;
  • blue value is 245.
RGB:
(228,235,245)
(89%,92%,96%)

RGB channels and saturation

R 228 of 255 = 89%
G 235 of 255 = 92%
B 245 of 255 = 96%

228
235
245

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

Portions of RGB colors in percentages

R + G + B =
228 + 235 + 245 = 708 (100%)
R 228 of 708 ~ 32.2%
G 235 of 708 ~ 33.19%
B 245 of 708 ~ 34.6%

%32.2
%33.19
%34.6

CMYK color model

#E4EBF5 color CMYK value is (7,4,0,4).

  • cyan value is 6.94%
  • magenta value is 4.08%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(7,4,0,4)
C7M4Y0K4 
(7%,4%,0%,4%)
(0.07/0.04/0.00/0.04)	

CMYK percentages

%6.94
%4.08
%0
%3.92

Codes

Color #E4EBF5 in popluar color models

E4EBF5
RGB228235245
HSL215°45.95%92.75%
HSB/HSV215°6.94%96.08%
CMYK6.94%4.08%0.00%
3.92%

Color #E4EBF5 in popluar number systems.

HEXE4EBF5
Decimal228235245
Binary111001001110101111110101
Octal344353365

Shades and tints

Shades of #E4EBF5

#E4EBF5
(228,235,245)
#D0D6DF
(208,214,223)
#BCC1C9
(188,193,201)
#A8ACB3
(168,172,179)
#94979D
(148,151,157)
#808287
(128,130,135)
#6C6D71
(108,109,113)
#58585B
(88,88,91)
#444345
(68,67,69)
#302E2F
(48,46,47)
#1C1919
(28,25,25)
#000000
(0,0,0)

Tints of #E4EBF5

#E4EBF5
(228,235,245)
#E6ECF5
(230,236,245)
#E8EDF5
(232,237,245)
#EAEEF5
(234,238,245)
#ECEFF5
(236,239,245)
#EEF0F5
(238,240,245)
#F0F1F5
(240,241,245)
#F2F2F5
(242,242,245)
#F4F3F5
(244,243,245)
#F6F4F5
(246,244,245)
#F8F5F5
(248,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4EBF5 color. Also use rgb(228,235,245) instead hex code.

Text Font Color

.myTextColor { color: #E4EBF5; }

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

This text font color is #E4EBF5.


Background Color

.myBgColor { background-color: #E4EBF5; }

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

This div background color is #E4EBF5.


Border color

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

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

This div border color is #E4EBF5.


Opacity

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

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

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

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

This text has shadow with #E4EBF5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4EBF5 on black background.


Color preview on white background

This text has color #E4EBF5 on white background.



Black color preview on #E4EBF5 background

This text has black color on #E4EBF5 background.


White color preview on #E4EBF5 background

This text has white color on #E4EBF5 background.