COLOR #E1EAF3

HEX: #E1EAF3
RGB: (225,234,243)

Color info

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

RGB color model

#E1EAF3 color RGB value is (225,234,243).

  • red value is 225;
  • green value is 234;
  • blue value is 243.
RGB:
(225,234,243)
(88%,92%,95%)

RGB channels and saturation

R 225 of 255 = 88%
G 234 of 255 = 92%
B 243 of 255 = 95%

225
234
243

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

Portions of RGB colors in percentages

R + G + B =
225 + 234 + 243 = 702 (100%)
R 225 of 702 ~ 32.05%
G 234 of 702 ~ 33.33%
B 243 of 702 ~ 34.62%

%32.05
%33.33
%34.62

CMYK color model

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

  • cyan value is 7.41%
  • magenta value is 3.70%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(7,4,0,5)
C7M4Y0K5 
(7%,4%,0%,5%)
(0.07/0.04/0.00/0.05)	

CMYK percentages

%7.41
%3.7
%0
%4.71

Codes

Color #E1EAF3 in popluar color models

E1EAF3
RGB225234243
HSL210°42.86%91.76%
HSB/HSV210°7.41%95.29%
CMYK7.41%3.70%0.00%
4.71%

Color #E1EAF3 in popluar number systems.

HEXE1EAF3
Decimal225234243
Binary111000011110101011110011
Octal341352363

Shades and tints

Shades of #E1EAF3

#E1EAF3
(225,234,243)
#CDD5DD
(205,213,221)
#B9C0C7
(185,192,199)
#A5ABB1
(165,171,177)
#91969B
(145,150,155)
#7D8185
(125,129,133)
#696C6F
(105,108,111)
#555759
(85,87,89)
#414243
(65,66,67)
#2D2D2D
(45,45,45)
#191817
(25,24,23)
#000000
(0,0,0)

Tints of #E1EAF3

#E1EAF3
(225,234,243)
#E3EBF4
(227,235,244)
#E5ECF5
(229,236,245)
#E7EDF6
(231,237,246)
#E9EEF7
(233,238,247)
#EBEFF8
(235,239,248)
#EDF0F9
(237,240,249)
#EFF1FA
(239,241,250)
#F1F2FB
(241,242,251)
#F3F3FC
(243,243,252)
#F5F4FD
(245,244,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1EAF3 color. Also use rgb(225,234,243) instead hex code.

Text Font Color

.myTextColor { color: #E1EAF3; }

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

This text font color is #E1EAF3.


Background Color

.myBgColor { background-color: #E1EAF3; }

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

This div background color is #E1EAF3.


Border color

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

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

This div border color is #E1EAF3.


Opacity

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

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

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

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

This text has shadow with #E1EAF3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1EAF3 on black background.


Color preview on white background

This text has color #E1EAF3 on white background.



Black color preview on #E1EAF3 background

This text has black color on #E1EAF3 background.


White color preview on #E1EAF3 background

This text has white color on #E1EAF3 background.