COLOR #E1EAFB

HEX: #E1EAFB RGB: (225,234,251)

Color info

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

RGB color model

#E1EAFB color RGB value is (225,234,251).

RGB: (225,234,251) (88%, 92%, 98%)

RGB channels and saturation

R 225 of 255 = 88%
G 234 of 255 = 92%
B 251 of 255 = 98%

225
234
251

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

Portions of RGB colors in percentages

R + G + B = 225 + 234 + 251 = 710 (100%)
R 225 of 710 ~ 31.69%
G 234 of 710 ~ 32.96%
B 251 of 710 ~ 35.35'%

%31.69
%32.96
%35.35

CMYK color model

#E1EAFB color CMYK value is (10,7,0,2).

  • cyan value is 10.36%
  • magenta value is 6.77%
  • yellow value is 0.00%
  • key color value is 1.57%

CMYK: (10,7,0,2)
C10M7Y0K2 (10%, 7%, 0%, 2%)
(0.10 / 0.07 / 0.00 / 0.02)

CMYK percentages

%10.36
%6.77
%0
%1.57

Codes

Color #E1EAFB in popluar color models

E1 EA FB
RGB 225 234 251
HSL 219° 76.47% 93.33%
HSB/HSV 219° 10.36% 98.43%
CMYK 10.36% 6.77% 0.00%
1.57%

Color #E1EAFB in popluar number systems.

HEX E1 EA FB
Decimal 225 234 251
Binary 11100001 11101010 11111011
Octal 341 352 373

Shades and tints

Shades of #E1EAFB

#E1EAFB
(225,234,251)
#CDD5E5
(205,213,229)
#B9C0CF
(185,192,207)
#A5ABB9
(165,171,185)
#9196A3
(145,150,163)
#7D818D
(125,129,141)
#696C77
(105,108,119)
#555761
(85,87,97)
#41424B
(65,66,75)
#2D2D35
(45,45,53)
#19181F
(25,24,31)
#000000
(0,0,0)

Tints of #E1EAFB

#E1EAFB
(225,234,251)
#E3EBFB
(227,235,251)
#E5ECFB
(229,236,251)
#E7EDFB
(231,237,251)
#E9EEFB
(233,238,251)
#EBEFFB
(235,239,251)
#EDF0FB
(237,240,251)
#EFF1FB
(239,241,251)
#F1F2FB
(241,242,251)
#F3F3FB
(243,243,251)
#F5F4FB
(245,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1EAFB; }

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

This text font color is #E1EAFB.

Background Color

.myBgColor { background-color: #E1EAFB; }

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

This div background color is #E1EAFB.

Border color

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

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

This div border color is #E1EAFB.

Opacity

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

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

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

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

This text has shadow with #E1EAFB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1EAFB.

Preview

Color preview on black background

This text has color #E1EAFB on black background.


Color preview on white background

This text has color #E1EAFB on white background.


Black color preview on #E1EAFB background

This text has black color on #E1EAFB background.


White color preview on #E1EAFB background

This text has white color on #E1EAFB background.


Related colors

Complementary color

Complementary color for #hex is #1E1504.


I love getcolorcode.com

Triadic colors

1 #FBE1EA and #EAFBE1 with #E1EAFB are triadic colors.

2 #FBEAE1 and #EAE1FB with #E1EAFB are triadic colors.