COLOR #E2E1ED

HEX: #E2E1ED
RGB: (226,225,237)

Color info

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

RGB color model

#E2E1ED color RGB value is (226,225,237).

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

RGB channels and saturation

R 226 of 255 = 89%
G 225 of 255 = 88%
B 237 of 255 = 93%

226
225
237

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

Portions of RGB colors in percentages

R + G + B =
226 + 225 + 237 = 688 (100%)
R 226 of 688 ~ 32.85%
G 225 of 688 ~ 32.7%
B 237 of 688 ~ 34.45%

%32.85
%32.7
%34.45

CMYK color model

#E2E1ED color CMYK value is (5,5,0,7).

  • cyan value is 4.64%
  • magenta value is 5.06%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(5,5,0,7)
C5M5Y0K7 
(5%,5%,0%,7%)
(0.05/0.05/0.00/0.07)	

CMYK percentages

%4.64
%5.06
%0
%7.06

Codes

Color #E2E1ED in popluar color models

E2E1ED
RGB226225237
HSL245°25.00%90.59%
HSB/HSV245°5.06%92.94%
CMYK4.64%5.06%0.00%
7.06%

Color #E2E1ED in popluar number systems.

HEXE2E1ED
Decimal226225237
Binary111000101110000111101101
Octal342341355

Shades and tints

Shades of #E2E1ED

#E2E1ED
(226,225,237)
#CECDD8
(206,205,216)
#BAB9C3
(186,185,195)
#A6A5AE
(166,165,174)
#929199
(146,145,153)
#7E7D84
(126,125,132)
#6A696F
(106,105,111)
#56555A
(86,85,90)
#424145
(66,65,69)
#2E2D30
(46,45,48)
#1A191B
(26,25,27)
#000000
(0,0,0)

Tints of #E2E1ED

#E2E1ED
(226,225,237)
#E4E3EE
(228,227,238)
#E6E5EF
(230,229,239)
#E8E7F0
(232,231,240)
#EAE9F1
(234,233,241)
#ECEBF2
(236,235,242)
#EEEDF3
(238,237,243)
#F0EFF4
(240,239,244)
#F2F1F5
(242,241,245)
#F4F3F6
(244,243,246)
#F6F5F7
(246,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2E1ED; }

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

This text font color is #E2E1ED.


Background Color

.myBgColor { background-color: #E2E1ED; }

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

This div background color is #E2E1ED.


Border color

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

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

This div border color is #E2E1ED.


Opacity

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

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

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

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

This text has shadow with #E2E1ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2E1ED on black background.


Color preview on white background

This text has color #E2E1ED on white background.



Black color preview on #E2E1ED background

This text has black color on #E2E1ED background.


White color preview on #E2E1ED background

This text has white color on #E2E1ED background.