COLOR #E3FCEE

HEX: #E3FCEE
RGB: (227,252,238)

Color info

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

RGB color model

#E3FCEE color RGB value is (227,252,238).

  • red value is 227;
  • green value is 252;
  • blue value is 238.
RGB:
(227,252,238)
(89%,99%,93%)

RGB channels and saturation

R 227 of 255 = 89%
G 252 of 255 = 99%
B 238 of 255 = 93%

227
252
238

R + G + B ~ 94%. #E3FCEE is light color.

Portions of RGB colors in percentages

R + G + B =
227 + 252 + 238 = 717 (100%)
R 227 of 717 ~ 31.66%
G 252 of 717 ~ 35.15%
B 238 of 717 ~ 33.19%

%31.66
%35.15
%33.19

CMYK color model

#E3FCEE color CMYK value is (10,0,6,1).

  • cyan value is 9.92%
  • magenta value is 0.00%
  • yellow value is 5.56%
  • key color value is 1.18%
CMYK:
(10,0,6,1)
C10M0Y6K1 
(10%,0%,6%,1%)
(0.10/0.00/0.06/0.01)	

CMYK percentages

%9.92
%0
%5.56
%1.18

Codes

Color #E3FCEE in popluar color models

E3FCEE
RGB227252238
HSL146°80.65%93.92%
HSB/HSV146°9.92%98.82%
CMYK9.92%0.00%5.56%
1.18%

Color #E3FCEE in popluar number systems.

HEXE3FCEE
Decimal227252238
Binary111000111111110011101110
Octal343374356

Shades and tints

Shades of #E3FCEE

#E3FCEE
(227,252,238)
#CFE6D9
(207,230,217)
#BBD0C4
(187,208,196)
#A7BAAF
(167,186,175)
#93A49A
(147,164,154)
#7F8E85
(127,142,133)
#6B7870
(107,120,112)
#57625B
(87,98,91)
#434C46
(67,76,70)
#2F3631
(47,54,49)
#1B201C
(27,32,28)
#000000
(0,0,0)

Tints of #E3FCEE

#E3FCEE
(227,252,238)
#E5FCEF
(229,252,239)
#E7FCF0
(231,252,240)
#E9FCF1
(233,252,241)
#EBFCF2
(235,252,242)
#EDFCF3
(237,252,243)
#EFFCF4
(239,252,244)
#F1FCF5
(241,252,245)
#F3FCF6
(243,252,246)
#F5FCF7
(245,252,247)
#F7FCF8
(247,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3FCEE color. Also use rgb(227,252,238) instead hex code.

Text Font Color

.myTextColor { color: #E3FCEE; }

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

This text font color is #E3FCEE.


Background Color

.myBgColor { background-color: #E3FCEE; }

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

This div background color is #E3FCEE.


Border color

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

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

This div border color is #E3FCEE.


Opacity

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

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

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

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

This text has shadow with #E3FCEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3FCEE on black background.


Color preview on white background

This text has color #E3FCEE on white background.



Black color preview on #E3FCEE background

This text has black color on #E3FCEE background.


White color preview on #E3FCEE background

This text has white color on #E3FCEE background.