COLOR #E4EFEE

HEX: #E4EFEE
RGB: (228,239,238)

Color info

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

RGB color model

#E4EFEE color RGB value is (228,239,238).

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

RGB channels and saturation

R 228 of 255 = 89%
G 239 of 255 = 94%
B 238 of 255 = 93%

228
239
238

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

Portions of RGB colors in percentages

R + G + B =
228 + 239 + 238 = 705 (100%)
R 228 of 705 ~ 32.34%
G 239 of 705 ~ 33.9%
B 238 of 705 ~ 33.76%

%32.34
%33.9
%33.76

CMYK color model

#E4EFEE color CMYK value is (5,0,0,6).

  • cyan value is 4.60%
  • magenta value is 0.00%
  • yellow value is 0.42%
  • key color value is 6.27%
CMYK:
(5,0,0,6)
C5M0Y0K6 
(5%,0%,0%,6%)
(0.05/0.00/0.00/0.06)	

CMYK percentages

%4.6
%0
%0.42
%6.27

Codes

Color #E4EFEE in popluar color models

E4EFEE
RGB228239238
HSL175°25.58%91.57%
HSB/HSV175°4.60%93.73%
CMYK4.60%0.00%0.42%
6.27%

Color #E4EFEE in popluar number systems.

HEXE4EFEE
Decimal228239238
Binary111001001110111111101110
Octal344357356

Shades and tints

Shades of #E4EFEE

#E4EFEE
(228,239,238)
#D0DAD9
(208,218,217)
#BCC5C4
(188,197,196)
#A8B0AF
(168,176,175)
#949B9A
(148,155,154)
#808685
(128,134,133)
#6C7170
(108,113,112)
#585C5B
(88,92,91)
#444746
(68,71,70)
#303231
(48,50,49)
#1C1D1C
(28,29,28)
#000000
(0,0,0)

Tints of #E4EFEE

#E4EFEE
(228,239,238)
#E6F0EF
(230,240,239)
#E8F1F0
(232,241,240)
#EAF2F1
(234,242,241)
#ECF3F2
(236,243,242)
#EEF4F3
(238,244,243)
#F0F5F4
(240,245,244)
#F2F6F5
(242,246,245)
#F4F7F6
(244,247,246)
#F6F8F7
(246,248,247)
#F8F9F8
(248,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4EFEE; }

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

This text font color is #E4EFEE.


Background Color

.myBgColor { background-color: #E4EFEE; }

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

This div background color is #E4EFEE.


Border color

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

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

This div border color is #E4EFEE.


Opacity

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

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

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

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

This text has shadow with #E4EFEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4EFEE on black background.


Color preview on white background

This text has color #E4EFEE on white background.



Black color preview on #E4EFEE background

This text has black color on #E4EFEE background.


White color preview on #E4EFEE background

This text has white color on #E4EFEE background.