COLOR #E2E7E3

HEX: #E2E7E3
RGB: (226,231,227)

Color info

#E2E7E3 contains red, green and blue colors in about the same proportion. Web safe color of #E2E7E3 is #CCFFCC (or #CFC).

RGB color model

#E2E7E3 color RGB value is (226,231,227).

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

RGB channels and saturation

R 226 of 255 = 89%
G 231 of 255 = 91%
B 227 of 255 = 89%

226
231
227

R + G + B ~ 90%. #E2E7E3 is light color.

Portions of RGB colors in percentages

R + G + B =
226 + 231 + 227 = 684 (100%)
R 226 of 684 ~ 33.04%
G 231 of 684 ~ 33.77%
B 227 of 684 ~ 33.19%

%33.04
%33.77
%33.19

CMYK color model

#E2E7E3 color CMYK value is (2,0,2,9).

  • cyan value is 2.16%
  • magenta value is 0.00%
  • yellow value is 1.73%
  • key color value is 9.41%
CMYK:
(2,0,2,9)
C2M0Y2K9 
(2%,0%,2%,9%)
(0.02/0.00/0.02/0.09)	

CMYK percentages

%2.16
%0
%1.73
%9.41

Codes

Color #E2E7E3 in popluar color models

E2E7E3
RGB226231227
HSL132°9.43%89.61%
HSB/HSV132°2.16%90.59%
CMYK2.16%0.00%1.73%
9.41%

Color #E2E7E3 in popluar number systems.

HEXE2E7E3
Decimal226231227
Binary111000101110011111100011
Octal342347343

Shades and tints

Shades of #E2E7E3

#E2E7E3
(226,231,227)
#CED2CF
(206,210,207)
#BABDBB
(186,189,187)
#A6A8A7
(166,168,167)
#929393
(146,147,147)
#7E7E7F
(126,126,127)
#6A696B
(106,105,107)
#565457
(86,84,87)
#423F43
(66,63,67)
#2E2A2F
(46,42,47)
#1A151B
(26,21,27)
#000000
(0,0,0)

Tints of #E2E7E3

#E2E7E3
(226,231,227)
#E4E9E5
(228,233,229)
#E6EBE7
(230,235,231)
#E8EDE9
(232,237,233)
#EAEFEB
(234,239,235)
#ECF1ED
(236,241,237)
#EEF3EF
(238,243,239)
#F0F5F1
(240,245,241)
#F2F7F3
(242,247,243)
#F4F9F5
(244,249,245)
#F6FBF7
(246,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2E7E3; }

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

This text font color is #E2E7E3.


Background Color

.myBgColor { background-color: #E2E7E3; }

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

This div background color is #E2E7E3.


Border color

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

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

This div border color is #E2E7E3.


Opacity

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

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

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

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

This text has shadow with #E2E7E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2E7E3 on black background.


Color preview on white background

This text has color #E2E7E3 on white background.



Black color preview on #E2E7E3 background

This text has black color on #E2E7E3 background.


White color preview on #E2E7E3 background

This text has white color on #E2E7E3 background.