COLOR #E4EBF1

HEX: #E4EBF1
RGB: (228,235,241)

Color info

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

RGB color model

#E4EBF1 color RGB value is (228,235,241).

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

RGB channels and saturation

R 228 of 255 = 89%
G 235 of 255 = 92%
B 241 of 255 = 95%

228
235
241

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

Portions of RGB colors in percentages

R + G + B =
228 + 235 + 241 = 704 (100%)
R 228 of 704 ~ 32.39%
G 235 of 704 ~ 33.38%
B 241 of 704 ~ 34.23%

%32.39
%33.38
%34.23

CMYK color model

#E4EBF1 color CMYK value is (5,2,0,5).

  • cyan value is 5.39%
  • magenta value is 2.49%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(5,2,0,5)
C5M2Y0K5 
(5%,2%,0%,5%)
(0.05/0.02/0.00/0.05)	

CMYK percentages

%5.39
%2.49
%0
%5.49

Codes

Color #E4EBF1 in popluar color models

E4EBF1
RGB228235241
HSL208°31.71%91.96%
HSB/HSV208°5.39%94.51%
CMYK5.39%2.49%0.00%
5.49%

Color #E4EBF1 in popluar number systems.

HEXE4EBF1
Decimal228235241
Binary111001001110101111110001
Octal344353361

Shades and tints

Shades of #E4EBF1

#E4EBF1
(228,235,241)
#D0D6DC
(208,214,220)
#BCC1C7
(188,193,199)
#A8ACB2
(168,172,178)
#94979D
(148,151,157)
#808288
(128,130,136)
#6C6D73
(108,109,115)
#58585E
(88,88,94)
#444349
(68,67,73)
#302E34
(48,46,52)
#1C191F
(28,25,31)
#000000
(0,0,0)

Tints of #E4EBF1

#E4EBF1
(228,235,241)
#E6ECF2
(230,236,242)
#E8EDF3
(232,237,243)
#EAEEF4
(234,238,244)
#ECEFF5
(236,239,245)
#EEF0F6
(238,240,246)
#F0F1F7
(240,241,247)
#F2F2F8
(242,242,248)
#F4F3F9
(244,243,249)
#F6F4FA
(246,244,250)
#F8F5FB
(248,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4EBF1; }

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

This text font color is #E4EBF1.


Background Color

.myBgColor { background-color: #E4EBF1; }

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

This div background color is #E4EBF1.


Border color

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

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

This div border color is #E4EBF1.


Opacity

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

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

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

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

This text has shadow with #E4EBF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4EBF1 on black background.


Color preview on white background

This text has color #E4EBF1 on white background.



Black color preview on #E4EBF1 background

This text has black color on #E4EBF1 background.


White color preview on #E4EBF1 background

This text has white color on #E4EBF1 background.