COLOR #E4EFFB

HEX: #E4EFFB
RGB: (228,239,251)

Color info

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

RGB color model

#E4EFFB color RGB value is (228,239,251).

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

RGB channels and saturation

R 228 of 255 = 89%
G 239 of 255 = 94%
B 251 of 255 = 98%

228
239
251

R + G + B ~ 94%. #E4EFFB is light color.

Portions of RGB colors in percentages

R + G + B =
228 + 239 + 251 = 718 (100%)
R 228 of 718 ~ 31.75%
G 239 of 718 ~ 33.29%
B 251 of 718 ~ 34.96%

%31.75
%33.29
%34.96

CMYK color model

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

  • cyan value is 9.16%
  • magenta value is 4.78%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(9,5,0,2)
C9M5Y0K2 
(9%,5%,0%,2%)
(0.09/0.05/0.00/0.02)	

CMYK percentages

%9.16
%4.78
%0
%1.57

Codes

Color #E4EFFB in popluar color models

E4EFFB
RGB228239251
HSL211°74.19%93.92%
HSB/HSV211°9.16%98.43%
CMYK9.16%4.78%0.00%
1.57%

Color #E4EFFB in popluar number systems.

HEXE4EFFB
Decimal228239251
Binary111001001110111111111011
Octal344357373

Shades and tints

Shades of #E4EFFB

#E4EFFB
(228,239,251)
#D0DAE5
(208,218,229)
#BCC5CF
(188,197,207)
#A8B0B9
(168,176,185)
#949BA3
(148,155,163)
#80868D
(128,134,141)
#6C7177
(108,113,119)
#585C61
(88,92,97)
#44474B
(68,71,75)
#303235
(48,50,53)
#1C1D1F
(28,29,31)
#000000
(0,0,0)

Tints of #E4EFFB

#E4EFFB
(228,239,251)
#E6F0FB
(230,240,251)
#E8F1FB
(232,241,251)
#EAF2FB
(234,242,251)
#ECF3FB
(236,243,251)
#EEF4FB
(238,244,251)
#F0F5FB
(240,245,251)
#F2F6FB
(242,246,251)
#F4F7FB
(244,247,251)
#F6F8FB
(246,248,251)
#F8F9FB
(248,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4EFFB; }

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

This text font color is #E4EFFB.


Background Color

.myBgColor { background-color: #E4EFFB; }

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

This div background color is #E4EFFB.


Border color

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

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

This div border color is #E4EFFB.


Opacity

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

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

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

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

This text has shadow with #E4EFFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4EFFB on black background.


Color preview on white background

This text has color #E4EFFB on white background.



Black color preview on #E4EFFB background

This text has black color on #E4EFFB background.


White color preview on #E4EFFB background

This text has white color on #E4EFFB background.