COLOR #E5EEDF

HEX: #E5EEDF
RGB: (229,238,223)

Color info

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

RGB color model

#E5EEDF color RGB value is (229,238,223).

  • red value is 229;
  • green value is 238;
  • blue value is 223.
RGB:
(229,238,223)
(90%,93%,87%)

RGB channels and saturation

R 229 of 255 = 90%
G 238 of 255 = 93%
B 223 of 255 = 87%

229
238
223

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

Portions of RGB colors in percentages

R + G + B =
229 + 238 + 223 = 690 (100%)
R 229 of 690 ~ 33.19%
G 238 of 690 ~ 34.49%
B 223 of 690 ~ 32.32%

%33.19
%34.49
%32.32

CMYK color model

#E5EEDF color CMYK value is (4,0,6,7).

  • cyan value is 3.78%
  • magenta value is 0.00%
  • yellow value is 6.30%
  • key color value is 6.67%
CMYK:
(4,0,6,7)
C4M0Y6K7 
(4%,0%,6%,7%)
(0.04/0.00/0.06/0.07)	

CMYK percentages

%3.78
%0
%6.3
%6.67

Codes

Color #E5EEDF in popluar color models

E5EEDF
RGB229238223
HSL96°30.61%90.39%
HSB/HSV96°6.30%93.33%
CMYK3.78%0.00%6.30%
6.67%

Color #E5EEDF in popluar number systems.

HEXE5EEDF
Decimal229238223
Binary111001011110111011011111
Octal345356337

Shades and tints

Shades of #E5EEDF

#E5EEDF
(229,238,223)
#D1D9CB
(209,217,203)
#BDC4B7
(189,196,183)
#A9AFA3
(169,175,163)
#959A8F
(149,154,143)
#81857B
(129,133,123)
#6D7067
(109,112,103)
#595B53
(89,91,83)
#45463F
(69,70,63)
#31312B
(49,49,43)
#1D1C17
(29,28,23)
#000000
(0,0,0)

Tints of #E5EEDF

#E5EEDF
(229,238,223)
#E7EFE1
(231,239,225)
#E9F0E3
(233,240,227)
#EBF1E5
(235,241,229)
#EDF2E7
(237,242,231)
#EFF3E9
(239,243,233)
#F1F4EB
(241,244,235)
#F3F5ED
(243,245,237)
#F5F6EF
(245,246,239)
#F7F7F1
(247,247,241)
#F9F8F3
(249,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5EEDF color. Also use rgb(229,238,223) instead hex code.

Text Font Color

.myTextColor { color: #E5EEDF; }

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

This text font color is #E5EEDF.


Background Color

.myBgColor { background-color: #E5EEDF; }

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

This div background color is #E5EEDF.


Border color

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

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

This div border color is #E5EEDF.


Opacity

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

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

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

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

This text has shadow with #E5EEDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5EEDF on black background.


Color preview on white background

This text has color #E5EEDF on white background.



Black color preview on #E5EEDF background

This text has black color on #E5EEDF background.


White color preview on #E5EEDF background

This text has white color on #E5EEDF background.