COLOR #E2E2EC

HEX: #E2E2EC
RGB: (226,226,236)

Color info

#E2E2EC contains red, green and blue colors in about the same proportion. Web safe color of #E2E2EC is #CCCCFF (or #CCF).

RGB color model

#E2E2EC color RGB value is (226,226,236).

  • red value is 226;
  • green value is 226;
  • blue value is 236.
RGB:
(226,226,236)
(89%,89%,93%)

RGB channels and saturation

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

226
226
236

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

Portions of RGB colors in percentages

R + G + B =
226 + 226 + 236 = 688 (100%)
R 226 of 688 ~ 32.85%
G 226 of 688 ~ 32.85%
B 236 of 688 ~ 34.3%

%32.85
%32.85
%34.3

CMYK color model

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

  • cyan value is 4.24%
  • magenta value is 4.24%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(4,4,0,7)
C4M4Y0K7 
(4%,4%,0%,7%)
(0.04/0.04/0.00/0.07)	

CMYK percentages

%4.24
%4.24
%0
%7.45

Codes

Color #E2E2EC in popluar color models

E2E2EC
RGB226226236
HSL240°20.83%90.59%
HSB/HSV240°4.24%92.55%
CMYK4.24%4.24%0.00%
7.45%

Color #E2E2EC in popluar number systems.

HEXE2E2EC
Decimal226226236
Binary111000101110001011101100
Octal342342354

Shades and tints

Shades of #E2E2EC

#E2E2EC
(226,226,236)
#CECED7
(206,206,215)
#BABAC2
(186,186,194)
#A6A6AD
(166,166,173)
#929298
(146,146,152)
#7E7E83
(126,126,131)
#6A6A6E
(106,106,110)
#565659
(86,86,89)
#424244
(66,66,68)
#2E2E2F
(46,46,47)
#1A1A1A
(26,26,26)
#000000
(0,0,0)

Tints of #E2E2EC

#E2E2EC
(226,226,236)
#E4E4ED
(228,228,237)
#E6E6EE
(230,230,238)
#E8E8EF
(232,232,239)
#EAEAF0
(234,234,240)
#ECECF1
(236,236,241)
#EEEEF2
(238,238,242)
#F0F0F3
(240,240,243)
#F2F2F4
(242,242,244)
#F4F4F5
(244,244,245)
#F6F6F6
(246,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2E2EC; }

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

This text font color is #E2E2EC.


Background Color

.myBgColor { background-color: #E2E2EC; }

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

This div background color is #E2E2EC.


Border color

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

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

This div border color is #E2E2EC.


Opacity

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

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

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

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

This text has shadow with #E2E2EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2E2EC on black background.


Color preview on white background

This text has color #E2E2EC on white background.



Black color preview on #E2E2EC background

This text has black color on #E2E2EC background.


White color preview on #E2E2EC background

This text has white color on #E2E2EC background.