COLOR #E2E6EE

HEX: #E2E6EE
RGB: (226,230,238)

Color info

#E2E6EE contains red, green and blue colors in about the same proportion. Web safe color of #E2E6EE is #CCCCFF (or #CCF).

RGB color model

#E2E6EE color RGB value is (226,230,238).

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

RGB channels and saturation

R 226 of 255 = 89%
G 230 of 255 = 90%
B 238 of 255 = 93%

226
230
238

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

Portions of RGB colors in percentages

R + G + B =
226 + 230 + 238 = 694 (100%)
R 226 of 694 ~ 32.56%
G 230 of 694 ~ 33.14%
B 238 of 694 ~ 34.29%

%32.56
%33.14
%34.29

CMYK color model

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

  • cyan value is 5.04%
  • magenta value is 3.36%
  • 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
%3.36
%0
%6.67

Codes

Color #E2E6EE in popluar color models

E2E6EE
RGB226230238
HSL220°26.09%90.98%
HSB/HSV220°5.04%93.33%
CMYK5.04%3.36%0.00%
6.67%

Color #E2E6EE in popluar number systems.

HEXE2E6EE
Decimal226230238
Binary111000101110011011101110
Octal342346356

Shades and tints

Shades of #E2E6EE

#E2E6EE
(226,230,238)
#CED2D9
(206,210,217)
#BABEC4
(186,190,196)
#A6AAAF
(166,170,175)
#92969A
(146,150,154)
#7E8285
(126,130,133)
#6A6E70
(106,110,112)
#565A5B
(86,90,91)
#424646
(66,70,70)
#2E3231
(46,50,49)
#1A1E1C
(26,30,28)
#000000
(0,0,0)

Tints of #E2E6EE

#E2E6EE
(226,230,238)
#E4E8EF
(228,232,239)
#E6EAF0
(230,234,240)
#E8ECF1
(232,236,241)
#EAEEF2
(234,238,242)
#ECF0F3
(236,240,243)
#EEF2F4
(238,242,244)
#F0F4F5
(240,244,245)
#F2F6F6
(242,246,246)
#F4F8F7
(244,248,247)
#F6FAF8
(246,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2E6EE; }

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

This text font color is #E2E6EE.


Background Color

.myBgColor { background-color: #E2E6EE; }

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

This div background color is #E2E6EE.


Border color

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

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

This div border color is #E2E6EE.


Opacity

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

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

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

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

This text has shadow with #E2E6EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2E6EE on black background.


Color preview on white background

This text has color #E2E6EE on white background.



Black color preview on #E2E6EE background

This text has black color on #E2E6EE background.


White color preview on #E2E6EE background

This text has white color on #E2E6EE background.