COLOR #E7F4FF

HEX: #E7F4FF
RGB: (231,244,255)

Color info

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

RGB color model

#E7F4FF color RGB value is (231,244,255).

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

RGB channels and saturation

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

231
244
255

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

Portions of RGB colors in percentages

R + G + B =
231 + 244 + 255 = 730 (100%)
R 231 of 730 ~ 31.64%
G 244 of 730 ~ 33.42%
B 255 of 730 ~ 34.93%

%31.64
%33.42
%34.93

CMYK color model

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

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

CMYK percentages

%9.41
%4.31
%0
%0

Codes

Color #E7F4FF in popluar color models

E7F4FF
RGB231244255
HSL208°100.00%95.29%
HSB/HSV208°9.41%100.00%
CMYK9.41%4.31%0.00%
0.00%

Color #E7F4FF in popluar number systems.

HEXE7F4FF
Decimal231244255
Binary111001111111010011111111
Octal347364377

Shades and tints

Shades of #E7F4FF

#E7F4FF
(231,244,255)
#D2DEE8
(210,222,232)
#BDC8D1
(189,200,209)
#A8B2BA
(168,178,186)
#939CA3
(147,156,163)
#7E868C
(126,134,140)
#697075
(105,112,117)
#545A5E
(84,90,94)
#3F4447
(63,68,71)
#2A2E30
(42,46,48)
#151819
(21,24,25)
#000000
(0,0,0)

Tints of #E7F4FF

#E7F4FF
(231,244,255)
#E9F5FF
(233,245,255)
#EBF6FF
(235,246,255)
#EDF7FF
(237,247,255)
#EFF8FF
(239,248,255)
#F1F9FF
(241,249,255)
#F3FAFF
(243,250,255)
#F5FBFF
(245,251,255)
#F7FCFF
(247,252,255)
#F9FDFF
(249,253,255)
#FBFEFF
(251,254,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7F4FF; }

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

This text font color is #E7F4FF.


Background Color

.myBgColor { background-color: #E7F4FF; }

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

This div background color is #E7F4FF.


Border color

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

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

This div border color is #E7F4FF.


Opacity

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

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

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

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

This text has shadow with #E7F4FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7F4FF on black background.


Color preview on white background

This text has color #E7F4FF on white background.



Black color preview on #E7F4FF background

This text has black color on #E7F4FF background.


White color preview on #E7F4FF background

This text has white color on #E7F4FF background.