COLOR #E7FFF5

HEX: #E7FFF5
RGB: (231,255,245)

Color info

#E7FFF5 contains red, green and blue colors in about the same proportion. Web safe color of #E7FFF5 is #FFFFFF (or #FFF).

RGB color model

#E7FFF5 color RGB value is (231,255,245).

  • red value is 231;
  • green value is 255;
  • blue value is 245.
RGB:
(231,255,245)
(91%,100%,96%)

RGB channels and saturation

R 231 of 255 = 91%
G 255 of 255 = 100%
B 245 of 255 = 96%

231
255
245

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

Portions of RGB colors in percentages

R + G + B =
231 + 255 + 245 = 731 (100%)
R 231 of 731 ~ 31.6%
G 255 of 731 ~ 34.88%
B 245 of 731 ~ 33.52%

%31.6
%34.88
%33.52

CMYK color model

#E7FFF5 color CMYK value is (9,0,4,0).

  • cyan value is 9.41%
  • magenta value is 0.00%
  • yellow value is 3.92%
  • key color value is 0.00%
CMYK:
(9,0,4,0)
C9M0Y4K0 
(9%,0%,4%,0%)
(0.09/0.00/0.04/0.00)	

CMYK percentages

%9.41
%0
%3.92
%0

Codes

Color #E7FFF5 in popluar color models

E7FFF5
RGB231255245
HSL155°100.00%95.29%
HSB/HSV155°9.41%100.00%
CMYK9.41%0.00%3.92%
0.00%

Color #E7FFF5 in popluar number systems.

HEXE7FFF5
Decimal231255245
Binary111001111111111111110101
Octal347377365

Shades and tints

Shades of #E7FFF5

#E7FFF5
(231,255,245)
#D2E8DF
(210,232,223)
#BDD1C9
(189,209,201)
#A8BAB3
(168,186,179)
#93A39D
(147,163,157)
#7E8C87
(126,140,135)
#697571
(105,117,113)
#545E5B
(84,94,91)
#3F4745
(63,71,69)
#2A302F
(42,48,47)
#151919
(21,25,25)
#000000
(0,0,0)

Tints of #E7FFF5

#E7FFF5
(231,255,245)
#E9FFF5
(233,255,245)
#EBFFF5
(235,255,245)
#EDFFF5
(237,255,245)
#EFFFF5
(239,255,245)
#F1FFF5
(241,255,245)
#F3FFF5
(243,255,245)
#F5FFF5
(245,255,245)
#F7FFF5
(247,255,245)
#F9FFF5
(249,255,245)
#FBFFF5
(251,255,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E7FFF5 color. Also use rgb(231,255,245) instead hex code.

Text Font Color

.myTextColor { color: #E7FFF5; }

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

This text font color is #E7FFF5.


Background Color

.myBgColor { background-color: #E7FFF5; }

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

This div background color is #E7FFF5.


Border color

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

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

This div border color is #E7FFF5.


Opacity

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

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

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

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

This text has shadow with #E7FFF5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7FFF5 on black background.


Color preview on white background

This text has color #E7FFF5 on white background.



Black color preview on #E7FFF5 background

This text has black color on #E7FFF5 background.


White color preview on #E7FFF5 background

This text has white color on #E7FFF5 background.