COLOR #E1EDEB

HEX: #E1EDEB
RGB: (225,237,235)

Color info

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

RGB color model

#E1EDEB color RGB value is (225,237,235).

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

RGB channels and saturation

R 225 of 255 = 88%
G 237 of 255 = 93%
B 235 of 255 = 92%

225
237
235

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

Portions of RGB colors in percentages

R + G + B =
225 + 237 + 235 = 697 (100%)
R 225 of 697 ~ 32.28%
G 237 of 697 ~ 34%
B 235 of 697 ~ 33.72%

%32.28
%34
%33.72

CMYK color model

#E1EDEB color CMYK value is (5,0,1,7).

  • cyan value is 5.06%
  • magenta value is 0.00%
  • yellow value is 0.84%
  • key color value is 7.06%
CMYK:
(5,0,1,7)
C5M0Y1K7 
(5%,0%,1%,7%)
(0.05/0.00/0.01/0.07)	

CMYK percentages

%5.06
%0
%0.84
%7.06

Codes

Color #E1EDEB in popluar color models

E1EDEB
RGB225237235
HSL170°25.00%90.59%
HSB/HSV170°5.06%92.94%
CMYK5.06%0.00%0.84%
7.06%

Color #E1EDEB in popluar number systems.

HEXE1EDEB
Decimal225237235
Binary111000011110110111101011
Octal341355353

Shades and tints

Shades of #E1EDEB

#E1EDEB
(225,237,235)
#CDD8D6
(205,216,214)
#B9C3C1
(185,195,193)
#A5AEAC
(165,174,172)
#919997
(145,153,151)
#7D8482
(125,132,130)
#696F6D
(105,111,109)
#555A58
(85,90,88)
#414543
(65,69,67)
#2D302E
(45,48,46)
#191B19
(25,27,25)
#000000
(0,0,0)

Tints of #E1EDEB

#E1EDEB
(225,237,235)
#E3EEEC
(227,238,236)
#E5EFED
(229,239,237)
#E7F0EE
(231,240,238)
#E9F1EF
(233,241,239)
#EBF2F0
(235,242,240)
#EDF3F1
(237,243,241)
#EFF4F2
(239,244,242)
#F1F5F3
(241,245,243)
#F3F6F4
(243,246,244)
#F5F7F5
(245,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E1EDEB; }

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

This text font color is #E1EDEB.


Background Color

.myBgColor { background-color: #E1EDEB; }

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

This div background color is #E1EDEB.


Border color

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

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

This div border color is #E1EDEB.


Opacity

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

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

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

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

This text has shadow with #E1EDEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E1EDEB on black background.


Color preview on white background

This text has color #E1EDEB on white background.



Black color preview on #E1EDEB background

This text has black color on #E1EDEB background.


White color preview on #E1EDEB background

This text has white color on #E1EDEB background.