COLOR #E2E8EA

HEX: #E2E8EA
RGB: (226,232,234)

Color info

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

RGB color model

#E2E8EA color RGB value is (226,232,234).

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

RGB channels and saturation

R 226 of 255 = 89%
G 232 of 255 = 91%
B 234 of 255 = 92%

226
232
234

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

Portions of RGB colors in percentages

R + G + B =
226 + 232 + 234 = 692 (100%)
R 226 of 692 ~ 32.66%
G 232 of 692 ~ 33.53%
B 234 of 692 ~ 33.82%

%32.66
%33.53
%33.82

CMYK color model

#E2E8EA color CMYK value is (3,1,0,8).

  • cyan value is 3.42%
  • magenta value is 0.85%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(3,1,0,8)
C3M1Y0K8 
(3%,1%,0%,8%)
(0.03/0.01/0.00/0.08)	

CMYK percentages

%3.42
%0.85
%0
%8.24

Codes

Color #E2E8EA in popluar color models

E2E8EA
RGB226232234
HSL195°16.00%90.20%
HSB/HSV195°3.42%91.76%
CMYK3.42%0.85%0.00%
8.24%

Color #E2E8EA in popluar number systems.

HEXE2E8EA
Decimal226232234
Binary111000101110100011101010
Octal342350352

Shades and tints

Shades of #E2E8EA

#E2E8EA
(226,232,234)
#CED3D5
(206,211,213)
#BABEC0
(186,190,192)
#A6A9AB
(166,169,171)
#929496
(146,148,150)
#7E7F81
(126,127,129)
#6A6A6C
(106,106,108)
#565557
(86,85,87)
#424042
(66,64,66)
#2E2B2D
(46,43,45)
#1A1618
(26,22,24)
#000000
(0,0,0)

Tints of #E2E8EA

#E2E8EA
(226,232,234)
#E4EAEB
(228,234,235)
#E6ECEC
(230,236,236)
#E8EEED
(232,238,237)
#EAF0EE
(234,240,238)
#ECF2EF
(236,242,239)
#EEF4F0
(238,244,240)
#F0F6F1
(240,246,241)
#F2F8F2
(242,248,242)
#F4FAF3
(244,250,243)
#F6FCF4
(246,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2E8EA; }

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

This text font color is #E2E8EA.


Background Color

.myBgColor { background-color: #E2E8EA; }

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

This div background color is #E2E8EA.


Border color

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

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

This div border color is #E2E8EA.


Opacity

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

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

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

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

This text has shadow with #E2E8EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2E8EA on black background.


Color preview on white background

This text has color #E2E8EA on white background.



Black color preview on #E2E8EA background

This text has black color on #E2E8EA background.


White color preview on #E2E8EA background

This text has white color on #E2E8EA background.