COLOR #E3FCDC

HEX: #E3FCDC
RGB: (227,252,220)

Color info

#E3FCDC contains red, green and blue colors in about the same proportion. Web safe color of #E3FCDC is #CCFFCC (or #CFC).

RGB color model

#E3FCDC color RGB value is (227,252,220).

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

RGB channels and saturation

R 227 of 255 = 89%
G 252 of 255 = 99%
B 220 of 255 = 86%

227
252
220

R + G + B ~ 91%. #E3FCDC is light color.

Portions of RGB colors in percentages

R + G + B =
227 + 252 + 220 = 699 (100%)
R 227 of 699 ~ 32.47%
G 252 of 699 ~ 36.05%
B 220 of 699 ~ 31.47%

%32.47
%36.05
%31.47

CMYK color model

#E3FCDC color CMYK value is (10,0,13,1).

  • cyan value is 9.92%
  • magenta value is 0.00%
  • yellow value is 12.70%
  • key color value is 1.18%
CMYK:
(10,0,13,1)
C10M0Y13K1 
(10%,0%,13%,1%)
(0.10/0.00/0.13/0.01)	

CMYK percentages

%9.92
%0
%12.7
%1.18

Codes

Color #E3FCDC in popluar color models

E3FCDC
RGB227252220
HSL107°84.21%92.55%
HSB/HSV107°12.70%98.82%
CMYK9.92%0.00%12.70%
1.18%

Color #E3FCDC in popluar number systems.

HEXE3FCDC
Decimal227252220
Binary111000111111110011011100
Octal343374334

Shades and tints

Shades of #E3FCDC

#E3FCDC
(227,252,220)
#CFE6C8
(207,230,200)
#BBD0B4
(187,208,180)
#A7BAA0
(167,186,160)
#93A48C
(147,164,140)
#7F8E78
(127,142,120)
#6B7864
(107,120,100)
#576250
(87,98,80)
#434C3C
(67,76,60)
#2F3628
(47,54,40)
#1B2014
(27,32,20)
#000000
(0,0,0)

Tints of #E3FCDC

#E3FCDC
(227,252,220)
#E5FCDF
(229,252,223)
#E7FCE2
(231,252,226)
#E9FCE5
(233,252,229)
#EBFCE8
(235,252,232)
#EDFCEB
(237,252,235)
#EFFCEE
(239,252,238)
#F1FCF1
(241,252,241)
#F3FCF4
(243,252,244)
#F5FCF7
(245,252,247)
#F7FCFA
(247,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3FCDC; }

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

This text font color is #E3FCDC.


Background Color

.myBgColor { background-color: #E3FCDC; }

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

This div background color is #E3FCDC.


Border color

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

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

This div border color is #E3FCDC.


Opacity

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

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

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

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

This text has shadow with #E3FCDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3FCDC on black background.


Color preview on white background

This text has color #E3FCDC on white background.



Black color preview on #E3FCDC background

This text has black color on #E3FCDC background.


White color preview on #E3FCDC background

This text has white color on #E3FCDC background.