COLOR #E2E9EC

HEX: #E2E9EC RGB: (226,233,236)

Color info

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

RGB color model

#E2E9EC color RGB value is (226,233,236).

RGB: (226,233,236) (89%, 91%, 93%)

RGB channels and saturation

R 226 of 255 = 89%
G 233 of 255 = 91%
B 236 of 255 = 93%

226
233
236

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

Portions of RGB colors in percentages

R + G + B = 226 + 233 + 236 = 695 (100%)
R 226 of 695 ~ 32.52%
G 233 of 695 ~ 33.53%
B 236 of 695 ~ 33.96'%

%32.52
%33.53
%33.96

CMYK color model

#E2E9EC color CMYK value is (4,1,0,7).

  • cyan value is 4.24%
  • magenta value is 1.27%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (4,1,0,7)
C4M1Y0K7 (4%, 1%, 0%, 7%)
(0.04 / 0.01 / 0.00 / 0.07)

CMYK percentages

%4.24
%1.27
%0
%7.45

Codes

Color #E2E9EC in popluar color models

E2 E9 EC
RGB 226 233 236
HSL 198° 20.83% 90.59%
HSB/HSV 198° 4.24% 92.55%
CMYK 4.24% 1.27% 0.00%
7.45%

Color #E2E9EC in popluar number systems.

HEX E2 E9 EC
Decimal 226 233 236
Binary 11100010 11101001 11101100
Octal 342 351 354

Shades and tints

Shades of #E2E9EC

#E2E9EC
(226,233,236)
#CED4D7
(206,212,215)
#BABFC2
(186,191,194)
#A6AAAD
(166,170,173)
#929598
(146,149,152)
#7E8083
(126,128,131)
#6A6B6E
(106,107,110)
#565659
(86,86,89)
#424144
(66,65,68)
#2E2C2F
(46,44,47)
#1A171A
(26,23,26)
#000000
(0,0,0)

Tints of #E2E9EC

#E2E9EC
(226,233,236)
#E4EBED
(228,235,237)
#E6EDEE
(230,237,238)
#E8EFEF
(232,239,239)
#EAF1F0
(234,241,240)
#ECF3F1
(236,243,241)
#EEF5F2
(238,245,242)
#F0F7F3
(240,247,243)
#F2F9F4
(242,249,244)
#F4FBF5
(244,251,245)
#F6FDF6
(246,253,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2E9EC; }

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

This text font color is #E2E9EC.

Background Color

.myBgColor { background-color: #E2E9EC; }

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

This div background color is #E2E9EC.

Border color

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

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

This div border color is #E2E9EC.

Opacity

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

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

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

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

This text has shadow with #E2E9EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E2E9EC.

Preview

Color preview on black background

This text has color #E2E9EC on black background.


Color preview on white background

This text has color #E2E9EC on white background.


Black color preview on #E2E9EC background

This text has black color on #E2E9EC background.


White color preview on #E2E9EC background

This text has white color on #E2E9EC background.


Related colors

Complementary color

Complementary color for #hex is #1D1613.


I love getcolorcode.com

Triadic colors

1 #ECE2E9 and #E9ECE2 with #E2E9EC are triadic colors.

2 #ECE9E2 and #E9E2EC with #E2E9EC are triadic colors.