COLOR #E5E5DF

HEX: #E5E5DF
RGB: (229,229,223)

Color info

#E5E5DF contains red, green and blue colors in about the same proportion. Web safe color of #E5E5DF is #CCCCCC (or #CCC).

RGB color model

#E5E5DF color RGB value is (229,229,223).

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

RGB channels and saturation

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

229
229
223

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

Portions of RGB colors in percentages

R + G + B =
229 + 229 + 223 = 681 (100%)
R 229 of 681 ~ 33.63%
G 229 of 681 ~ 33.63%
B 223 of 681 ~ 32.75%

%33.63
%33.63
%32.75

CMYK color model

#E5E5DF color CMYK value is (0,0,3,10).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 2.62%
  • key color value is 10.20%
CMYK: (0,0,3,10) C0M0Y3K10 (0%,0%,3%,10%) (0.00/0.00/0.03/0.10)

CMYK percentages

%0
%0
%2.62
%10.2

Codes

Color #E5E5DF in popluar color models

E5E5DF
RGB229229223
HSL60°10.34%88.63%
HSB/HSV60°2.62%89.80%
CMYK0.00%0.00%2.62%
10.20%

Color #E5E5DF in popluar number systems.

HEXE5E5DF
Decimal229229223
Binary111001011110010111011111
Octal345345337

Shades and tints

Shades of #E5E5DF

#E5E5DF
(229,229,223)
#D1D1CB
(209,209,203)
#BDBDB7
(189,189,183)
#A9A9A3
(169,169,163)
#95958F
(149,149,143)
#81817B
(129,129,123)
#6D6D67
(109,109,103)
#595953
(89,89,83)
#45453F
(69,69,63)
#31312B
(49,49,43)
#1D1D17
(29,29,23)
#000000
(0,0,0)

Tints of #E5E5DF

#E5E5DF
(229,229,223)
#E7E7E1
(231,231,225)
#E9E9E3
(233,233,227)
#EBEBE5
(235,235,229)
#EDEDE7
(237,237,231)
#EFEFE9
(239,239,233)
#F1F1EB
(241,241,235)
#F3F3ED
(243,243,237)
#F5F5EF
(245,245,239)
#F7F7F1
(247,247,241)
#F9F9F3
(249,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5E5DF; }

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

This text font color is #E5E5DF.


Background Color

.myBgColor { background-color: #E5E5DF; }

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

This div background color is #E5E5DF.


Border color

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

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

This div border color is #E5E5DF.


Opacity

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

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

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

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

This text has shadow with #E5E5DF color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #E5E5DF on black background.


Color preview on white background

This text has color #E5E5DF on white background.



Black color preview on #E5E5DF background

This text has black color on #E5E5DF background.


White color preview on #E5E5DF background

This text has white color on #E5E5DF background.