COLOR #E1EFFB

HEX: #E1EFFB RGB: (225,239,251)

Color info

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

RGB color model

#E1EFFB color RGB value is (225,239,251).

RGB: (225,239,251) (88%, 94%, 98%)

RGB channels and saturation

R 225 of 255 = 88%
G 239 of 255 = 94%
B 251 of 255 = 98%

225
239
251

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

Portions of RGB colors in percentages

R + G + B = 225 + 239 + 251 = 715 (100%)
R 225 of 715 ~ 31.47%
G 239 of 715 ~ 33.43%
B 251 of 715 ~ 35.1'%

%31.47
%33.43
%35.1

CMYK color model

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

  • cyan value is 10.36%
  • magenta value is 4.78%
  • 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
%4.78
%0
%1.57

Codes

Color #E1EFFB in popluar color models

E1 EF FB
RGB 225 239 251
HSL 208° 76.47% 93.33%
HSB/HSV 208° 10.36% 98.43%
CMYK 10.36% 4.78% 0.00%
1.57%

Color #E1EFFB in popluar number systems.

HEX E1 EF FB
Decimal 225 239 251
Binary 11100001 11101111 11111011
Octal 341 357 373

Shades and tints

Shades of #E1EFFB

#E1EFFB
(225,239,251)
#CDDAE5
(205,218,229)
#B9C5CF
(185,197,207)
#A5B0B9
(165,176,185)
#919BA3
(145,155,163)
#7D868D
(125,134,141)
#697177
(105,113,119)
#555C61
(85,92,97)
#41474B
(65,71,75)
#2D3235
(45,50,53)
#191D1F
(25,29,31)
#000000
(0,0,0)

Tints of #E1EFFB

#E1EFFB
(225,239,251)
#E3F0FB
(227,240,251)
#E5F1FB
(229,241,251)
#E7F2FB
(231,242,251)
#E9F3FB
(233,243,251)
#EBF4FB
(235,244,251)
#EDF5FB
(237,245,251)
#EFF6FB
(239,246,251)
#F1F7FB
(241,247,251)
#F3F8FB
(243,248,251)
#F5F9FB
(245,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1EFFB; }

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

This text font color is #E1EFFB.

Background Color

.myBgColor { background-color: #E1EFFB; }

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

This div background color is #E1EFFB.

Border color

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

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

This div border color is #E1EFFB.

Opacity

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

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

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

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

This text has shadow with #E1EFFB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E1EFFB.

Preview

Color preview on black background

This text has color #E1EFFB on black background.


Color preview on white background

This text has color #E1EFFB on white background.


Black color preview on #E1EFFB background

This text has black color on #E1EFFB background.


White color preview on #E1EFFB background

This text has white color on #E1EFFB background.


Related colors

Complementary color

Complementary color for #hex is #1E1004.


I love getcolorcode.com

Triadic colors

1 #FBE1EF and #EFFBE1 with #E1EFFB are triadic colors.

2 #FBEFE1 and #EFE1FB with #E1EFFB are triadic colors.