COLOR #E1EDE7

HEX: #E1EDE7
RGB: (225,237,231)

Color info

#E1EDE7 contains red, green and blue colors in about the same proportion. Web safe color of #E1EDE7 is #CCFFFF (or #CFF).

RGB color model

#E1EDE7 color RGB value is (225,237,231).

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

RGB channels and saturation

R 225 of 255 = 88%
G 237 of 255 = 93%
B 231 of 255 = 91%

225
237
231

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

Portions of RGB colors in percentages

R + G + B =
225 + 237 + 231 = 693 (100%)
R 225 of 693 ~ 32.47%
G 237 of 693 ~ 34.2%
B 231 of 693 ~ 33.33%

%32.47
%34.2
%33.33

CMYK color model

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

  • cyan value is 5.06%
  • magenta value is 0.00%
  • yellow value is 2.53%
  • key color value is 7.06%
CMYK:
(5,0,3,7)
C5M0Y3K7 
(5%,0%,3%,7%)
(0.05/0.00/0.03/0.07)	

CMYK percentages

%5.06
%0
%2.53
%7.06

Codes

Color #E1EDE7 in popluar color models

E1EDE7
RGB225237231
HSL150°25.00%90.59%
HSB/HSV150°5.06%92.94%
CMYK5.06%0.00%2.53%
7.06%

Color #E1EDE7 in popluar number systems.

HEXE1EDE7
Decimal225237231
Binary111000011110110111100111
Octal341355347

Shades and tints

Shades of #E1EDE7

#E1EDE7
(225,237,231)
#CDD8D2
(205,216,210)
#B9C3BD
(185,195,189)
#A5AEA8
(165,174,168)
#919993
(145,153,147)
#7D847E
(125,132,126)
#696F69
(105,111,105)
#555A54
(85,90,84)
#41453F
(65,69,63)
#2D302A
(45,48,42)
#191B15
(25,27,21)
#000000
(0,0,0)

Tints of #E1EDE7

#E1EDE7
(225,237,231)
#E3EEE9
(227,238,233)
#E5EFEB
(229,239,235)
#E7F0ED
(231,240,237)
#E9F1EF
(233,241,239)
#EBF2F1
(235,242,241)
#EDF3F3
(237,243,243)
#EFF4F5
(239,244,245)
#F1F5F7
(241,245,247)
#F3F6F9
(243,246,249)
#F5F7FB
(245,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1EDE7; }

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

This text font color is #E1EDE7.


Background Color

.myBgColor { background-color: #E1EDE7; }

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

This div background color is #E1EDE7.


Border color

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

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

This div border color is #E1EDE7.


Opacity

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

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

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

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

This text has shadow with #E1EDE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1EDE7 on black background.


Color preview on white background

This text has color #E1EDE7 on white background.



Black color preview on #E1EDE7 background

This text has black color on #E1EDE7 background.


White color preview on #E1EDE7 background

This text has white color on #E1EDE7 background.