COLOR #E3EAF4

HEX: #E3EAF4
RGB: (227,234,244)

Color info

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

RGB color model

#E3EAF4 color RGB value is (227,234,244).

  • red value is 227;
  • green value is 234;
  • blue value is 244.
RGB:
(227,234,244)
(89%,92%,96%)

RGB channels and saturation

R 227 of 255 = 89%
G 234 of 255 = 92%
B 244 of 255 = 96%

227
234
244

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

Portions of RGB colors in percentages

R + G + B =
227 + 234 + 244 = 705 (100%)
R 227 of 705 ~ 32.2%
G 234 of 705 ~ 33.19%
B 244 of 705 ~ 34.61%

%32.2
%33.19
%34.61

CMYK color model

#E3EAF4 color CMYK value is (7,4,0,4).

  • cyan value is 6.97%
  • magenta value is 4.10%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(7,4,0,4)
C7M4Y0K4 
(7%,4%,0%,4%)
(0.07/0.04/0.00/0.04)	

CMYK percentages

%6.97
%4.1
%0
%4.31

Codes

Color #E3EAF4 in popluar color models

E3EAF4
RGB227234244
HSL215°43.59%92.35%
HSB/HSV215°6.97%95.69%
CMYK6.97%4.10%0.00%
4.31%

Color #E3EAF4 in popluar number systems.

HEXE3EAF4
Decimal227234244
Binary111000111110101011110100
Octal343352364

Shades and tints

Shades of #E3EAF4

#E3EAF4
(227,234,244)
#CFD5DE
(207,213,222)
#BBC0C8
(187,192,200)
#A7ABB2
(167,171,178)
#93969C
(147,150,156)
#7F8186
(127,129,134)
#6B6C70
(107,108,112)
#57575A
(87,87,90)
#434244
(67,66,68)
#2F2D2E
(47,45,46)
#1B1818
(27,24,24)
#000000
(0,0,0)

Tints of #E3EAF4

#E3EAF4
(227,234,244)
#E5EBF5
(229,235,245)
#E7ECF6
(231,236,246)
#E9EDF7
(233,237,247)
#EBEEF8
(235,238,248)
#EDEFF9
(237,239,249)
#EFF0FA
(239,240,250)
#F1F1FB
(241,241,251)
#F3F2FC
(243,242,252)
#F5F3FD
(245,243,253)
#F7F4FE
(247,244,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3EAF4 color. Also use rgb(227,234,244) instead hex code.

Text Font Color

.myTextColor { color: #E3EAF4; }

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

This text font color is #E3EAF4.


Background Color

.myBgColor { background-color: #E3EAF4; }

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

This div background color is #E3EAF4.


Border color

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

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

This div border color is #E3EAF4.


Opacity

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

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

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

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

This text has shadow with #E3EAF4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3EAF4 on black background.


Color preview on white background

This text has color #E3EAF4 on white background.



Black color preview on #E3EAF4 background

This text has black color on #E3EAF4 background.


White color preview on #E3EAF4 background

This text has white color on #E3EAF4 background.