COLOR #E2E7E7

HEX: #E2E7E7 RGB: (226,231,231)

Color info

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

RGB color model

#E2E7E7 color RGB value is (226,231,231).

RGB: (226,231,231) (89%, 91%, 91%)

RGB channels and saturation

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

226
231
231

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

Portions of RGB colors in percentages

R + G + B = 226 + 231 + 231 = 688 (100%)
R 226 of 688 ~ 32.85%
G 231 of 688 ~ 33.58%
B 231 of 688 ~ 33.58'%

%32.85
%33.58
%33.58

CMYK color model

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

  • cyan value is 2.16%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 9.41%

CMYK: (2,0,0,9)
C2M0Y0K9 (2%, 0%, 0%, 9%)
(0.02 / 0.00 / 0.00 / 0.09)

CMYK percentages

%2.16
%0
%0
%9.41

Codes

Color #E2E7E7 in popluar color models

E2 E7 E7
RGB 226 231 231
HSL 180° 9.43% 89.61%
HSB/HSV 180° 2.16% 90.59%
CMYK 2.16% 0.00% 0.00%
9.41%

Color #E2E7E7 in popluar number systems.

HEX E2 E7 E7
Decimal 226 231 231
Binary 11100010 11100111 11100111
Octal 342 347 347

Shades and tints

Shades of #E2E7E7

#E2E7E7
(226,231,231)
#CED2D2
(206,210,210)
#BABDBD
(186,189,189)
#A6A8A8
(166,168,168)
#929393
(146,147,147)
#7E7E7E
(126,126,126)
#6A6969
(106,105,105)
#565454
(86,84,84)
#423F3F
(66,63,63)
#2E2A2A
(46,42,42)
#1A1515
(26,21,21)
#000000
(0,0,0)

Tints of #E2E7E7

#E2E7E7
(226,231,231)
#E4E9E9
(228,233,233)
#E6EBEB
(230,235,235)
#E8EDED
(232,237,237)
#EAEFEF
(234,239,239)
#ECF1F1
(236,241,241)
#EEF3F3
(238,243,243)
#F0F5F5
(240,245,245)
#F2F7F7
(242,247,247)
#F4F9F9
(244,249,249)
#F6FBFB
(246,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2E7E7; }

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

This text font color is #E2E7E7.

Background Color

.myBgColor { background-color: #E2E7E7; }

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

This div background color is #E2E7E7.

Border color

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

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

This div border color is #E2E7E7.

Opacity

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

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

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

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

This text has shadow with #E2E7E7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2E7E7.

Preview

Color preview on black background

This text has color #E2E7E7 on black background.


Color preview on white background

This text has color #E2E7E7 on white background.


Black color preview on #E2E7E7 background

This text has black color on #E2E7E7 background.


White color preview on #E2E7E7 background

This text has white color on #E2E7E7 background.


Related colors

Complementary color

Complementary color for #hex is #1D1818.


I love getcolorcode.com