COLOR #E5E3ED

HEX: #E5E3ED
RGB: (229,227,237)

Color info

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

RGB color model

#E5E3ED color RGB value is (229,227,237).

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

RGB channels and saturation

R 229 of 255 = 90%
G 227 of 255 = 89%
B 237 of 255 = 93%

229
227
237

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

Portions of RGB colors in percentages

R + G + B =
229 + 227 + 237 = 693 (100%)
R 229 of 693 ~ 33.04%
G 227 of 693 ~ 32.76%
B 237 of 693 ~ 34.2%

%33.04
%32.76
%34.2

CMYK color model

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

  • cyan value is 3.38%
  • magenta value is 4.22%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(3,4,0,7)
C3M4Y0K7 
(3%,4%,0%,7%)
(0.03/0.04/0.00/0.07)	

CMYK percentages

%3.38
%4.22
%0
%7.06

Codes

Color #E5E3ED in popluar color models

E5E3ED
RGB229227237
HSL252°21.74%90.98%
HSB/HSV252°4.22%92.94%
CMYK3.38%4.22%0.00%
7.06%

Color #E5E3ED in popluar number systems.

HEXE5E3ED
Decimal229227237
Binary111001011110001111101101
Octal345343355

Shades and tints

Shades of #E5E3ED

#E5E3ED
(229,227,237)
#D1CFD8
(209,207,216)
#BDBBC3
(189,187,195)
#A9A7AE
(169,167,174)
#959399
(149,147,153)
#817F84
(129,127,132)
#6D6B6F
(109,107,111)
#59575A
(89,87,90)
#454345
(69,67,69)
#312F30
(49,47,48)
#1D1B1B
(29,27,27)
#000000
(0,0,0)

Tints of #E5E3ED

#E5E3ED
(229,227,237)
#E7E5EE
(231,229,238)
#E9E7EF
(233,231,239)
#EBE9F0
(235,233,240)
#EDEBF1
(237,235,241)
#EFEDF2
(239,237,242)
#F1EFF3
(241,239,243)
#F3F1F4
(243,241,244)
#F5F3F5
(245,243,245)
#F7F5F6
(247,245,246)
#F9F7F7
(249,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5E3ED; }

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

This text font color is #E5E3ED.


Background Color

.myBgColor { background-color: #E5E3ED; }

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

This div background color is #E5E3ED.


Border color

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

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

This div border color is #E5E3ED.


Opacity

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

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

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

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

This text has shadow with #E5E3ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5E3ED on black background.


Color preview on white background

This text has color #E5E3ED on white background.



Black color preview on #E5E3ED background

This text has black color on #E5E3ED background.


White color preview on #E5E3ED background

This text has white color on #E5E3ED background.