COLOR #E4FCC2

HEX: #E4FCC2
RGB: (228,252,194)

Color info

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

RGB color model

#E4FCC2 color RGB value is (228,252,194).

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

RGB channels and saturation

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

228
252
194

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

Portions of RGB colors in percentages

R + G + B =
228 + 252 + 194 = 674 (100%)
R 228 of 674 ~ 33.83%
G 252 of 674 ~ 37.39%
B 194 of 674 ~ 28.78%

%33.83
%37.39
%28.78

CMYK color model

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

  • cyan value is 9.52%
  • 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

%9.52
%0
%23.02
%1.18

Codes

Color #E4FCC2 in popluar color models

E4FCC2
RGB228252194
HSL85°90.63%87.45%
HSB/HSV85°23.02%98.82%
CMYK9.52%0.00%23.02%
1.18%

Color #E4FCC2 in popluar number systems.

HEXE4FCC2
Decimal228252194
Binary111001001111110011000010
Octal344374302

Shades and tints

Shades of #E4FCC2

#E4FCC2
(228,252,194)
#D0E6B1
(208,230,177)
#BCD0A0
(188,208,160)
#A8BA8F
(168,186,143)
#94A47E
(148,164,126)
#808E6D
(128,142,109)
#6C785C
(108,120,92)
#58624B
(88,98,75)
#444C3A
(68,76,58)
#303629
(48,54,41)
#1C2018
(28,32,24)
#000000
(0,0,0)

Tints of #E4FCC2

#E4FCC2
(228,252,194)
#E6FCC7
(230,252,199)
#E8FCCC
(232,252,204)
#EAFCD1
(234,252,209)
#ECFCD6
(236,252,214)
#EEFCDB
(238,252,219)
#F0FCE0
(240,252,224)
#F2FCE5
(242,252,229)
#F4FCEA
(244,252,234)
#F6FCEF
(246,252,239)
#F8FCF4
(248,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4FCC2; }

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

This text font color is #E4FCC2.


Background Color

.myBgColor { background-color: #E4FCC2; }

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

This div background color is #E4FCC2.


Border color

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

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

This div border color is #E4FCC2.


Opacity

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

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

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

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

This text has shadow with #E4FCC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4FCC2 on black background.


Color preview on white background

This text has color #E4FCC2 on white background.



Black color preview on #E4FCC2 background

This text has black color on #E4FCC2 background.


White color preview on #E4FCC2 background

This text has white color on #E4FCC2 background.