COLOR #E5FFFD

HEX: #E5FFFD
RGB: (229,255,253)

Color info

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

RGB color model

#E5FFFD color RGB value is (229,255,253).

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

RGB channels and saturation

R 229 of 255 = 90%
G 255 of 255 = 100%
B 253 of 255 = 99%

229
255
253

R + G + B ~ 96%. #E5FFFD is light color.

Portions of RGB colors in percentages

R + G + B =
229 + 255 + 253 = 737 (100%)
R 229 of 737 ~ 31.07%
G 255 of 737 ~ 34.6%
B 253 of 737 ~ 34.33%

%31.07
%34.6
%34.33

CMYK color model

#E5FFFD color CMYK value is (10,0,1,0).

  • cyan value is 10.20%
  • magenta value is 0.00%
  • yellow value is 0.78%
  • key color value is 0.00%
CMYK:
(10,0,1,0)
C10M0Y1K0 
(10%,0%,1%,0%)
(0.10/0.00/0.01/0.00)	

CMYK percentages

%10.2
%0
%0.78
%0

Codes

Color #E5FFFD in popluar color models

E5FFFD
RGB229255253
HSL175°100.00%94.90%
HSB/HSV175°10.20%100.00%
CMYK10.20%0.00%0.78%
0.00%

Color #E5FFFD in popluar number systems.

HEXE5FFFD
Decimal229255253
Binary111001011111111111111101
Octal345377375

Shades and tints

Shades of #E5FFFD

#E5FFFD
(229,255,253)
#D1E8E6
(209,232,230)
#BDD1CF
(189,209,207)
#A9BAB8
(169,186,184)
#95A3A1
(149,163,161)
#818C8A
(129,140,138)
#6D7573
(109,117,115)
#595E5C
(89,94,92)
#454745
(69,71,69)
#31302E
(49,48,46)
#1D1917
(29,25,23)
#000000
(0,0,0)

Tints of #E5FFFD

#E5FFFD
(229,255,253)
#E7FFFD
(231,255,253)
#E9FFFD
(233,255,253)
#EBFFFD
(235,255,253)
#EDFFFD
(237,255,253)
#EFFFFD
(239,255,253)
#F1FFFD
(241,255,253)
#F3FFFD
(243,255,253)
#F5FFFD
(245,255,253)
#F7FFFD
(247,255,253)
#F9FFFD
(249,255,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5FFFD; }

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

This text font color is #E5FFFD.


Background Color

.myBgColor { background-color: #E5FFFD; }

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

This div background color is #E5FFFD.


Border color

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

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

This div border color is #E5FFFD.


Opacity

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

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

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

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

This text has shadow with #E5FFFD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5FFFD on black background.


Color preview on white background

This text has color #E5FFFD on white background.



Black color preview on #E5FFFD background

This text has black color on #E5FFFD background.


White color preview on #E5FFFD background

This text has white color on #E5FFFD background.