COLOR #E4F7ED

HEX: #E4F7ED
RGB: (228,247,237)

Color info

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

RGB color model

#E4F7ED color RGB value is (228,247,237).

  • red value is 228;
  • green value is 247;
  • blue value is 237.
RGB:
(228,247,237)
(89%,97%,93%)

RGB channels and saturation

R 228 of 255 = 89%
G 247 of 255 = 97%
B 237 of 255 = 93%

228
247
237

R + G + B ~ 93%. #E4F7ED is light color.

Portions of RGB colors in percentages

R + G + B =
228 + 247 + 237 = 712 (100%)
R 228 of 712 ~ 32.02%
G 247 of 712 ~ 34.69%
B 237 of 712 ~ 33.29%

%32.02
%34.69
%33.29

CMYK color model

#E4F7ED color CMYK value is (8,0,4,3).

  • cyan value is 7.69%
  • magenta value is 0.00%
  • yellow value is 4.05%
  • key color value is 3.14%
CMYK:
(8,0,4,3)
C8M0Y4K3 
(8%,0%,4%,3%)
(0.08/0.00/0.04/0.03)	

CMYK percentages

%7.69
%0
%4.05
%3.14

Codes

Color #E4F7ED in popluar color models

E4F7ED
RGB228247237
HSL148°54.29%93.14%
HSB/HSV148°7.69%96.86%
CMYK7.69%0.00%4.05%
3.14%

Color #E4F7ED in popluar number systems.

HEXE4F7ED
Decimal228247237
Binary111001001111011111101101
Octal344367355

Shades and tints

Shades of #E4F7ED

#E4F7ED
(228,247,237)
#D0E1D8
(208,225,216)
#BCCBC3
(188,203,195)
#A8B5AE
(168,181,174)
#949F99
(148,159,153)
#808984
(128,137,132)
#6C736F
(108,115,111)
#585D5A
(88,93,90)
#444745
(68,71,69)
#303130
(48,49,48)
#1C1B1B
(28,27,27)
#000000
(0,0,0)

Tints of #E4F7ED

#E4F7ED
(228,247,237)
#E6F7EE
(230,247,238)
#E8F7EF
(232,247,239)
#EAF7F0
(234,247,240)
#ECF7F1
(236,247,241)
#EEF7F2
(238,247,242)
#F0F7F3
(240,247,243)
#F2F7F4
(242,247,244)
#F4F7F5
(244,247,245)
#F6F7F6
(246,247,246)
#F8F7F7
(248,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4F7ED color. Also use rgb(228,247,237) instead hex code.

Text Font Color

.myTextColor { color: #E4F7ED; }

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

This text font color is #E4F7ED.


Background Color

.myBgColor { background-color: #E4F7ED; }

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

This div background color is #E4F7ED.


Border color

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

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

This div border color is #E4F7ED.


Opacity

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

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

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

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

This text has shadow with #E4F7ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4F7ED on black background.


Color preview on white background

This text has color #E4F7ED on white background.



Black color preview on #E4F7ED background

This text has black color on #E4F7ED background.


White color preview on #E4F7ED background

This text has white color on #E4F7ED background.