COLOR #E0EBDF

HEX: #E0EBDF
RGB: (224,235,223)

Color info

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

RGB color model

#E0EBDF color RGB value is (224,235,223).

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

RGB channels and saturation

R 224 of 255 = 88%
G 235 of 255 = 92%
B 223 of 255 = 87%

224
235
223

R + G + B ~ 89%. #E0EBDF is light color.

Portions of RGB colors in percentages

R + G + B =
224 + 235 + 223 = 682 (100%)
R 224 of 682 ~ 32.84%
G 235 of 682 ~ 34.46%
B 223 of 682 ~ 32.7%

%32.84
%34.46
%32.7

CMYK color model

#E0EBDF color CMYK value is (5,0,5,8).

  • cyan value is 4.68%
  • magenta value is 0.00%
  • yellow value is 5.11%
  • key color value is 7.84%
CMYK:
(5,0,5,8)
C5M0Y5K8 
(5%,0%,5%,8%)
(0.05/0.00/0.05/0.08)	

CMYK percentages

%4.68
%0
%5.11
%7.84

Codes

Color #E0EBDF in popluar color models

E0EBDF
RGB224235223
HSL115°23.08%89.80%
HSB/HSV115°5.11%92.16%
CMYK4.68%0.00%5.11%
7.84%

Color #E0EBDF in popluar number systems.

HEXE0EBDF
Decimal224235223
Binary111000001110101111011111
Octal340353337

Shades and tints

Shades of #E0EBDF

#E0EBDF
(224,235,223)
#CCD6CB
(204,214,203)
#B8C1B7
(184,193,183)
#A4ACA3
(164,172,163)
#90978F
(144,151,143)
#7C827B
(124,130,123)
#686D67
(104,109,103)
#545853
(84,88,83)
#40433F
(64,67,63)
#2C2E2B
(44,46,43)
#181917
(24,25,23)
#000000
(0,0,0)

Tints of #E0EBDF

#E0EBDF
(224,235,223)
#E2ECE1
(226,236,225)
#E4EDE3
(228,237,227)
#E6EEE5
(230,238,229)
#E8EFE7
(232,239,231)
#EAF0E9
(234,240,233)
#ECF1EB
(236,241,235)
#EEF2ED
(238,242,237)
#F0F3EF
(240,243,239)
#F2F4F1
(242,244,241)
#F4F5F3
(244,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0EBDF; }

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

This text font color is #E0EBDF.


Background Color

.myBgColor { background-color: #E0EBDF; }

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

This div background color is #E0EBDF.


Border color

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

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

This div border color is #E0EBDF.


Opacity

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

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

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

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

This text has shadow with #E0EBDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0EBDF on black background.


Color preview on white background

This text has color #E0EBDF on white background.



Black color preview on #E0EBDF background

This text has black color on #E0EBDF background.


White color preview on #E0EBDF background

This text has white color on #E0EBDF background.