COLOR #E7F3FF

HEX: #E7F3FF
RGB: (231,243,255)

Color info

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

RGB color model

#E7F3FF color RGB value is (231,243,255).

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

RGB channels and saturation

R 231 of 255 = 91%
G 243 of 255 = 95%
B 255 of 255 = 100%

231
243
255

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

Portions of RGB colors in percentages

R + G + B =
231 + 243 + 255 = 729 (100%)
R 231 of 729 ~ 31.69%
G 243 of 729 ~ 33.33%
B 255 of 729 ~ 34.98%

%31.69
%33.33
%34.98

CMYK color model

#E7F3FF color CMYK value is (9,5,0,0).

  • cyan value is 9.41%
  • magenta value is 4.71%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(9,5,0,0)
C9M5Y0K0 
(9%,5%,0%,0%)
(0.09/0.05/0.00/0.00)	

CMYK percentages

%9.41
%4.71
%0
%0

Codes

Color #E7F3FF in popluar color models

E7F3FF
RGB231243255
HSL210°100.00%95.29%
HSB/HSV210°9.41%100.00%
CMYK9.41%4.71%0.00%
0.00%

Color #E7F3FF in popluar number systems.

HEXE7F3FF
Decimal231243255
Binary111001111111001111111111
Octal347363377

Shades and tints

Shades of #E7F3FF

#E7F3FF
(231,243,255)
#D2DDE8
(210,221,232)
#BDC7D1
(189,199,209)
#A8B1BA
(168,177,186)
#939BA3
(147,155,163)
#7E858C
(126,133,140)
#696F75
(105,111,117)
#54595E
(84,89,94)
#3F4347
(63,67,71)
#2A2D30
(42,45,48)
#151719
(21,23,25)
#000000
(0,0,0)

Tints of #E7F3FF

#E7F3FF
(231,243,255)
#E9F4FF
(233,244,255)
#EBF5FF
(235,245,255)
#EDF6FF
(237,246,255)
#EFF7FF
(239,247,255)
#F1F8FF
(241,248,255)
#F3F9FF
(243,249,255)
#F5FAFF
(245,250,255)
#F7FBFF
(247,251,255)
#F9FCFF
(249,252,255)
#FBFDFF
(251,253,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7F3FF; }

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

This text font color is #E7F3FF.


Background Color

.myBgColor { background-color: #E7F3FF; }

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

This div background color is #E7F3FF.


Border color

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

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

This div border color is #E7F3FF.


Opacity

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

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

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

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

This text has shadow with #E7F3FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7F3FF on black background.


Color preview on white background

This text has color #E7F3FF on white background.



Black color preview on #E7F3FF background

This text has black color on #E7F3FF background.


White color preview on #E7F3FF background

This text has white color on #E7F3FF background.