COLOR #E4FEF6

HEX: #E4FEF6
RGB: (228,254,246)

Color info

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

RGB color model

#E4FEF6 color RGB value is (228,254,246).

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

RGB channels and saturation

R 228 of 255 = 89%
G 254 of 255 = 100%
B 246 of 255 = 96%

228
254
246

R + G + B ~ 95%. #E4FEF6 is light color.

Portions of RGB colors in percentages

R + G + B =
228 + 254 + 246 = 728 (100%)
R 228 of 728 ~ 31.32%
G 254 of 728 ~ 34.89%
B 246 of 728 ~ 33.79%

%31.32
%34.89
%33.79

CMYK color model

#E4FEF6 color CMYK value is (10,0,3,0).

  • cyan value is 10.24%
  • magenta value is 0.00%
  • yellow value is 3.15%
  • key color value is 0.39%
CMYK:
(10,0,3,0)
C10M0Y3K0 
(10%,0%,3%,0%)
(0.10/0.00/0.03/0.00)	

CMYK percentages

%10.24
%0
%3.15
%0.39

Codes

Color #E4FEF6 in popluar color models

E4FEF6
RGB228254246
HSL162°92.86%94.51%
HSB/HSV162°10.24%99.61%
CMYK10.24%0.00%3.15%
0.39%

Color #E4FEF6 in popluar number systems.

HEXE4FEF6
Decimal228254246
Binary111001001111111011110110
Octal344376366

Shades and tints

Shades of #E4FEF6

#E4FEF6
(228,254,246)
#D0E7E0
(208,231,224)
#BCD0CA
(188,208,202)
#A8B9B4
(168,185,180)
#94A29E
(148,162,158)
#808B88
(128,139,136)
#6C7472
(108,116,114)
#585D5C
(88,93,92)
#444646
(68,70,70)
#302F30
(48,47,48)
#1C181A
(28,24,26)
#000000
(0,0,0)

Tints of #E4FEF6

#E4FEF6
(228,254,246)
#E6FEF6
(230,254,246)
#E8FEF6
(232,254,246)
#EAFEF6
(234,254,246)
#ECFEF6
(236,254,246)
#EEFEF6
(238,254,246)
#F0FEF6
(240,254,246)
#F2FEF6
(242,254,246)
#F4FEF6
(244,254,246)
#F6FEF6
(246,254,246)
#F8FEF6
(248,254,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4FEF6; }

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

This text font color is #E4FEF6.


Background Color

.myBgColor { background-color: #E4FEF6; }

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

This div background color is #E4FEF6.


Border color

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

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

This div border color is #E4FEF6.


Opacity

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

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

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

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

This text has shadow with #E4FEF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4FEF6 on black background.


Color preview on white background

This text has color #E4FEF6 on white background.



Black color preview on #E4FEF6 background

This text has black color on #E4FEF6 background.


White color preview on #E4FEF6 background

This text has white color on #E4FEF6 background.