COLOR #E2EBF7

HEX: #E2EBF7
RGB: (226,235,247)

Color info

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

RGB color model

#E2EBF7 color RGB value is (226,235,247).

  • red value is 226;
  • green value is 235;
  • blue value is 247.
RGB:
(226,235,247)
(89%,92%,97%)

RGB channels and saturation

R 226 of 255 = 89%
G 235 of 255 = 92%
B 247 of 255 = 97%

226
235
247

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

Portions of RGB colors in percentages

R + G + B =
226 + 235 + 247 = 708 (100%)
R 226 of 708 ~ 31.92%
G 235 of 708 ~ 33.19%
B 247 of 708 ~ 34.89%

%31.92
%33.19
%34.89

CMYK color model

#E2EBF7 color CMYK value is (9,5,0,3).

  • cyan value is 8.50%
  • magenta value is 4.86%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(9,5,0,3)
C9M5Y0K3 
(9%,5%,0%,3%)
(0.09/0.05/0.00/0.03)	

CMYK percentages

%8.5
%4.86
%0
%3.14

Codes

Color #E2EBF7 in popluar color models

E2EBF7
RGB226235247
HSL214°56.76%92.75%
HSB/HSV214°8.50%96.86%
CMYK8.50%4.86%0.00%
3.14%

Color #E2EBF7 in popluar number systems.

HEXE2EBF7
Decimal226235247
Binary111000101110101111110111
Octal342353367

Shades and tints

Shades of #E2EBF7

#E2EBF7
(226,235,247)
#CED6E1
(206,214,225)
#BAC1CB
(186,193,203)
#A6ACB5
(166,172,181)
#92979F
(146,151,159)
#7E8289
(126,130,137)
#6A6D73
(106,109,115)
#56585D
(86,88,93)
#424347
(66,67,71)
#2E2E31
(46,46,49)
#1A191B
(26,25,27)
#000000
(0,0,0)

Tints of #E2EBF7

#E2EBF7
(226,235,247)
#E4ECF7
(228,236,247)
#E6EDF7
(230,237,247)
#E8EEF7
(232,238,247)
#EAEFF7
(234,239,247)
#ECF0F7
(236,240,247)
#EEF1F7
(238,241,247)
#F0F2F7
(240,242,247)
#F2F3F7
(242,243,247)
#F4F4F7
(244,244,247)
#F6F5F7
(246,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2EBF7; }

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

This text font color is #E2EBF7.


Background Color

.myBgColor { background-color: #E2EBF7; }

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

This div background color is #E2EBF7.


Border color

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

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

This div border color is #E2EBF7.


Opacity

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

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

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

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

This text has shadow with #E2EBF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2EBF7 on black background.


Color preview on white background

This text has color #E2EBF7 on white background.



Black color preview on #E2EBF7 background

This text has black color on #E2EBF7 background.


White color preview on #E2EBF7 background

This text has white color on #E2EBF7 background.