COLOR #E4FEEF

HEX: #E4FEEF
RGB: (228,254,239)

Color info

#E4FEEF contains red, green and blue colors in about the same proportion. Web safe color of #E4FEEF is #CCFFFF (or #CFF).

RGB color model

#E4FEEF color RGB value is (228,254,239).

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

RGB channels and saturation

R 228 of 255 = 89%
G 254 of 255 = 100%
B 239 of 255 = 94%

228
254
239

R + G + B ~ 94%. #E4FEEF is light color.

Portions of RGB colors in percentages

R + G + B =
228 + 254 + 239 = 721 (100%)
R 228 of 721 ~ 31.62%
G 254 of 721 ~ 35.23%
B 239 of 721 ~ 33.15%

%31.62
%35.23
%33.15

CMYK color model

#E4FEEF color CMYK value is (10,0,6,0).

  • cyan value is 10.24%
  • magenta value is 0.00%
  • yellow value is 5.91%
  • key color value is 0.39%
CMYK:
(10,0,6,0)
C10M0Y6K0 
(10%,0%,6%,0%)
(0.10/0.00/0.06/0.00)	

CMYK percentages

%10.24
%0
%5.91
%0.39

Codes

Color #E4FEEF in popluar color models

E4FEEF
RGB228254239
HSL145°92.86%94.51%
HSB/HSV145°10.24%99.61%
CMYK10.24%0.00%5.91%
0.39%

Color #E4FEEF in popluar number systems.

HEXE4FEEF
Decimal228254239
Binary111001001111111011101111
Octal344376357

Shades and tints

Shades of #E4FEEF

#E4FEEF
(228,254,239)
#D0E7DA
(208,231,218)
#BCD0C5
(188,208,197)
#A8B9B0
(168,185,176)
#94A29B
(148,162,155)
#808B86
(128,139,134)
#6C7471
(108,116,113)
#585D5C
(88,93,92)
#444647
(68,70,71)
#302F32
(48,47,50)
#1C181D
(28,24,29)
#000000
(0,0,0)

Tints of #E4FEEF

#E4FEEF
(228,254,239)
#E6FEF0
(230,254,240)
#E8FEF1
(232,254,241)
#EAFEF2
(234,254,242)
#ECFEF3
(236,254,243)
#EEFEF4
(238,254,244)
#F0FEF5
(240,254,245)
#F2FEF6
(242,254,246)
#F4FEF7
(244,254,247)
#F6FEF8
(246,254,248)
#F8FEF9
(248,254,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4FEEF; }

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

This text font color is #E4FEEF.


Background Color

.myBgColor { background-color: #E4FEEF; }

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

This div background color is #E4FEEF.


Border color

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

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

This div border color is #E4FEEF.


Opacity

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

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

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

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

This text has shadow with #E4FEEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4FEEF on black background.


Color preview on white background

This text has color #E4FEEF on white background.



Black color preview on #E4FEEF background

This text has black color on #E4FEEF background.


White color preview on #E4FEEF background

This text has white color on #E4FEEF background.