COLOR #E2E9EE

HEX: #E2E9EE
RGB: (226,233,238)

Color info

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

RGB color model

#E2E9EE color RGB value is (226,233,238).

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

RGB channels and saturation

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

226
233
238

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

Portions of RGB colors in percentages

R + G + B =
226 + 233 + 238 = 697 (100%)
R 226 of 697 ~ 32.42%
G 233 of 697 ~ 33.43%
B 238 of 697 ~ 34.15%

%32.42
%33.43
%34.15

CMYK color model

#E2E9EE color CMYK value is (5,2,0,7).

  • cyan value is 5.04%
  • magenta value is 2.10%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(5,2,0,7)
C5M2Y0K7 
(5%,2%,0%,7%)
(0.05/0.02/0.00/0.07)	

CMYK percentages

%5.04
%2.1
%0
%6.67

Codes

Color #E2E9EE in popluar color models

E2E9EE
RGB226233238
HSL205°26.09%90.98%
HSB/HSV205°5.04%93.33%
CMYK5.04%2.10%0.00%
6.67%

Color #E2E9EE in popluar number systems.

HEXE2E9EE
Decimal226233238
Binary111000101110100111101110
Octal342351356

Shades and tints

Shades of #E2E9EE

#E2E9EE
(226,233,238)
#CED4D9
(206,212,217)
#BABFC4
(186,191,196)
#A6AAAF
(166,170,175)
#92959A
(146,149,154)
#7E8085
(126,128,133)
#6A6B70
(106,107,112)
#56565B
(86,86,91)
#424146
(66,65,70)
#2E2C31
(46,44,49)
#1A171C
(26,23,28)
#000000
(0,0,0)

Tints of #E2E9EE

#E2E9EE
(226,233,238)
#E4EBEF
(228,235,239)
#E6EDF0
(230,237,240)
#E8EFF1
(232,239,241)
#EAF1F2
(234,241,242)
#ECF3F3
(236,243,243)
#EEF5F4
(238,245,244)
#F0F7F5
(240,247,245)
#F2F9F6
(242,249,246)
#F4FBF7
(244,251,247)
#F6FDF8
(246,253,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2E9EE; }

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

This text font color is #E2E9EE.


Background Color

.myBgColor { background-color: #E2E9EE; }

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

This div background color is #E2E9EE.


Border color

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

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

This div border color is #E2E9EE.


Opacity

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

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

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

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

This text has shadow with #E2E9EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2E9EE on black background.


Color preview on white background

This text has color #E2E9EE on white background.



Black color preview on #E2E9EE background

This text has black color on #E2E9EE background.


White color preview on #E2E9EE background

This text has white color on #E2E9EE background.