COLOR #E2EBFB

HEX: #E2EBFB RGB: (226,235,251)

Color info

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

RGB color model

#E2EBFB color RGB value is (226,235,251).

RGB: (226,235,251) (89%, 92%, 98%)

RGB channels and saturation

R 226 of 255 = 89%
G 235 of 255 = 92%
B 251 of 255 = 98%

226
235
251

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

Portions of RGB colors in percentages

R + G + B = 226 + 235 + 251 = 712 (100%)
R 226 of 712 ~ 31.74%
G 235 of 712 ~ 33.01%
B 251 of 712 ~ 35.25'%

%31.74
%33.01
%35.25

CMYK color model

#E2EBFB color CMYK value is (10,6,0,2).

  • cyan value is 9.96%
  • magenta value is 6.37%
  • yellow value is 0.00%
  • key color value is 1.57%

CMYK: (10,6,0,2)
C10M6Y0K2 (10%, 6%, 0%, 2%)
(0.10 / 0.06 / 0.00 / 0.02)

CMYK percentages

%9.96
%6.37
%0
%1.57

Codes

Color #E2EBFB in popluar color models

E2 EB FB
RGB 226 235 251
HSL 218° 75.76% 93.53%
HSB/HSV 218° 9.96% 98.43%
CMYK 9.96% 6.37% 0.00%
1.57%

Color #E2EBFB in popluar number systems.

HEX E2 EB FB
Decimal 226 235 251
Binary 11100010 11101011 11111011
Octal 342 353 373

Shades and tints

Shades of #E2EBFB

#E2EBFB
(226,235,251)
#CED6E5
(206,214,229)
#BAC1CF
(186,193,207)
#A6ACB9
(166,172,185)
#9297A3
(146,151,163)
#7E828D
(126,130,141)
#6A6D77
(106,109,119)
#565861
(86,88,97)
#42434B
(66,67,75)
#2E2E35
(46,46,53)
#1A191F
(26,25,31)
#000000
(0,0,0)

Tints of #E2EBFB

#E2EBFB
(226,235,251)
#E4ECFB
(228,236,251)
#E6EDFB
(230,237,251)
#E8EEFB
(232,238,251)
#EAEFFB
(234,239,251)
#ECF0FB
(236,240,251)
#EEF1FB
(238,241,251)
#F0F2FB
(240,242,251)
#F2F3FB
(242,243,251)
#F4F4FB
(244,244,251)
#F6F5FB
(246,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2EBFB color. Also use rgb(226,235,251) instead hex code.

Text Font Color

.myTextColor { color: #E2EBFB; }

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

This text font color is #E2EBFB.

Background Color

.myBgColor { background-color: #E2EBFB; }

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

This div background color is #E2EBFB.

Border color

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

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

This div border color is #E2EBFB.

Opacity

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

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

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

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

This text has shadow with #E2EBFB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2EBFB.

Preview

Color preview on black background

This text has color #E2EBFB on black background.


Color preview on white background

This text has color #E2EBFB on white background.


Black color preview on #E2EBFB background

This text has black color on #E2EBFB background.


White color preview on #E2EBFB background

This text has white color on #E2EBFB background.


Related colors

Complementary color

Complementary color for #hex is #1D1404.


I love getcolorcode.com

Triadic colors

1 #FBE2EB and #EBFBE2 with #E2EBFB are triadic colors.

2 #FBEBE2 and #EBE2FB with #E2EBFB are triadic colors.