COLOR #E3DCDC

HEX: #E3DCDC
RGB: (227,220,220)

Color info

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

RGB color model

#E3DCDC color RGB value is (227,220,220).

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

RGB channels and saturation

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

227
220
220

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

Portions of RGB colors in percentages

R + G + B =
227 + 220 + 220 = 667 (100%)
R 227 of 667 ~ 34.03%
G 220 of 667 ~ 32.98%
B 220 of 667 ~ 32.98%

%34.03
%32.98
%32.98

CMYK color model

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

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

CMYK percentages

%0
%3.08
%3.08
%10.98

Codes

Color #E3DCDC in popluar color models

E3DCDC
RGB227220220
HSL11.11%87.65%
HSB/HSV3.08%89.02%
CMYK0.00%3.08%3.08%
10.98%

Color #E3DCDC in popluar number systems.

HEXE3DCDC
Decimal227220220
Binary111000111101110011011100
Octal343334334

Shades and tints

Shades of #E3DCDC

#E3DCDC
(227,220,220)
#CFC8C8
(207,200,200)
#BBB4B4
(187,180,180)
#A7A0A0
(167,160,160)
#938C8C
(147,140,140)
#7F7878
(127,120,120)
#6B6464
(107,100,100)
#575050
(87,80,80)
#433C3C
(67,60,60)
#2F2828
(47,40,40)
#1B1414
(27,20,20)
#000000
(0,0,0)

Tints of #E3DCDC

#E3DCDC
(227,220,220)
#E5DFDF
(229,223,223)
#E7E2E2
(231,226,226)
#E9E5E5
(233,229,229)
#EBE8E8
(235,232,232)
#EDEBEB
(237,235,235)
#EFEEEE
(239,238,238)
#F1F1F1
(241,241,241)
#F3F4F4
(243,244,244)
#F5F7F7
(245,247,247)
#F7FAFA
(247,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3DCDC; }

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

This text font color is #E3DCDC.


Background Color

.myBgColor { background-color: #E3DCDC; }

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

This div background color is #E3DCDC.


Border color

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

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

This div border color is #E3DCDC.


Opacity

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

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

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

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

This text has shadow with #E3DCDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3DCDC on black background.


Color preview on white background

This text has color #E3DCDC on white background.



Black color preview on #E3DCDC background

This text has black color on #E3DCDC background.


White color preview on #E3DCDC background

This text has white color on #E3DCDC background.