COLOR #E3E1ED

HEX: #E3E1ED
RGB: (227,225,237)

Color info

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

RGB color model

#E3E1ED color RGB value is (227,225,237).

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

RGB channels and saturation

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

227
225
237

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

Portions of RGB colors in percentages

R + G + B =
227 + 225 + 237 = 689 (100%)
R 227 of 689 ~ 32.95%
G 225 of 689 ~ 32.66%
B 237 of 689 ~ 34.4%

%32.95
%32.66
%34.4

CMYK color model

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

  • cyan value is 4.22%
  • magenta value is 5.06%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(4,5,0,7)
C4M5Y0K7 
(4%,5%,0%,7%)
(0.04/0.05/0.00/0.07)	

CMYK percentages

%4.22
%5.06
%0
%7.06

Codes

Color #E3E1ED in popluar color models

E3E1ED
RGB227225237
HSL250°25.00%90.59%
HSB/HSV250°5.06%92.94%
CMYK4.22%5.06%0.00%
7.06%

Color #E3E1ED in popluar number systems.

HEXE3E1ED
Decimal227225237
Binary111000111110000111101101
Octal343341355

Shades and tints

Shades of #E3E1ED

#E3E1ED
(227,225,237)
#CFCDD8
(207,205,216)
#BBB9C3
(187,185,195)
#A7A5AE
(167,165,174)
#939199
(147,145,153)
#7F7D84
(127,125,132)
#6B696F
(107,105,111)
#57555A
(87,85,90)
#434145
(67,65,69)
#2F2D30
(47,45,48)
#1B191B
(27,25,27)
#000000
(0,0,0)

Tints of #E3E1ED

#E3E1ED
(227,225,237)
#E5E3EE
(229,227,238)
#E7E5EF
(231,229,239)
#E9E7F0
(233,231,240)
#EBE9F1
(235,233,241)
#EDEBF2
(237,235,242)
#EFEDF3
(239,237,243)
#F1EFF4
(241,239,244)
#F3F1F5
(243,241,245)
#F5F3F6
(245,243,246)
#F7F5F7
(247,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3E1ED; }

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

This text font color is #E3E1ED.


Background Color

.myBgColor { background-color: #E3E1ED; }

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

This div background color is #E3E1ED.


Border color

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

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

This div border color is #E3E1ED.


Opacity

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

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

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

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

This text has shadow with #E3E1ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3E1ED on black background.


Color preview on white background

This text has color #E3E1ED on white background.



Black color preview on #E3E1ED background

This text has black color on #E3E1ED background.


White color preview on #E3E1ED background

This text has white color on #E3E1ED background.