COLOR #E5DEDE

HEX: #E5DEDE
RGB: (229,222,222)

Color info

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

RGB color model

#E5DEDE color RGB value is (229,222,222).

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

RGB channels and saturation

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

229
222
222

R + G + B ~ 88%. #E5DEDE is light color.

Portions of RGB colors in percentages

R + G + B =
229 + 222 + 222 = 673 (100%)
R 229 of 673 ~ 34.03%
G 222 of 673 ~ 32.99%
B 222 of 673 ~ 32.99%

%34.03
%32.99
%32.99

CMYK color model

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

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

CMYK percentages

%0
%3.06
%3.06
%10.2

Codes

Color #E5DEDE in popluar color models

E5DEDE
RGB229222222
HSL11.86%88.43%
HSB/HSV3.06%89.80%
CMYK0.00%3.06%3.06%
10.20%

Color #E5DEDE in popluar number systems.

HEXE5DEDE
Decimal229222222
Binary111001011101111011011110
Octal345336336

Shades and tints

Shades of #E5DEDE

#E5DEDE
(229,222,222)
#D1CACA
(209,202,202)
#BDB6B6
(189,182,182)
#A9A2A2
(169,162,162)
#958E8E
(149,142,142)
#817A7A
(129,122,122)
#6D6666
(109,102,102)
#595252
(89,82,82)
#453E3E
(69,62,62)
#312A2A
(49,42,42)
#1D1616
(29,22,22)
#000000
(0,0,0)

Tints of #E5DEDE

#E5DEDE
(229,222,222)
#E7E1E1
(231,225,225)
#E9E4E4
(233,228,228)
#EBE7E7
(235,231,231)
#EDEAEA
(237,234,234)
#EFEDED
(239,237,237)
#F1F0F0
(241,240,240)
#F3F3F3
(243,243,243)
#F5F6F6
(245,246,246)
#F7F9F9
(247,249,249)
#F9FCFC
(249,252,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5DEDE; }

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

This text font color is #E5DEDE.


Background Color

.myBgColor { background-color: #E5DEDE; }

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

This div background color is #E5DEDE.


Border color

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

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

This div border color is #E5DEDE.


Opacity

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

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

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

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

This text has shadow with #E5DEDE color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #E5DEDE on black background.


Color preview on white background

This text has color #E5DEDE on white background.



Black color preview on #E5DEDE background

This text has black color on #E5DEDE background.


White color preview on #E5DEDE background

This text has white color on #E5DEDE background.