COLOR #E4FEC8

HEX: #E4FEC8
RGB: (228,254,200)

Color info

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

RGB color model

#E4FEC8 color RGB value is (228,254,200).

  • red value is 228;
  • green value is 254;
  • blue value is 200.
RGB:
(228,254,200)
(89%,100%,78%)

RGB channels and saturation

R 228 of 255 = 89%
G 254 of 255 = 100%
B 200 of 255 = 78%

228
254
200

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

Portions of RGB colors in percentages

R + G + B =
228 + 254 + 200 = 682 (100%)
R 228 of 682 ~ 33.43%
G 254 of 682 ~ 37.24%
B 200 of 682 ~ 29.33%

%33.43
%37.24
%29.33

CMYK color model

#E4FEC8 color CMYK value is (10,0,21,0).

  • cyan value is 10.24%
  • magenta value is 0.00%
  • yellow value is 21.26%
  • key color value is 0.39%
CMYK:
(10,0,21,0)
C10M0Y21K0 
(10%,0%,21%,0%)
(0.10/0.00/0.21/0.00)	

CMYK percentages

%10.24
%0
%21.26
%0.39

Codes

Color #E4FEC8 in popluar color models

E4FEC8
RGB228254200
HSL89°96.43%89.02%
HSB/HSV89°21.26%99.61%
CMYK10.24%0.00%21.26%
0.39%

Color #E4FEC8 in popluar number systems.

HEXE4FEC8
Decimal228254200
Binary111001001111111011001000
Octal344376310

Shades and tints

Shades of #E4FEC8

#E4FEC8
(228,254,200)
#D0E7B6
(208,231,182)
#BCD0A4
(188,208,164)
#A8B992
(168,185,146)
#94A280
(148,162,128)
#808B6E
(128,139,110)
#6C745C
(108,116,92)
#585D4A
(88,93,74)
#444638
(68,70,56)
#302F26
(48,47,38)
#1C1814
(28,24,20)
#000000
(0,0,0)

Tints of #E4FEC8

#E4FEC8
(228,254,200)
#E6FECD
(230,254,205)
#E8FED2
(232,254,210)
#EAFED7
(234,254,215)
#ECFEDC
(236,254,220)
#EEFEE1
(238,254,225)
#F0FEE6
(240,254,230)
#F2FEEB
(242,254,235)
#F4FEF0
(244,254,240)
#F6FEF5
(246,254,245)
#F8FEFA
(248,254,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4FEC8 color. Also use rgb(228,254,200) instead hex code.

Text Font Color

.myTextColor { color: #E4FEC8; }

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

This text font color is #E4FEC8.


Background Color

.myBgColor { background-color: #E4FEC8; }

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

This div background color is #E4FEC8.


Border color

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

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

This div border color is #E4FEC8.


Opacity

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

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

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

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

This text has shadow with #E4FEC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4FEC8 on black background.


Color preview on white background

This text has color #E4FEC8 on white background.



Black color preview on #E4FEC8 background

This text has black color on #E4FEC8 background.


White color preview on #E4FEC8 background

This text has white color on #E4FEC8 background.