COLOR #E3EAFC

HEX: #E3EAFC
RGB: (227,234,252)

Color info

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

RGB color model

#E3EAFC color RGB value is (227,234,252).

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

RGB channels and saturation

R 227 of 255 = 89%
G 234 of 255 = 92%
B 252 of 255 = 99%

227
234
252

R + G + B ~ 93%. #E3EAFC is light color.

Portions of RGB colors in percentages

R + G + B =
227 + 234 + 252 = 713 (100%)
R 227 of 713 ~ 31.84%
G 234 of 713 ~ 32.82%
B 252 of 713 ~ 35.34%

%31.84
%32.82
%35.34

CMYK color model

#E3EAFC color CMYK value is (10,7,0,1).

  • cyan value is 9.92%
  • magenta value is 7.14%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(10,7,0,1)
C10M7Y0K1 
(10%,7%,0%,1%)
(0.10/0.07/0.00/0.01)	

CMYK percentages

%9.92
%7.14
%0
%1.18

Codes

Color #E3EAFC in popluar color models

E3EAFC
RGB227234252
HSL223°80.65%93.92%
HSB/HSV223°9.92%98.82%
CMYK9.92%7.14%0.00%
1.18%

Color #E3EAFC in popluar number systems.

HEXE3EAFC
Decimal227234252
Binary111000111110101011111100
Octal343352374

Shades and tints

Shades of #E3EAFC

#E3EAFC
(227,234,252)
#CFD5E6
(207,213,230)
#BBC0D0
(187,192,208)
#A7ABBA
(167,171,186)
#9396A4
(147,150,164)
#7F818E
(127,129,142)
#6B6C78
(107,108,120)
#575762
(87,87,98)
#43424C
(67,66,76)
#2F2D36
(47,45,54)
#1B1820
(27,24,32)
#000000
(0,0,0)

Tints of #E3EAFC

#E3EAFC
(227,234,252)
#E5EBFC
(229,235,252)
#E7ECFC
(231,236,252)
#E9EDFC
(233,237,252)
#EBEEFC
(235,238,252)
#EDEFFC
(237,239,252)
#EFF0FC
(239,240,252)
#F1F1FC
(241,241,252)
#F3F2FC
(243,242,252)
#F5F3FC
(245,243,252)
#F7F4FC
(247,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3EAFC; }

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

This text font color is #E3EAFC.


Background Color

.myBgColor { background-color: #E3EAFC; }

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

This div background color is #E3EAFC.


Border color

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

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

This div border color is #E3EAFC.


Opacity

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

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

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

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

This text has shadow with #E3EAFC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3EAFC on black background.


Color preview on white background

This text has color #E3EAFC on white background.



Black color preview on #E3EAFC background

This text has black color on #E3EAFC background.


White color preview on #E3EAFC background

This text has white color on #E3EAFC background.