COLOR #E3DCDB

HEX: #E3DCDB
RGB: (227,220,219)

Color info

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

RGB color model

#E3DCDB color RGB value is (227,220,219).

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

RGB channels and saturation

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

227
220
219

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

Portions of RGB colors in percentages

R + G + B =
227 + 220 + 219 = 666 (100%)
R 227 of 666 ~ 34.08%
G 220 of 666 ~ 33.03%
B 219 of 666 ~ 32.88%

%34.08
%33.03
%32.88

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.08%
  • yellow value is 3.52%
  • key color value is 10.98%
CMYK:
(0,3,4,11)
C0M3Y4K11 
(0%,3%,4%,11%)
(0.00/0.03/0.04/0.11)	

CMYK percentages

%0
%3.08
%3.52
%10.98

Codes

Color #E3DCDB in popluar color models

E3DCDB
RGB227220219
HSL12.50%87.45%
HSB/HSV3.52%89.02%
CMYK0.00%3.08%3.52%
10.98%

Color #E3DCDB in popluar number systems.

HEXE3DCDB
Decimal227220219
Binary111000111101110011011011
Octal343334333

Shades and tints

Shades of #E3DCDB

#E3DCDB
(227,220,219)
#CFC8C8
(207,200,200)
#BBB4B5
(187,180,181)
#A7A0A2
(167,160,162)
#938C8F
(147,140,143)
#7F787C
(127,120,124)
#6B6469
(107,100,105)
#575056
(87,80,86)
#433C43
(67,60,67)
#2F2830
(47,40,48)
#1B141D
(27,20,29)
#000000
(0,0,0)

Tints of #E3DCDB

#E3DCDB
(227,220,219)
#E5DFDE
(229,223,222)
#E7E2E1
(231,226,225)
#E9E5E4
(233,229,228)
#EBE8E7
(235,232,231)
#EDEBEA
(237,235,234)
#EFEEED
(239,238,237)
#F1F1F0
(241,241,240)
#F3F4F3
(243,244,243)
#F5F7F6
(245,247,246)
#F7FAF9
(247,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3DCDB; }

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

This text font color is #E3DCDB.


Background Color

.myBgColor { background-color: #E3DCDB; }

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

This div background color is #E3DCDB.


Border color

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

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

This div border color is #E3DCDB.


Opacity

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

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

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

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

This text has shadow with #E3DCDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3DCDB on black background.


Color preview on white background

This text has color #E3DCDB on white background.



Black color preview on #E3DCDB background

This text has black color on #E3DCDB background.


White color preview on #E3DCDB background

This text has white color on #E3DCDB background.