COLOR #E5EBFC

HEX: #E5EBFC RGB: (229,235,252)

Color info

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

RGB color model

#E5EBFC color RGB value is (229,235,252).

RGB: (229,235,252) (90%, 92%, 99%)

RGB channels and saturation

R 229 of 255 = 90%
G 235 of 255 = 92%
B 252 of 255 = 99%

229
235
252

R + G + B ~ 94%. #E5EBFC is light color.

Portions of RGB colors in percentages

R + G + B = 229 + 235 + 252 = 716 (100%)
R 229 of 716 ~ 31.98%
G 235 of 716 ~ 32.82%
B 252 of 716 ~ 35.2'%

%31.98
%32.82
%35.2

CMYK color model

#E5EBFC color CMYK value is (9,7,0,1).

  • cyan value is 9.13%
  • magenta value is 6.75%
  • yellow value is 0.00%
  • key color value is 1.18%

CMYK: (9,7,0,1)
C9M7Y0K1 (9%, 7%, 0%, 1%)
(0.09 / 0.07 / 0.00 / 0.01)

CMYK percentages

%9.13
%6.75
%0
%1.18

Codes

Color #E5EBFC in popluar color models

E5 EB FC
RGB 229 235 252
HSL 224° 79.31% 94.31%
HSB/HSV 224° 9.13% 98.82%
CMYK 9.13% 6.75% 0.00%
1.18%

Color #E5EBFC in popluar number systems.

HEX E5 EB FC
Decimal 229 235 252
Binary 11100101 11101011 11111100
Octal 345 353 374

Shades and tints

Shades of #E5EBFC

#E5EBFC
(229,235,252)
#D1D6E6
(209,214,230)
#BDC1D0
(189,193,208)
#A9ACBA
(169,172,186)
#9597A4
(149,151,164)
#81828E
(129,130,142)
#6D6D78
(109,109,120)
#595862
(89,88,98)
#45434C
(69,67,76)
#312E36
(49,46,54)
#1D1920
(29,25,32)
#000000
(0,0,0)

Tints of #E5EBFC

#E5EBFC
(229,235,252)
#E7ECFC
(231,236,252)
#E9EDFC
(233,237,252)
#EBEEFC
(235,238,252)
#EDEFFC
(237,239,252)
#EFF0FC
(239,240,252)
#F1F1FC
(241,241,252)
#F3F2FC
(243,242,252)
#F5F3FC
(245,243,252)
#F7F4FC
(247,244,252)
#F9F5FC
(249,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5EBFC color. Also use rgb(229,235,252) instead hex code.

Text Font Color

.myTextColor { color: #E5EBFC; }

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

This text font color is #E5EBFC.

Background Color

.myBgColor { background-color: #E5EBFC; }

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

This div background color is #E5EBFC.

Border color

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

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

This div border color is #E5EBFC.

Opacity

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

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

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

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

This text has shadow with #E5EBFC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5EBFC.

Preview

Color preview on black background

This text has color #E5EBFC on black background.


Color preview on white background

This text has color #E5EBFC on white background.


Black color preview on #E5EBFC background

This text has black color on #E5EBFC background.


White color preview on #E5EBFC background

This text has white color on #E5EBFC background.


Related colors

Complementary color

Complementary color for #hex is #1A1403.


I love getcolorcode.com

Triadic colors

1 #FCE5EB and #EBFCE5 with #E5EBFC are triadic colors.

2 #FCEBE5 and #EBE5FC with #E5EBFC are triadic colors.