COLOR #E2FCD7

HEX: #E2FCD7
RGB: (226,252,215)

Color info

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

RGB color model

#E2FCD7 color RGB value is (226,252,215).

  • red value is 226;
  • green value is 252;
  • blue value is 215.
RGB:
(226,252,215)
(89%,99%,84%)

RGB channels and saturation

R 226 of 255 = 89%
G 252 of 255 = 99%
B 215 of 255 = 84%

226
252
215

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

Portions of RGB colors in percentages

R + G + B =
226 + 252 + 215 = 693 (100%)
R 226 of 693 ~ 32.61%
G 252 of 693 ~ 36.36%
B 215 of 693 ~ 31.02%

%32.61
%36.36
%31.02

CMYK color model

#E2FCD7 color CMYK value is (10,0,15,1).

  • cyan value is 10.32%
  • magenta value is 0.00%
  • yellow value is 14.68%
  • key color value is 1.18%
CMYK:
(10,0,15,1)
C10M0Y15K1 
(10%,0%,15%,1%)
(0.10/0.00/0.15/0.01)	

CMYK percentages

%10.32
%0
%14.68
%1.18

Codes

Color #E2FCD7 in popluar color models

E2FCD7
RGB226252215
HSL102°86.05%91.57%
HSB/HSV102°14.68%98.82%
CMYK10.32%0.00%14.68%
1.18%

Color #E2FCD7 in popluar number systems.

HEXE2FCD7
Decimal226252215
Binary111000101111110011010111
Octal342374327

Shades and tints

Shades of #E2FCD7

#E2FCD7
(226,252,215)
#CEE6C4
(206,230,196)
#BAD0B1
(186,208,177)
#A6BA9E
(166,186,158)
#92A48B
(146,164,139)
#7E8E78
(126,142,120)
#6A7865
(106,120,101)
#566252
(86,98,82)
#424C3F
(66,76,63)
#2E362C
(46,54,44)
#1A2019
(26,32,25)
#000000
(0,0,0)

Tints of #E2FCD7

#E2FCD7
(226,252,215)
#E4FCDA
(228,252,218)
#E6FCDD
(230,252,221)
#E8FCE0
(232,252,224)
#EAFCE3
(234,252,227)
#ECFCE6
(236,252,230)
#EEFCE9
(238,252,233)
#F0FCEC
(240,252,236)
#F2FCEF
(242,252,239)
#F4FCF2
(244,252,242)
#F6FCF5
(246,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2FCD7 color. Also use rgb(226,252,215) instead hex code.

Text Font Color

.myTextColor { color: #E2FCD7; }

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

This text font color is #E2FCD7.


Background Color

.myBgColor { background-color: #E2FCD7; }

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

This div background color is #E2FCD7.


Border color

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

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

This div border color is #E2FCD7.


Opacity

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

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

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

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

This text has shadow with #E2FCD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2FCD7 on black background.


Color preview on white background

This text has color #E2FCD7 on white background.



Black color preview on #E2FCD7 background

This text has black color on #E2FCD7 background.


White color preview on #E2FCD7 background

This text has white color on #E2FCD7 background.