COLOR #E2E7EA

HEX: #E2E7EA
RGB: (226,231,234)

Color info

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

RGB color model

#E2E7EA color RGB value is (226,231,234).

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

RGB channels and saturation

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

226
231
234

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

Portions of RGB colors in percentages

R + G + B =
226 + 231 + 234 = 691 (100%)
R 226 of 691 ~ 32.71%
G 231 of 691 ~ 33.43%
B 234 of 691 ~ 33.86%

%32.71
%33.43
%33.86

CMYK color model

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

  • cyan value is 3.42%
  • magenta value is 1.28%
  • 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
%1.28
%0
%8.24

Codes

Color #E2E7EA in popluar color models

E2E7EA
RGB226231234
HSL203°16.00%90.20%
HSB/HSV203°3.42%91.76%
CMYK3.42%1.28%0.00%
8.24%

Color #E2E7EA in popluar number systems.

HEXE2E7EA
Decimal226231234
Binary111000101110011111101010
Octal342347352

Shades and tints

Shades of #E2E7EA

#E2E7EA
(226,231,234)
#CED2D5
(206,210,213)
#BABDC0
(186,189,192)
#A6A8AB
(166,168,171)
#929396
(146,147,150)
#7E7E81
(126,126,129)
#6A696C
(106,105,108)
#565457
(86,84,87)
#423F42
(66,63,66)
#2E2A2D
(46,42,45)
#1A1518
(26,21,24)
#000000
(0,0,0)

Tints of #E2E7EA

#E2E7EA
(226,231,234)
#E4E9EB
(228,233,235)
#E6EBEC
(230,235,236)
#E8EDED
(232,237,237)
#EAEFEE
(234,239,238)
#ECF1EF
(236,241,239)
#EEF3F0
(238,243,240)
#F0F5F1
(240,245,241)
#F2F7F2
(242,247,242)
#F4F9F3
(244,249,243)
#F6FBF4
(246,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2E7EA; }

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

This text font color is #E2E7EA.


Background Color

.myBgColor { background-color: #E2E7EA; }

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

This div background color is #E2E7EA.


Border color

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

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

This div border color is #E2E7EA.


Opacity

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

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

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

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

This text has shadow with #E2E7EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2E7EA on black background.


Color preview on white background

This text has color #E2E7EA on white background.



Black color preview on #E2E7EA background

This text has black color on #E2E7EA background.


White color preview on #E2E7EA background

This text has white color on #E2E7EA background.