COLOR #E2FCC2

HEX: #E2FCC2
RGB: (226,252,194)

Color info

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

RGB color model

#E2FCC2 color RGB value is (226,252,194).

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

RGB channels and saturation

R 226 of 255 = 89%
G 252 of 255 = 99%
B 194 of 255 = 76%

226
252
194

R + G + B ~ 88%. #E2FCC2 is light color.

Portions of RGB colors in percentages

R + G + B =
226 + 252 + 194 = 672 (100%)
R 226 of 672 ~ 33.63%
G 252 of 672 ~ 37.5%
B 194 of 672 ~ 28.87%

%33.63
%37.5
%28.87

CMYK color model

#E2FCC2 color CMYK value is (10,0,23,1).

  • cyan value is 10.32%
  • magenta value is 0.00%
  • yellow value is 23.02%
  • key color value is 1.18%
CMYK:
(10,0,23,1)
C10M0Y23K1 
(10%,0%,23%,1%)
(0.10/0.00/0.23/0.01)	

CMYK percentages

%10.32
%0
%23.02
%1.18

Codes

Color #E2FCC2 in popluar color models

E2FCC2
RGB226252194
HSL87°90.63%87.45%
HSB/HSV87°23.02%98.82%
CMYK10.32%0.00%23.02%
1.18%

Color #E2FCC2 in popluar number systems.

HEXE2FCC2
Decimal226252194
Binary111000101111110011000010
Octal342374302

Shades and tints

Shades of #E2FCC2

#E2FCC2
(226,252,194)
#CEE6B1
(206,230,177)
#BAD0A0
(186,208,160)
#A6BA8F
(166,186,143)
#92A47E
(146,164,126)
#7E8E6D
(126,142,109)
#6A785C
(106,120,92)
#56624B
(86,98,75)
#424C3A
(66,76,58)
#2E3629
(46,54,41)
#1A2018
(26,32,24)
#000000
(0,0,0)

Tints of #E2FCC2

#E2FCC2
(226,252,194)
#E4FCC7
(228,252,199)
#E6FCCC
(230,252,204)
#E8FCD1
(232,252,209)
#EAFCD6
(234,252,214)
#ECFCDB
(236,252,219)
#EEFCE0
(238,252,224)
#F0FCE5
(240,252,229)
#F2FCEA
(242,252,234)
#F4FCEF
(244,252,239)
#F6FCF4
(246,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2FCC2; }

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

This text font color is #E2FCC2.


Background Color

.myBgColor { background-color: #E2FCC2; }

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

This div background color is #E2FCC2.


Border color

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

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

This div border color is #E2FCC2.


Opacity

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

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

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

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

This text has shadow with #E2FCC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2FCC2 on black background.


Color preview on white background

This text has color #E2FCC2 on white background.



Black color preview on #E2FCC2 background

This text has black color on #E2FCC2 background.


White color preview on #E2FCC2 background

This text has white color on #E2FCC2 background.