COLOR #E3E7F2

HEX: #E3E7F2
RGB: (227,231,242)

Color info

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

RGB color model

#E3E7F2 color RGB value is (227,231,242).

  • red value is 227;
  • green value is 231;
  • blue value is 242.
RGB:
(227,231,242)
(89%,91%,95%)

RGB channels and saturation

R 227 of 255 = 89%
G 231 of 255 = 91%
B 242 of 255 = 95%

227
231
242

R + G + B ~ 92%. #E3E7F2 is light color.

Portions of RGB colors in percentages

R + G + B =
227 + 231 + 242 = 700 (100%)
R 227 of 700 ~ 32.43%
G 231 of 700 ~ 33%
B 242 of 700 ~ 34.57%

%32.43
%33
%34.57

CMYK color model

#E3E7F2 color CMYK value is (6,5,0,5).

  • cyan value is 6.20%
  • magenta value is 4.55%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(6,5,0,5)
C6M5Y0K5 
(6%,5%,0%,5%)
(0.06/0.05/0.00/0.05)	

CMYK percentages

%6.2
%4.55
%0
%5.1

Codes

Color #E3E7F2 in popluar color models

E3E7F2
RGB227231242
HSL224°36.59%91.96%
HSB/HSV224°6.20%94.90%
CMYK6.20%4.55%0.00%
5.10%

Color #E3E7F2 in popluar number systems.

HEXE3E7F2
Decimal227231242
Binary111000111110011111110010
Octal343347362

Shades and tints

Shades of #E3E7F2

#E3E7F2
(227,231,242)
#CFD2DC
(207,210,220)
#BBBDC6
(187,189,198)
#A7A8B0
(167,168,176)
#93939A
(147,147,154)
#7F7E84
(127,126,132)
#6B696E
(107,105,110)
#575458
(87,84,88)
#433F42
(67,63,66)
#2F2A2C
(47,42,44)
#1B1516
(27,21,22)
#000000
(0,0,0)

Tints of #E3E7F2

#E3E7F2
(227,231,242)
#E5E9F3
(229,233,243)
#E7EBF4
(231,235,244)
#E9EDF5
(233,237,245)
#EBEFF6
(235,239,246)
#EDF1F7
(237,241,247)
#EFF3F8
(239,243,248)
#F1F5F9
(241,245,249)
#F3F7FA
(243,247,250)
#F5F9FB
(245,249,251)
#F7FBFC
(247,251,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3E7F2 color. Also use rgb(227,231,242) instead hex code.

Text Font Color

.myTextColor { color: #E3E7F2; }

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

This text font color is #E3E7F2.


Background Color

.myBgColor { background-color: #E3E7F2; }

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

This div background color is #E3E7F2.


Border color

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

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

This div border color is #E3E7F2.


Opacity

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

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

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

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

This text has shadow with #E3E7F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3E7F2 on black background.


Color preview on white background

This text has color #E3E7F2 on white background.



Black color preview on #E3E7F2 background

This text has black color on #E3E7F2 background.


White color preview on #E3E7F2 background

This text has white color on #E3E7F2 background.