COLOR #E3F4ED

HEX: #E3F4ED
RGB: (227,244,237)

Color info

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

RGB color model

#E3F4ED color RGB value is (227,244,237).

  • red value is 227;
  • green value is 244;
  • blue value is 237.
RGB:
(227,244,237)
(89%,96%,93%)

RGB channels and saturation

R 227 of 255 = 89%
G 244 of 255 = 96%
B 237 of 255 = 93%

227
244
237

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

Portions of RGB colors in percentages

R + G + B =
227 + 244 + 237 = 708 (100%)
R 227 of 708 ~ 32.06%
G 244 of 708 ~ 34.46%
B 237 of 708 ~ 33.47%

%32.06
%34.46
%33.47

CMYK color model

#E3F4ED color CMYK value is (7,0,3,4).

  • cyan value is 6.97%
  • magenta value is 0.00%
  • yellow value is 2.87%
  • key color value is 4.31%
CMYK:
(7,0,3,4)
C7M0Y3K4 
(7%,0%,3%,4%)
(0.07/0.00/0.03/0.04)	

CMYK percentages

%6.97
%0
%2.87
%4.31

Codes

Color #E3F4ED in popluar color models

E3F4ED
RGB227244237
HSL155°43.59%92.35%
HSB/HSV155°6.97%95.69%
CMYK6.97%0.00%2.87%
4.31%

Color #E3F4ED in popluar number systems.

HEXE3F4ED
Decimal227244237
Binary111000111111010011101101
Octal343364355

Shades and tints

Shades of #E3F4ED

#E3F4ED
(227,244,237)
#CFDED8
(207,222,216)
#BBC8C3
(187,200,195)
#A7B2AE
(167,178,174)
#939C99
(147,156,153)
#7F8684
(127,134,132)
#6B706F
(107,112,111)
#575A5A
(87,90,90)
#434445
(67,68,69)
#2F2E30
(47,46,48)
#1B181B
(27,24,27)
#000000
(0,0,0)

Tints of #E3F4ED

#E3F4ED
(227,244,237)
#E5F5EE
(229,245,238)
#E7F6EF
(231,246,239)
#E9F7F0
(233,247,240)
#EBF8F1
(235,248,241)
#EDF9F2
(237,249,242)
#EFFAF3
(239,250,243)
#F1FBF4
(241,251,244)
#F3FCF5
(243,252,245)
#F5FDF6
(245,253,246)
#F7FEF7
(247,254,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3F4ED color. Also use rgb(227,244,237) instead hex code.

Text Font Color

.myTextColor { color: #E3F4ED; }

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

This text font color is #E3F4ED.


Background Color

.myBgColor { background-color: #E3F4ED; }

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

This div background color is #E3F4ED.


Border color

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

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

This div border color is #E3F4ED.


Opacity

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

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

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

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

This text has shadow with #E3F4ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3F4ED on black background.


Color preview on white background

This text has color #E3F4ED on white background.



Black color preview on #E3F4ED background

This text has black color on #E3F4ED background.


White color preview on #E3F4ED background

This text has white color on #E3F4ED background.