COLOR #E4EFE7

HEX: #E4EFE7
RGB: (228,239,231)

Color info

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

RGB color model

#E4EFE7 color RGB value is (228,239,231).

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

RGB channels and saturation

R 228 of 255 = 89%
G 239 of 255 = 94%
B 231 of 255 = 91%

228
239
231

R + G + B ~ 91%. #E4EFE7 is light color.

Portions of RGB colors in percentages

R + G + B =
228 + 239 + 231 = 698 (100%)
R 228 of 698 ~ 32.66%
G 239 of 698 ~ 34.24%
B 231 of 698 ~ 33.09%

%32.66
%34.24
%33.09

CMYK color model

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

  • cyan value is 4.60%
  • magenta value is 0.00%
  • yellow value is 3.35%
  • key color value is 6.27%
CMYK:
(5,0,3,6)
C5M0Y3K6 
(5%,0%,3%,6%)
(0.05/0.00/0.03/0.06)	

CMYK percentages

%4.6
%0
%3.35
%6.27

Codes

Color #E4EFE7 in popluar color models

E4EFE7
RGB228239231
HSL136°25.58%91.57%
HSB/HSV136°4.60%93.73%
CMYK4.60%0.00%3.35%
6.27%

Color #E4EFE7 in popluar number systems.

HEXE4EFE7
Decimal228239231
Binary111001001110111111100111
Octal344357347

Shades and tints

Shades of #E4EFE7

#E4EFE7
(228,239,231)
#D0DAD2
(208,218,210)
#BCC5BD
(188,197,189)
#A8B0A8
(168,176,168)
#949B93
(148,155,147)
#80867E
(128,134,126)
#6C7169
(108,113,105)
#585C54
(88,92,84)
#44473F
(68,71,63)
#30322A
(48,50,42)
#1C1D15
(28,29,21)
#000000
(0,0,0)

Tints of #E4EFE7

#E4EFE7
(228,239,231)
#E6F0E9
(230,240,233)
#E8F1EB
(232,241,235)
#EAF2ED
(234,242,237)
#ECF3EF
(236,243,239)
#EEF4F1
(238,244,241)
#F0F5F3
(240,245,243)
#F2F6F5
(242,246,245)
#F4F7F7
(244,247,247)
#F6F8F9
(246,248,249)
#F8F9FB
(248,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4EFE7; }

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

This text font color is #E4EFE7.


Background Color

.myBgColor { background-color: #E4EFE7; }

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

This div background color is #E4EFE7.


Border color

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

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

This div border color is #E4EFE7.


Opacity

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

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

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

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

This text has shadow with #E4EFE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4EFE7 on black background.


Color preview on white background

This text has color #E4EFE7 on white background.



Black color preview on #E4EFE7 background

This text has black color on #E4EFE7 background.


White color preview on #E4EFE7 background

This text has white color on #E4EFE7 background.