COLOR #E1EEFB

HEX: #E1EEFB
RGB: (225,238,251)

Color info

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

RGB color model

#E1EEFB color RGB value is (225,238,251).

  • red value is 225;
  • green value is 238;
  • blue value is 251.
RGB:
(225,238,251)
(88%,93%,98%)

RGB channels and saturation

R 225 of 255 = 88%
G 238 of 255 = 93%
B 251 of 255 = 98%

225
238
251

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

Portions of RGB colors in percentages

R + G + B =
225 + 238 + 251 = 714 (100%)
R 225 of 714 ~ 31.51%
G 238 of 714 ~ 33.33%
B 251 of 714 ~ 35.15%

%31.51
%33.33
%35.15

CMYK color model

#E1EEFB color CMYK value is (10,5,0,2).

  • cyan value is 10.36%
  • magenta value is 5.18%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(10,5,0,2)
C10M5Y0K2 
(10%,5%,0%,2%)
(0.10/0.05/0.00/0.02)	

CMYK percentages

%10.36
%5.18
%0
%1.57

Codes

Color #E1EEFB in popluar color models

E1EEFB
RGB225238251
HSL210°76.47%93.33%
HSB/HSV210°10.36%98.43%
CMYK10.36%5.18%0.00%
1.57%

Color #E1EEFB in popluar number systems.

HEXE1EEFB
Decimal225238251
Binary111000011110111011111011
Octal341356373

Shades and tints

Shades of #E1EEFB

#E1EEFB
(225,238,251)
#CDD9E5
(205,217,229)
#B9C4CF
(185,196,207)
#A5AFB9
(165,175,185)
#919AA3
(145,154,163)
#7D858D
(125,133,141)
#697077
(105,112,119)
#555B61
(85,91,97)
#41464B
(65,70,75)
#2D3135
(45,49,53)
#191C1F
(25,28,31)
#000000
(0,0,0)

Tints of #E1EEFB

#E1EEFB
(225,238,251)
#E3EFFB
(227,239,251)
#E5F0FB
(229,240,251)
#E7F1FB
(231,241,251)
#E9F2FB
(233,242,251)
#EBF3FB
(235,243,251)
#EDF4FB
(237,244,251)
#EFF5FB
(239,245,251)
#F1F6FB
(241,246,251)
#F3F7FB
(243,247,251)
#F5F8FB
(245,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E1EEFB color. Also use rgb(225,238,251) instead hex code.

Text Font Color

.myTextColor { color: #E1EEFB; }

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

This text font color is #E1EEFB.


Background Color

.myBgColor { background-color: #E1EEFB; }

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

This div background color is #E1EEFB.


Border color

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

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

This div border color is #E1EEFB.


Opacity

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

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

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

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

This text has shadow with #E1EEFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1EEFB on black background.


Color preview on white background

This text has color #E1EEFB on white background.



Black color preview on #E1EEFB background

This text has black color on #E1EEFB background.


White color preview on #E1EEFB background

This text has white color on #E1EEFB background.