COLOR #E5EDE6

HEX: #E5EDE6
RGB: (229,237,230)

Color info

#E5EDE6 contains red, green and blue colors in about the same proportion. Web safe color of #E5EDE6 is #CCFFCC (or #CFC).

RGB color model

#E5EDE6 color RGB value is (229,237,230).

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

RGB channels and saturation

R 229 of 255 = 90%
G 237 of 255 = 93%
B 230 of 255 = 90%

229
237
230

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

Portions of RGB colors in percentages

R + G + B =
229 + 237 + 230 = 696 (100%)
R 229 of 696 ~ 32.9%
G 237 of 696 ~ 34.05%
B 230 of 696 ~ 33.05%

%32.9
%34.05
%33.05

CMYK color model

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

  • cyan value is 3.38%
  • magenta value is 0.00%
  • yellow value is 2.95%
  • key color value is 7.06%
CMYK:
(3,0,3,7)
C3M0Y3K7 
(3%,0%,3%,7%)
(0.03/0.00/0.03/0.07)	

CMYK percentages

%3.38
%0
%2.95
%7.06

Codes

Color #E5EDE6 in popluar color models

E5EDE6
RGB229237230
HSL128°18.18%91.37%
HSB/HSV128°3.38%92.94%
CMYK3.38%0.00%2.95%
7.06%

Color #E5EDE6 in popluar number systems.

HEXE5EDE6
Decimal229237230
Binary111001011110110111100110
Octal345355346

Shades and tints

Shades of #E5EDE6

#E5EDE6
(229,237,230)
#D1D8D2
(209,216,210)
#BDC3BE
(189,195,190)
#A9AEAA
(169,174,170)
#959996
(149,153,150)
#818482
(129,132,130)
#6D6F6E
(109,111,110)
#595A5A
(89,90,90)
#454546
(69,69,70)
#313032
(49,48,50)
#1D1B1E
(29,27,30)
#000000
(0,0,0)

Tints of #E5EDE6

#E5EDE6
(229,237,230)
#E7EEE8
(231,238,232)
#E9EFEA
(233,239,234)
#EBF0EC
(235,240,236)
#EDF1EE
(237,241,238)
#EFF2F0
(239,242,240)
#F1F3F2
(241,243,242)
#F3F4F4
(243,244,244)
#F5F5F6
(245,245,246)
#F7F6F8
(247,246,248)
#F9F7FA
(249,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5EDE6; }

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

This text font color is #E5EDE6.


Background Color

.myBgColor { background-color: #E5EDE6; }

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

This div background color is #E5EDE6.


Border color

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

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

This div border color is #E5EDE6.


Opacity

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

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

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

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

This text has shadow with #E5EDE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5EDE6 on black background.


Color preview on white background

This text has color #E5EDE6 on white background.



Black color preview on #E5EDE6 background

This text has black color on #E5EDE6 background.


White color preview on #E5EDE6 background

This text has white color on #E5EDE6 background.