COLOR #E2FCD5

HEX: #E2FCD5
RGB: (226,252,213)

Color info

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

RGB color model

#E2FCD5 color RGB value is (226,252,213).

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

RGB channels and saturation

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

226
252
213

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

Portions of RGB colors in percentages

R + G + B =
226 + 252 + 213 = 691 (100%)
R 226 of 691 ~ 32.71%
G 252 of 691 ~ 36.47%
B 213 of 691 ~ 30.82%

%32.71
%36.47
%30.82

CMYK color model

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

  • cyan value is 10.32%
  • magenta value is 0.00%
  • yellow value is 15.48%
  • 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
%15.48
%1.18

Codes

Color #E2FCD5 in popluar color models

E2FCD5
RGB226252213
HSL100°86.67%91.18%
HSB/HSV100°15.48%98.82%
CMYK10.32%0.00%15.48%
1.18%

Color #E2FCD5 in popluar number systems.

HEXE2FCD5
Decimal226252213
Binary111000101111110011010101
Octal342374325

Shades and tints

Shades of #E2FCD5

#E2FCD5
(226,252,213)
#CEE6C2
(206,230,194)
#BAD0AF
(186,208,175)
#A6BA9C
(166,186,156)
#92A489
(146,164,137)
#7E8E76
(126,142,118)
#6A7863
(106,120,99)
#566250
(86,98,80)
#424C3D
(66,76,61)
#2E362A
(46,54,42)
#1A2017
(26,32,23)
#000000
(0,0,0)

Tints of #E2FCD5

#E2FCD5
(226,252,213)
#E4FCD8
(228,252,216)
#E6FCDB
(230,252,219)
#E8FCDE
(232,252,222)
#EAFCE1
(234,252,225)
#ECFCE4
(236,252,228)
#EEFCE7
(238,252,231)
#F0FCEA
(240,252,234)
#F2FCED
(242,252,237)
#F4FCF0
(244,252,240)
#F6FCF3
(246,252,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2FCD5; }

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

This text font color is #E2FCD5.


Background Color

.myBgColor { background-color: #E2FCD5; }

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

This div background color is #E2FCD5.


Border color

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

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

This div border color is #E2FCD5.


Opacity

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

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

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

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

This text has shadow with #E2FCD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2FCD5 on black background.


Color preview on white background

This text has color #E2FCD5 on white background.



Black color preview on #E2FCD5 background

This text has black color on #E2FCD5 background.


White color preview on #E2FCD5 background

This text has white color on #E2FCD5 background.