COLOR #E1EDE6

HEX: #E1EDE6
RGB: (225,237,230)

Color info

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

RGB color model

#E1EDE6 color RGB value is (225,237,230).

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

RGB channels and saturation

R 225 of 255 = 88%
G 237 of 255 = 93%
B 230 of 255 = 90%

225
237
230

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

Portions of RGB colors in percentages

R + G + B =
225 + 237 + 230 = 692 (100%)
R 225 of 692 ~ 32.51%
G 237 of 692 ~ 34.25%
B 230 of 692 ~ 33.24%

%32.51
%34.25
%33.24

CMYK color model

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

  • cyan value is 5.06%
  • magenta value is 0.00%
  • yellow value is 2.95%
  • 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.95
%7.06

Codes

Color #E1EDE6 in popluar color models

E1EDE6
RGB225237230
HSL145°25.00%90.59%
HSB/HSV145°5.06%92.94%
CMYK5.06%0.00%2.95%
7.06%

Color #E1EDE6 in popluar number systems.

HEXE1EDE6
Decimal225237230
Binary111000011110110111100110
Octal341355346

Shades and tints

Shades of #E1EDE6

#E1EDE6
(225,237,230)
#CDD8D2
(205,216,210)
#B9C3BE
(185,195,190)
#A5AEAA
(165,174,170)
#919996
(145,153,150)
#7D8482
(125,132,130)
#696F6E
(105,111,110)
#555A5A
(85,90,90)
#414546
(65,69,70)
#2D3032
(45,48,50)
#191B1E
(25,27,30)
#000000
(0,0,0)

Tints of #E1EDE6

#E1EDE6
(225,237,230)
#E3EEE8
(227,238,232)
#E5EFEA
(229,239,234)
#E7F0EC
(231,240,236)
#E9F1EE
(233,241,238)
#EBF2F0
(235,242,240)
#EDF3F2
(237,243,242)
#EFF4F4
(239,244,244)
#F1F5F6
(241,245,246)
#F3F6F8
(243,246,248)
#F5F7FA
(245,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1EDE6; }

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

This text font color is #E1EDE6.


Background Color

.myBgColor { background-color: #E1EDE6; }

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

This div background color is #E1EDE6.


Border color

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

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

This div border color is #E1EDE6.


Opacity

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

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

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

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

This text has shadow with #E1EDE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1EDE6 on black background.


Color preview on white background

This text has color #E1EDE6 on white background.



Black color preview on #E1EDE6 background

This text has black color on #E1EDE6 background.


White color preview on #E1EDE6 background

This text has white color on #E1EDE6 background.