COLOR #E3EAFE

HEX: #E3EAFE
RGB: (227,234,254)

Color info

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

RGB color model

#E3EAFE color RGB value is (227,234,254).

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

RGB channels and saturation

R 227 of 255 = 89%
G 234 of 255 = 92%
B 254 of 255 = 100%

227
234
254

R + G + B ~ 94%. #E3EAFE is light color.

Portions of RGB colors in percentages

R + G + B =
227 + 234 + 254 = 715 (100%)
R 227 of 715 ~ 31.75%
G 234 of 715 ~ 32.73%
B 254 of 715 ~ 35.52%

%31.75
%32.73
%35.52

CMYK color model

#E3EAFE color CMYK value is (11,8,0,0).

  • cyan value is 10.63%
  • magenta value is 7.87%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(11,8,0,0)
C11M8Y0K0 
(11%,8%,0%,0%)
(0.11/0.08/0.00/0.00)	

CMYK percentages

%10.63
%7.87
%0
%0.39

Codes

Color #E3EAFE in popluar color models

E3EAFE
RGB227234254
HSL224°93.10%94.31%
HSB/HSV224°10.63%99.61%
CMYK10.63%7.87%0.00%
0.39%

Color #E3EAFE in popluar number systems.

HEXE3EAFE
Decimal227234254
Binary111000111110101011111110
Octal343352376

Shades and tints

Shades of #E3EAFE

#E3EAFE
(227,234,254)
#CFD5E7
(207,213,231)
#BBC0D0
(187,192,208)
#A7ABB9
(167,171,185)
#9396A2
(147,150,162)
#7F818B
(127,129,139)
#6B6C74
(107,108,116)
#57575D
(87,87,93)
#434246
(67,66,70)
#2F2D2F
(47,45,47)
#1B1818
(27,24,24)
#000000
(0,0,0)

Tints of #E3EAFE

#E3EAFE
(227,234,254)
#E5EBFE
(229,235,254)
#E7ECFE
(231,236,254)
#E9EDFE
(233,237,254)
#EBEEFE
(235,238,254)
#EDEFFE
(237,239,254)
#EFF0FE
(239,240,254)
#F1F1FE
(241,241,254)
#F3F2FE
(243,242,254)
#F5F3FE
(245,243,254)
#F7F4FE
(247,244,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3EAFE; }

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

This text font color is #E3EAFE.


Background Color

.myBgColor { background-color: #E3EAFE; }

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

This div background color is #E3EAFE.


Border color

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

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

This div border color is #E3EAFE.


Opacity

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

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

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

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

This text has shadow with #E3EAFE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3EAFE on black background.


Color preview on white background

This text has color #E3EAFE on white background.



Black color preview on #E3EAFE background

This text has black color on #E3EAFE background.


White color preview on #E3EAFE background

This text has white color on #E3EAFE background.