COLOR #E3F6ED

HEX: #E3F6ED
RGB: (227,246,237)

Color info

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

RGB color model

#E3F6ED color RGB value is (227,246,237).

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

RGB channels and saturation

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

227
246
237

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

Portions of RGB colors in percentages

R + G + B =
227 + 246 + 237 = 710 (100%)
R 227 of 710 ~ 31.97%
G 246 of 710 ~ 34.65%
B 237 of 710 ~ 33.38%

%31.97
%34.65
%33.38

CMYK color model

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

  • cyan value is 7.72%
  • magenta value is 0.00%
  • yellow value is 3.66%
  • key color value is 3.53%
CMYK:
(8,0,4,4)
C8M0Y4K4 
(8%,0%,4%,4%)
(0.08/0.00/0.04/0.04)	

CMYK percentages

%7.72
%0
%3.66
%3.53

Codes

Color #E3F6ED in popluar color models

E3F6ED
RGB227246237
HSL152°51.35%92.75%
HSB/HSV152°7.72%96.47%
CMYK7.72%0.00%3.66%
3.53%

Color #E3F6ED in popluar number systems.

HEXE3F6ED
Decimal227246237
Binary111000111111011011101101
Octal343366355

Shades and tints

Shades of #E3F6ED

#E3F6ED
(227,246,237)
#CFE0D8
(207,224,216)
#BBCAC3
(187,202,195)
#A7B4AE
(167,180,174)
#939E99
(147,158,153)
#7F8884
(127,136,132)
#6B726F
(107,114,111)
#575C5A
(87,92,90)
#434645
(67,70,69)
#2F3030
(47,48,48)
#1B1A1B
(27,26,27)
#000000
(0,0,0)

Tints of #E3F6ED

#E3F6ED
(227,246,237)
#E5F6EE
(229,246,238)
#E7F6EF
(231,246,239)
#E9F6F0
(233,246,240)
#EBF6F1
(235,246,241)
#EDF6F2
(237,246,242)
#EFF6F3
(239,246,243)
#F1F6F4
(241,246,244)
#F3F6F5
(243,246,245)
#F5F6F6
(245,246,246)
#F7F6F7
(247,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3F6ED; }

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

This text font color is #E3F6ED.


Background Color

.myBgColor { background-color: #E3F6ED; }

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

This div background color is #E3F6ED.


Border color

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

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

This div border color is #E3F6ED.


Opacity

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

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

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

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

This text has shadow with #E3F6ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3F6ED on black background.


Color preview on white background

This text has color #E3F6ED on white background.



Black color preview on #E3F6ED background

This text has black color on #E3F6ED background.


White color preview on #E3F6ED background

This text has white color on #E3F6ED background.