COLOR #E5FFFE

HEX: #E5FFFE
RGB: (229,255,254)

Color info

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

RGB color model

#E5FFFE color RGB value is (229,255,254).

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

RGB channels and saturation

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

229
255
254

R + G + B ~ 97%. #E5FFFE is light color.

Portions of RGB colors in percentages

R + G + B =
229 + 255 + 254 = 738 (100%)
R 229 of 738 ~ 31.03%
G 255 of 738 ~ 34.55%
B 254 of 738 ~ 34.42%

%31.03
%34.55
%34.42

CMYK color model

#E5FFFE color CMYK value is (10,0,0,0).

  • cyan value is 10.20%
  • magenta value is 0.00%
  • yellow value is 0.39%
  • key color value is 0.00%
CMYK:
(10,0,0,0)
C10M0Y0K0 
(10%,0%,0%,0%)
(0.10/0.00/0.00/0.00)	

CMYK percentages

%10.2
%0
%0.39
%0

Codes

Color #E5FFFE in popluar color models

E5FFFE
RGB229255254
HSL178°100.00%94.90%
HSB/HSV178°10.20%100.00%
CMYK10.20%0.00%0.39%
0.00%

Color #E5FFFE in popluar number systems.

HEXE5FFFE
Decimal229255254
Binary111001011111111111111110
Octal345377376

Shades and tints

Shades of #E5FFFE

#E5FFFE
(229,255,254)
#D1E8E7
(209,232,231)
#BDD1D0
(189,209,208)
#A9BAB9
(169,186,185)
#95A3A2
(149,163,162)
#818C8B
(129,140,139)
#6D7574
(109,117,116)
#595E5D
(89,94,93)
#454746
(69,71,70)
#31302F
(49,48,47)
#1D1918
(29,25,24)
#000000
(0,0,0)

Tints of #E5FFFE

#E5FFFE
(229,255,254)
#E7FFFE
(231,255,254)
#E9FFFE
(233,255,254)
#EBFFFE
(235,255,254)
#EDFFFE
(237,255,254)
#EFFFFE
(239,255,254)
#F1FFFE
(241,255,254)
#F3FFFE
(243,255,254)
#F5FFFE
(245,255,254)
#F7FFFE
(247,255,254)
#F9FFFE
(249,255,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5FFFE; }

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

This text font color is #E5FFFE.


Background Color

.myBgColor { background-color: #E5FFFE; }

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

This div background color is #E5FFFE.


Border color

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

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

This div border color is #E5FFFE.


Opacity

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

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

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

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

This text has shadow with #E5FFFE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5FFFE on black background.


Color preview on white background

This text has color #E5FFFE on white background.



Black color preview on #E5FFFE background

This text has black color on #E5FFFE background.


White color preview on #E5FFFE background

This text has white color on #E5FFFE background.