COLOR #E4FCD0

HEX: #E4FCD0
RGB: (228,252,208)

Color info

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

RGB color model

#E4FCD0 color RGB value is (228,252,208).

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

RGB channels and saturation

R 228 of 255 = 89%
G 252 of 255 = 99%
B 208 of 255 = 82%

228
252
208

R + G + B ~ 90%. #E4FCD0 is light color.

Portions of RGB colors in percentages

R + G + B =
228 + 252 + 208 = 688 (100%)
R 228 of 688 ~ 33.14%
G 252 of 688 ~ 36.63%
B 208 of 688 ~ 30.23%

%33.14
%36.63
%30.23

CMYK color model

#E4FCD0 color CMYK value is (10,0,17,1).

  • cyan value is 9.52%
  • magenta value is 0.00%
  • yellow value is 17.46%
  • key color value is 1.18%
CMYK:
(10,0,17,1)
C10M0Y17K1 
(10%,0%,17%,1%)
(0.10/0.00/0.17/0.01)	

CMYK percentages

%9.52
%0
%17.46
%1.18

Codes

Color #E4FCD0 in popluar color models

E4FCD0
RGB228252208
HSL93°88.00%90.20%
HSB/HSV93°17.46%98.82%
CMYK9.52%0.00%17.46%
1.18%

Color #E4FCD0 in popluar number systems.

HEXE4FCD0
Decimal228252208
Binary111001001111110011010000
Octal344374320

Shades and tints

Shades of #E4FCD0

#E4FCD0
(228,252,208)
#D0E6BE
(208,230,190)
#BCD0AC
(188,208,172)
#A8BA9A
(168,186,154)
#94A488
(148,164,136)
#808E76
(128,142,118)
#6C7864
(108,120,100)
#586252
(88,98,82)
#444C40
(68,76,64)
#30362E
(48,54,46)
#1C201C
(28,32,28)
#000000
(0,0,0)

Tints of #E4FCD0

#E4FCD0
(228,252,208)
#E6FCD4
(230,252,212)
#E8FCD8
(232,252,216)
#EAFCDC
(234,252,220)
#ECFCE0
(236,252,224)
#EEFCE4
(238,252,228)
#F0FCE8
(240,252,232)
#F2FCEC
(242,252,236)
#F4FCF0
(244,252,240)
#F6FCF4
(246,252,244)
#F8FCF8
(248,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4FCD0; }

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

This text font color is #E4FCD0.


Background Color

.myBgColor { background-color: #E4FCD0; }

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

This div background color is #E4FCD0.


Border color

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

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

This div border color is #E4FCD0.


Opacity

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

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

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

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

This text has shadow with #E4FCD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4FCD0 on black background.


Color preview on white background

This text has color #E4FCD0 on white background.



Black color preview on #E4FCD0 background

This text has black color on #E4FCD0 background.


White color preview on #E4FCD0 background

This text has white color on #E4FCD0 background.