COLOR #E4DBDC

HEX: #E4DBDC
RGB: (228,219,220)

Color info

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

RGB color model

#E4DBDC color RGB value is (228,219,220).

  • red value is 228;
  • green value is 219;
  • blue value is 220.
RGB:
(228,219,220)
(89%,86%,86%)

RGB channels and saturation

R 228 of 255 = 89%
G 219 of 255 = 86%
B 220 of 255 = 86%

228
219
220

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

Portions of RGB colors in percentages

R + G + B =
228 + 219 + 220 = 667 (100%)
R 228 of 667 ~ 34.18%
G 219 of 667 ~ 32.83%
B 220 of 667 ~ 32.98%

%34.18
%32.83
%32.98

CMYK color model

#E4DBDC color CMYK value is (0,4,4,11).

  • cyan value is 0.00%
  • magenta value is 3.95%
  • yellow value is 3.51%
  • key color value is 10.59%
CMYK:
(0,4,4,11)
C0M4Y4K11 
(0%,4%,4%,11%)
(0.00/0.04/0.04/0.11)	

CMYK percentages

%0
%3.95
%3.51
%10.59

Codes

Color #E4DBDC in popluar color models

E4DBDC
RGB228219220
HSL353°14.29%87.65%
HSB/HSV353°3.95%89.41%
CMYK0.00%3.95%3.51%
10.59%

Color #E4DBDC in popluar number systems.

HEXE4DBDC
Decimal228219220
Binary111001001101101111011100
Octal344333334

Shades and tints

Shades of #E4DBDC

#E4DBDC
(228,219,220)
#D0C8C8
(208,200,200)
#BCB5B4
(188,181,180)
#A8A2A0
(168,162,160)
#948F8C
(148,143,140)
#807C78
(128,124,120)
#6C6964
(108,105,100)
#585650
(88,86,80)
#44433C
(68,67,60)
#303028
(48,48,40)
#1C1D14
(28,29,20)
#000000
(0,0,0)

Tints of #E4DBDC

#E4DBDC
(228,219,220)
#E6DEDF
(230,222,223)
#E8E1E2
(232,225,226)
#EAE4E5
(234,228,229)
#ECE7E8
(236,231,232)
#EEEAEB
(238,234,235)
#F0EDEE
(240,237,238)
#F2F0F1
(242,240,241)
#F4F3F4
(244,243,244)
#F6F6F7
(246,246,247)
#F8F9FA
(248,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4DBDC; }

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

This text font color is #E4DBDC.


Background Color

.myBgColor { background-color: #E4DBDC; }

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

This div background color is #E4DBDC.


Border color

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

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

This div border color is #E4DBDC.


Opacity

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

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

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

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

This text has shadow with #E4DBDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4DBDC on black background.


Color preview on white background

This text has color #E4DBDC on white background.



Black color preview on #E4DBDC background

This text has black color on #E4DBDC background.


White color preview on #E4DBDC background

This text has white color on #E4DBDC background.