COLOR #E0DBDB

HEX: #E0DBDB RGB: (224,219,219)

Color info

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

RGB color model

#E0DBDB color RGB value is (224,219,219).

RGB: (224,219,219) (88%, 86%, 86%)

RGB channels and saturation

R 224 of 255 = 88%
G 219 of 255 = 86%
B 219 of 255 = 86%

224
219
219

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

Portions of RGB colors in percentages

R + G + B = 224 + 219 + 219 = 662 (100%)
R 224 of 662 ~ 33.84%
G 219 of 662 ~ 33.08%
B 219 of 662 ~ 33.08'%

%33.84
%33.08
%33.08

CMYK color model

#E0DBDB color CMYK value is (0,2,2,12).

  • cyan value is 0.00%
  • magenta value is 2.23%
  • yellow value is 2.23%
  • key color value is 12.16%

CMYK: (0,2,2,12)
C0M2Y2K12 (0%, 2%, 2%, 12%)
(0.00 / 0.02 / 0.02 / 0.12)

CMYK percentages

%0
%2.23
%2.23
%12.16

Codes

Color #E0DBDB in popluar color models

E0 DB DB
RGB 224 219 219
HSL 7.46% 86.86%
HSB/HSV 2.23% 87.84%
CMYK 0.00% 2.23% 2.23%
12.16%

Color #E0DBDB in popluar number systems.

HEX E0 DB DB
Decimal 224 219 219
Binary 11100000 11011011 11011011
Octal 340 333 333

Shades and tints

Shades of #E0DBDB

#E0DBDB
(224,219,219)
#CCC8C8
(204,200,200)
#B8B5B5
(184,181,181)
#A4A2A2
(164,162,162)
#908F8F
(144,143,143)
#7C7C7C
(124,124,124)
#686969
(104,105,105)
#545656
(84,86,86)
#404343
(64,67,67)
#2C3030
(44,48,48)
#181D1D
(24,29,29)
#000000
(0,0,0)

Tints of #E0DBDB

#E0DBDB
(224,219,219)
#E2DEDE
(226,222,222)
#E4E1E1
(228,225,225)
#E6E4E4
(230,228,228)
#E8E7E7
(232,231,231)
#EAEAEA
(234,234,234)
#ECEDED
(236,237,237)
#EEF0F0
(238,240,240)
#F0F3F3
(240,243,243)
#F2F6F6
(242,246,246)
#F4F9F9
(244,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0DBDB; }

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

This text font color is #E0DBDB.

Background Color

.myBgColor { background-color: #E0DBDB; }

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

This div background color is #E0DBDB.

Border color

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

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

This div border color is #E0DBDB.

Opacity

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

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

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

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

This text has shadow with #E0DBDB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0DBDB.

Preview

Color preview on black background

This text has color #E0DBDB on black background.


Color preview on white background

This text has color #E0DBDB on white background.


Black color preview on #E0DBDB background

This text has black color on #E0DBDB background.


White color preview on #E0DBDB background

This text has white color on #E0DBDB background.


Related colors

Complementary color

Complementary color for #hex is #1F2424.


I love getcolorcode.com