COLOR #E3FCDE

HEX: #E3FCDE
RGB: (227,252,222)

Color info

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

RGB color model

#E3FCDE color RGB value is (227,252,222).

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

RGB channels and saturation

R 227 of 255 = 89%
G 252 of 255 = 99%
B 222 of 255 = 87%

227
252
222

R + G + B ~ 92%. #E3FCDE is light color.

Portions of RGB colors in percentages

R + G + B =
227 + 252 + 222 = 701 (100%)
R 227 of 701 ~ 32.38%
G 252 of 701 ~ 35.95%
B 222 of 701 ~ 31.67%

%32.38
%35.95
%31.67

CMYK color model

#E3FCDE color CMYK value is (10,0,12,1).

  • cyan value is 9.92%
  • magenta value is 0.00%
  • yellow value is 11.90%
  • key color value is 1.18%
CMYK:
(10,0,12,1)
C10M0Y12K1 
(10%,0%,12%,1%)
(0.10/0.00/0.12/0.01)	

CMYK percentages

%9.92
%0
%11.9
%1.18

Codes

Color #E3FCDE in popluar color models

E3FCDE
RGB227252222
HSL110°83.33%92.94%
HSB/HSV110°11.90%98.82%
CMYK9.92%0.00%11.90%
1.18%

Color #E3FCDE in popluar number systems.

HEXE3FCDE
Decimal227252222
Binary111000111111110011011110
Octal343374336

Shades and tints

Shades of #E3FCDE

#E3FCDE
(227,252,222)
#CFE6CA
(207,230,202)
#BBD0B6
(187,208,182)
#A7BAA2
(167,186,162)
#93A48E
(147,164,142)
#7F8E7A
(127,142,122)
#6B7866
(107,120,102)
#576252
(87,98,82)
#434C3E
(67,76,62)
#2F362A
(47,54,42)
#1B2016
(27,32,22)
#000000
(0,0,0)

Tints of #E3FCDE

#E3FCDE
(227,252,222)
#E5FCE1
(229,252,225)
#E7FCE4
(231,252,228)
#E9FCE7
(233,252,231)
#EBFCEA
(235,252,234)
#EDFCED
(237,252,237)
#EFFCF0
(239,252,240)
#F1FCF3
(241,252,243)
#F3FCF6
(243,252,246)
#F5FCF9
(245,252,249)
#F7FCFC
(247,252,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3FCDE; }

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

This text font color is #E3FCDE.


Background Color

.myBgColor { background-color: #E3FCDE; }

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

This div background color is #E3FCDE.


Border color

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

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

This div border color is #E3FCDE.


Opacity

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

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

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

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

This text has shadow with #E3FCDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3FCDE on black background.


Color preview on white background

This text has color #E3FCDE on white background.



Black color preview on #E3FCDE background

This text has black color on #E3FCDE background.


White color preview on #E3FCDE background

This text has white color on #E3FCDE background.