COLOR #E2E8EE

HEX: #E2E8EE
RGB: (226,232,238)

Color info

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

RGB color model

#E2E8EE color RGB value is (226,232,238).

  • red value is 226;
  • green value is 232;
  • blue value is 238.
RGB:
(226,232,238)
(89%,91%,93%)

RGB channels and saturation

R 226 of 255 = 89%
G 232 of 255 = 91%
B 238 of 255 = 93%

226
232
238

R + G + B ~ 91%. #E2E8EE is light color.

Portions of RGB colors in percentages

R + G + B =
226 + 232 + 238 = 696 (100%)
R 226 of 696 ~ 32.47%
G 232 of 696 ~ 33.33%
B 238 of 696 ~ 34.2%

%32.47
%33.33
%34.2

CMYK color model

#E2E8EE color CMYK value is (5,3,0,7).

  • cyan value is 5.04%
  • magenta value is 2.52%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(5,3,0,7)
C5M3Y0K7 
(5%,3%,0%,7%)
(0.05/0.03/0.00/0.07)	

CMYK percentages

%5.04
%2.52
%0
%6.67

Codes

Color #E2E8EE in popluar color models

E2E8EE
RGB226232238
HSL210°26.09%90.98%
HSB/HSV210°5.04%93.33%
CMYK5.04%2.52%0.00%
6.67%

Color #E2E8EE in popluar number systems.

HEXE2E8EE
Decimal226232238
Binary111000101110100011101110
Octal342350356

Shades and tints

Shades of #E2E8EE

#E2E8EE
(226,232,238)
#CED3D9
(206,211,217)
#BABEC4
(186,190,196)
#A6A9AF
(166,169,175)
#92949A
(146,148,154)
#7E7F85
(126,127,133)
#6A6A70
(106,106,112)
#56555B
(86,85,91)
#424046
(66,64,70)
#2E2B31
(46,43,49)
#1A161C
(26,22,28)
#000000
(0,0,0)

Tints of #E2E8EE

#E2E8EE
(226,232,238)
#E4EAEF
(228,234,239)
#E6ECF0
(230,236,240)
#E8EEF1
(232,238,241)
#EAF0F2
(234,240,242)
#ECF2F3
(236,242,243)
#EEF4F4
(238,244,244)
#F0F6F5
(240,246,245)
#F2F8F6
(242,248,246)
#F4FAF7
(244,250,247)
#F6FCF8
(246,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E2E8EE color. Also use rgb(226,232,238) instead hex code.

Text Font Color

.myTextColor { color: #E2E8EE; }

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

This text font color is #E2E8EE.


Background Color

.myBgColor { background-color: #E2E8EE; }

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

This div background color is #E2E8EE.


Border color

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

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

This div border color is #E2E8EE.


Opacity

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

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

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

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

This text has shadow with #E2E8EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2E8EE on black background.


Color preview on white background

This text has color #E2E8EE on white background.



Black color preview on #E2E8EE background

This text has black color on #E2E8EE background.


White color preview on #E2E8EE background

This text has white color on #E2E8EE background.