COLOR #E7FDFF

HEX: #E7FDFF
RGB: (231,253,255)

Color info

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

RGB color model

#E7FDFF color RGB value is (231,253,255).

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

RGB channels and saturation

R 231 of 255 = 91%
G 253 of 255 = 99%
B 255 of 255 = 100%

231
253
255

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

Portions of RGB colors in percentages

R + G + B =
231 + 253 + 255 = 739 (100%)
R 231 of 739 ~ 31.26%
G 253 of 739 ~ 34.24%
B 255 of 739 ~ 34.51%

%31.26
%34.24
%34.51

CMYK color model

#E7FDFF color CMYK value is (9,1,0,0).

  • cyan value is 9.41%
  • magenta value is 0.78%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(9,1,0,0)
C9M1Y0K0 
(9%,1%,0%,0%)
(0.09/0.01/0.00/0.00)	

CMYK percentages

%9.41
%0.78
%0
%0

Codes

Color #E7FDFF in popluar color models

E7FDFF
RGB231253255
HSL185°100.00%95.29%
HSB/HSV185°9.41%100.00%
CMYK9.41%0.78%0.00%
0.00%

Color #E7FDFF in popluar number systems.

HEXE7FDFF
Decimal231253255
Binary111001111111110111111111
Octal347375377

Shades and tints

Shades of #E7FDFF

#E7FDFF
(231,253,255)
#D2E6E8
(210,230,232)
#BDCFD1
(189,207,209)
#A8B8BA
(168,184,186)
#93A1A3
(147,161,163)
#7E8A8C
(126,138,140)
#697375
(105,115,117)
#545C5E
(84,92,94)
#3F4547
(63,69,71)
#2A2E30
(42,46,48)
#151719
(21,23,25)
#000000
(0,0,0)

Tints of #E7FDFF

#E7FDFF
(231,253,255)
#E9FDFF
(233,253,255)
#EBFDFF
(235,253,255)
#EDFDFF
(237,253,255)
#EFFDFF
(239,253,255)
#F1FDFF
(241,253,255)
#F3FDFF
(243,253,255)
#F5FDFF
(245,253,255)
#F7FDFF
(247,253,255)
#F9FDFF
(249,253,255)
#FBFDFF
(251,253,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7FDFF; }

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

This text font color is #E7FDFF.


Background Color

.myBgColor { background-color: #E7FDFF; }

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

This div background color is #E7FDFF.


Border color

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

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

This div border color is #E7FDFF.


Opacity

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

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

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

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

This text has shadow with #E7FDFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7FDFF on black background.


Color preview on white background

This text has color #E7FDFF on white background.



Black color preview on #E7FDFF background

This text has black color on #E7FDFF background.


White color preview on #E7FDFF background

This text has white color on #E7FDFF background.