COLOR #E5DBDB

HEX: #E5DBDB RGB: (229,219,219)

Color info

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

RGB color model

#E5DBDB color RGB value is (229,219,219).

RGB: (229,219,219) (90%, 86%, 86%)

RGB channels and saturation

R 229 of 255 = 90%
G 219 of 255 = 86%
B 219 of 255 = 86%

229
219
219

R + G + B ~ 87%. #E5DBDB is light color.

Portions of RGB colors in percentages

R + G + B = 229 + 219 + 219 = 667 (100%)
R 229 of 667 ~ 34.33%
G 219 of 667 ~ 32.83%
B 219 of 667 ~ 32.83'%

%34.33
%32.83
%32.83

CMYK color model

#E5DBDB color CMYK value is (0,4,4,10).

  • cyan value is 0.00%
  • magenta value is 4.37%
  • yellow value is 4.37%
  • key color value is 10.20%

CMYK: (0,4,4,10)
C0M4Y4K10 (0%, 4%, 4%, 10%)
(0.00 / 0.04 / 0.04 / 0.10)

CMYK percentages

%0
%4.37
%4.37
%10.2

Codes

Color #E5DBDB in popluar color models

E5 DB DB
RGB 229 219 219
HSL 16.13% 87.84%
HSB/HSV 4.37% 89.80%
CMYK 0.00% 4.37% 4.37%
10.20%

Color #E5DBDB in popluar number systems.

HEX E5 DB DB
Decimal 229 219 219
Binary 11100101 11011011 11011011
Octal 345 333 333

Shades and tints

Shades of #E5DBDB

#E5DBDB
(229,219,219)
#D1C8C8
(209,200,200)
#BDB5B5
(189,181,181)
#A9A2A2
(169,162,162)
#958F8F
(149,143,143)
#817C7C
(129,124,124)
#6D6969
(109,105,105)
#595656
(89,86,86)
#454343
(69,67,67)
#313030
(49,48,48)
#1D1D1D
(29,29,29)
#000000
(0,0,0)

Tints of #E5DBDB

#E5DBDB
(229,219,219)
#E7DEDE
(231,222,222)
#E9E1E1
(233,225,225)
#EBE4E4
(235,228,228)
#EDE7E7
(237,231,231)
#EFEAEA
(239,234,234)
#F1EDED
(241,237,237)
#F3F0F0
(243,240,240)
#F5F3F3
(245,243,243)
#F7F6F6
(247,246,246)
#F9F9F9
(249,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5DBDB; }

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

This text font color is #E5DBDB.

Background Color

.myBgColor { background-color: #E5DBDB; }

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

This div background color is #E5DBDB.

Border color

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

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

This div border color is #E5DBDB.

Opacity

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

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

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

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

This text has shadow with #E5DBDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5DBDB.

Preview

Color preview on black background

This text has color #E5DBDB on black background.


Color preview on white background

This text has color #E5DBDB on white background.


Black color preview on #E5DBDB background

This text has black color on #E5DBDB background.


White color preview on #E5DBDB background

This text has white color on #E5DBDB background.


Related colors

Complementary color

Complementary color for #hex is #1A2424.


I love getcolorcode.com