COLOR #E5FEF6

HEX: #E5FEF6
RGB: (229,254,246)

Color info

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

RGB color model

#E5FEF6 color RGB value is (229,254,246).

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

RGB channels and saturation

R 229 of 255 = 90%
G 254 of 255 = 100%
B 246 of 255 = 96%

229
254
246

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

Portions of RGB colors in percentages

R + G + B =
229 + 254 + 246 = 729 (100%)
R 229 of 729 ~ 31.41%
G 254 of 729 ~ 34.84%
B 246 of 729 ~ 33.74%

%31.41
%34.84
%33.74

CMYK color model

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

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

%9.84
%0
%3.15
%0.39

Codes

Color #E5FEF6 in popluar color models

E5FEF6
RGB229254246
HSL161°92.59%94.71%
HSB/HSV161°9.84%99.61%
CMYK9.84%0.00%3.15%
0.39%

Color #E5FEF6 in popluar number systems.

HEXE5FEF6
Decimal229254246
Binary111001011111111011110110
Octal345376366

Shades and tints

Shades of #E5FEF6

#E5FEF6
(229,254,246)
#D1E7E0
(209,231,224)
#BDD0CA
(189,208,202)
#A9B9B4
(169,185,180)
#95A29E
(149,162,158)
#818B88
(129,139,136)
#6D7472
(109,116,114)
#595D5C
(89,93,92)
#454646
(69,70,70)
#312F30
(49,47,48)
#1D181A
(29,24,26)
#000000
(0,0,0)

Tints of #E5FEF6

#E5FEF6
(229,254,246)
#E7FEF6
(231,254,246)
#E9FEF6
(233,254,246)
#EBFEF6
(235,254,246)
#EDFEF6
(237,254,246)
#EFFEF6
(239,254,246)
#F1FEF6
(241,254,246)
#F3FEF6
(243,254,246)
#F5FEF6
(245,254,246)
#F7FEF6
(247,254,246)
#F9FEF6
(249,254,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5FEF6; }

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

This text font color is #E5FEF6.


Background Color

.myBgColor { background-color: #E5FEF6; }

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

This div background color is #E5FEF6.


Border color

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

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

This div border color is #E5FEF6.


Opacity

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

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

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

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

This text has shadow with #E5FEF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5FEF6 on black background.


Color preview on white background

This text has color #E5FEF6 on white background.



Black color preview on #E5FEF6 background

This text has black color on #E5FEF6 background.


White color preview on #E5FEF6 background

This text has white color on #E5FEF6 background.