COLOR #E3FDEC

HEX: #E3FDEC
RGB: (227,253,236)

Color info

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

RGB color model

#E3FDEC color RGB value is (227,253,236).

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

RGB channels and saturation

R 227 of 255 = 89%
G 253 of 255 = 99%
B 236 of 255 = 93%

227
253
236

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

Portions of RGB colors in percentages

R + G + B =
227 + 253 + 236 = 716 (100%)
R 227 of 716 ~ 31.7%
G 253 of 716 ~ 35.34%
B 236 of 716 ~ 32.96%

%31.7
%35.34
%32.96

CMYK color model

#E3FDEC color CMYK value is (10,0,7,1).

  • cyan value is 10.28%
  • magenta value is 0.00%
  • yellow value is 6.72%
  • key color value is 0.78%
CMYK:
(10,0,7,1)
C10M0Y7K1 
(10%,0%,7%,1%)
(0.10/0.00/0.07/0.01)	

CMYK percentages

%10.28
%0
%6.72
%0.78

Codes

Color #E3FDEC in popluar color models

E3FDEC
RGB227253236
HSL141°86.67%94.12%
HSB/HSV141°10.28%99.22%
CMYK10.28%0.00%6.72%
0.78%

Color #E3FDEC in popluar number systems.

HEXE3FDEC
Decimal227253236
Binary111000111111110111101100
Octal343375354

Shades and tints

Shades of #E3FDEC

#E3FDEC
(227,253,236)
#CFE6D7
(207,230,215)
#BBCFC2
(187,207,194)
#A7B8AD
(167,184,173)
#93A198
(147,161,152)
#7F8A83
(127,138,131)
#6B736E
(107,115,110)
#575C59
(87,92,89)
#434544
(67,69,68)
#2F2E2F
(47,46,47)
#1B171A
(27,23,26)
#000000
(0,0,0)

Tints of #E3FDEC

#E3FDEC
(227,253,236)
#E5FDED
(229,253,237)
#E7FDEE
(231,253,238)
#E9FDEF
(233,253,239)
#EBFDF0
(235,253,240)
#EDFDF1
(237,253,241)
#EFFDF2
(239,253,242)
#F1FDF3
(241,253,243)
#F3FDF4
(243,253,244)
#F5FDF5
(245,253,245)
#F7FDF6
(247,253,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3FDEC color. Also use rgb(227,253,236) instead hex code.

Text Font Color

.myTextColor { color: #E3FDEC; }

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

This text font color is #E3FDEC.


Background Color

.myBgColor { background-color: #E3FDEC; }

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

This div background color is #E3FDEC.


Border color

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

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

This div border color is #E3FDEC.


Opacity

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

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

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

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

This text has shadow with #E3FDEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3FDEC on black background.


Color preview on white background

This text has color #E3FDEC on white background.



Black color preview on #E3FDEC background

This text has black color on #E3FDEC background.


White color preview on #E3FDEC background

This text has white color on #E3FDEC background.