COLOR #E2EDFB

HEX: #E2EDFB RGB: (226,237,251)

Color info

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

RGB color model

#E2EDFB color RGB value is (226,237,251).

RGB: (226,237,251) (89%, 93%, 98%)

RGB channels and saturation

R 226 of 255 = 89%
G 237 of 255 = 93%
B 251 of 255 = 98%

226
237
251

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

Portions of RGB colors in percentages

R + G + B = 226 + 237 + 251 = 714 (100%)
R 226 of 714 ~ 31.65%
G 237 of 714 ~ 33.19%
B 251 of 714 ~ 35.15'%

%31.65
%33.19
%35.15

CMYK color model

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

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

Codes

Color #E2EDFB in popluar color models

E2 ED FB
RGB 226 237 251
HSL 214° 75.76% 93.53%
HSB/HSV 214° 9.96% 98.43%
CMYK 9.96% 5.58% 0.00%
1.57%

Color #E2EDFB in popluar number systems.

HEX E2 ED FB
Decimal 226 237 251
Binary 11100010 11101101 11111011
Octal 342 355 373

Shades and tints

Shades of #E2EDFB

#E2EDFB
(226,237,251)
#CED8E5
(206,216,229)
#BAC3CF
(186,195,207)
#A6AEB9
(166,174,185)
#9299A3
(146,153,163)
#7E848D
(126,132,141)
#6A6F77
(106,111,119)
#565A61
(86,90,97)
#42454B
(66,69,75)
#2E3035
(46,48,53)
#1A1B1F
(26,27,31)
#000000
(0,0,0)

Tints of #E2EDFB

#E2EDFB
(226,237,251)
#E4EEFB
(228,238,251)
#E6EFFB
(230,239,251)
#E8F0FB
(232,240,251)
#EAF1FB
(234,241,251)
#ECF2FB
(236,242,251)
#EEF3FB
(238,243,251)
#F0F4FB
(240,244,251)
#F2F5FB
(242,245,251)
#F4F6FB
(244,246,251)
#F6F7FB
(246,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2EDFB; }

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

This text font color is #E2EDFB.

Background Color

.myBgColor { background-color: #E2EDFB; }

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

This div background color is #E2EDFB.

Border color

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

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

This div border color is #E2EDFB.

Opacity

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

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

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

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

This text has shadow with #E2EDFB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2EDFB.

Preview

Color preview on black background

This text has color #E2EDFB on black background.


Color preview on white background

This text has color #E2EDFB on white background.


Black color preview on #E2EDFB background

This text has black color on #E2EDFB background.


White color preview on #E2EDFB background

This text has white color on #E2EDFB background.


Related colors

Complementary color

Complementary color for #hex is #1D1204.


I love getcolorcode.com

Triadic colors

1 #FBE2ED and #EDFBE2 with #E2EDFB are triadic colors.

2 #FBEDE2 and #EDE2FB with #E2EDFB are triadic colors.