COLOR #E0EDEB

HEX: #E0EDEB
RGB: (224,237,235)

Color info

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

RGB color model

#E0EDEB color RGB value is (224,237,235).

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

RGB channels and saturation

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

224
237
235

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

Portions of RGB colors in percentages

R + G + B =
224 + 237 + 235 = 696 (100%)
R 224 of 696 ~ 32.18%
G 237 of 696 ~ 34.05%
B 235 of 696 ~ 33.76%

%32.18
%34.05
%33.76

CMYK color model

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

  • cyan value is 5.49%
  • 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.49
%0
%0.84
%7.06

Codes

Color #E0EDEB in popluar color models

E0EDEB
RGB224237235
HSL171°26.53%90.39%
HSB/HSV171°5.49%92.94%
CMYK5.49%0.00%0.84%
7.06%

Color #E0EDEB in popluar number systems.

HEXE0EDEB
Decimal224237235
Binary111000001110110111101011
Octal340355353

Shades and tints

Shades of #E0EDEB

#E0EDEB
(224,237,235)
#CCD8D6
(204,216,214)
#B8C3C1
(184,195,193)
#A4AEAC
(164,174,172)
#909997
(144,153,151)
#7C8482
(124,132,130)
#686F6D
(104,111,109)
#545A58
(84,90,88)
#404543
(64,69,67)
#2C302E
(44,48,46)
#181B19
(24,27,25)
#000000
(0,0,0)

Tints of #E0EDEB

#E0EDEB
(224,237,235)
#E2EEEC
(226,238,236)
#E4EFED
(228,239,237)
#E6F0EE
(230,240,238)
#E8F1EF
(232,241,239)
#EAF2F0
(234,242,240)
#ECF3F1
(236,243,241)
#EEF4F2
(238,244,242)
#F0F5F3
(240,245,243)
#F2F6F4
(242,246,244)
#F4F7F5
(244,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0EDEB; }

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

This text font color is #E0EDEB.


Background Color

.myBgColor { background-color: #E0EDEB; }

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

This div background color is #E0EDEB.


Border color

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

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

This div border color is #E0EDEB.


Opacity

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

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

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

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

This text has shadow with #E0EDEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0EDEB on black background.


Color preview on white background

This text has color #E0EDEB on white background.



Black color preview on #E0EDEB background

This text has black color on #E0EDEB background.


White color preview on #E0EDEB background

This text has white color on #E0EDEB background.