COLOR #E2FCC9

HEX: #E2FCC9 RGB: (226,252,201)

Color info

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

RGB color model

#E2FCC9 color RGB value is (226,252,201).

RGB: (226,252,201) (89%, 99%, 79%)

RGB channels and saturation

R 226 of 255 = 89%
G 252 of 255 = 99%
B 201 of 255 = 79%

226
252
201

R + G + B ~ 89%. #E2FCC9 is light color.

Portions of RGB colors in percentages

R + G + B = 226 + 252 + 201 = 679 (100%)
R 226 of 679 ~ 33.28%
G 252 of 679 ~ 37.11%
B 201 of 679 ~ 29.6'%

%33.28
%37.11
%29.6

CMYK color model

#E2FCC9 color CMYK value is (10,0,20,1).

  • cyan value is 10.32%
  • magenta value is 0.00%
  • yellow value is 20.24%
  • key color value is 1.18%

CMYK: (10,0,20,1)
C10M0Y20K1 (10%, 0%, 20%, 1%)
(0.10 / 0.00 / 0.20 / 0.01)

CMYK percentages

%10.32
%0
%20.24
%1.18

Codes

Color #E2FCC9 in popluar color models

E2 FC C9
RGB 226 252 201
HSL 91° 89.47% 88.82%
HSB/HSV 91° 20.24% 98.82%
CMYK 10.32% 0.00% 20.24%
1.18%

Color #E2FCC9 in popluar number systems.

HEX E2 FC C9
Decimal 226 252 201
Binary 11100010 11111100 11001001
Octal 342 374 311

Shades and tints

Shades of #E2FCC9

#E2FCC9
(226,252,201)
#CEE6B7
(206,230,183)
#BAD0A5
(186,208,165)
#A6BA93
(166,186,147)
#92A481
(146,164,129)
#7E8E6F
(126,142,111)
#6A785D
(106,120,93)
#56624B
(86,98,75)
#424C39
(66,76,57)
#2E3627
(46,54,39)
#1A2015
(26,32,21)
#000000
(0,0,0)

Tints of #E2FCC9

#E2FCC9
(226,252,201)
#E4FCCD
(228,252,205)
#E6FCD1
(230,252,209)
#E8FCD5
(232,252,213)
#EAFCD9
(234,252,217)
#ECFCDD
(236,252,221)
#EEFCE1
(238,252,225)
#F0FCE5
(240,252,229)
#F2FCE9
(242,252,233)
#F4FCED
(244,252,237)
#F6FCF1
(246,252,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2FCC9; }

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

This text font color is #E2FCC9.

Background Color

.myBgColor { background-color: #E2FCC9; }

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

This div background color is #E2FCC9.

Border color

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

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

This div border color is #E2FCC9.

Opacity

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

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

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

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

This text has shadow with #E2FCC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2FCC9.

Preview

Color preview on black background

This text has color #E2FCC9 on black background.


Color preview on white background

This text has color #E2FCC9 on white background.


Black color preview on #E2FCC9 background

This text has black color on #E2FCC9 background.


White color preview on #E2FCC9 background

This text has white color on #E2FCC9 background.


Related colors

Complementary color

Complementary color for #hex is #1D0336.


I love getcolorcode.com

Triadic colors

1 #C9E2FC and #FCC9E2 with #E2FCC9 are triadic colors.

2 #C9FCE2 and #FCE2C9 with #E2FCC9 are triadic colors.