COLOR #E6DFDC

HEX: #E6DFDC
RGB: (230,223,220)

Color info

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

RGB color model

#E6DFDC color RGB value is (230,223,220).

  • red value is 230;
  • green value is 223;
  • blue value is 220.
RGB:
(230,223,220)
(90%,87%,86%)

RGB channels and saturation

R 230 of 255 = 90%
G 223 of 255 = 87%
B 220 of 255 = 86%

230
223
220

R + G + B ~ 88%. #E6DFDC is light color.

Portions of RGB colors in percentages

R + G + B =
230 + 223 + 220 = 673 (100%)
R 230 of 673 ~ 34.18%
G 223 of 673 ~ 33.14%
B 220 of 673 ~ 32.69%

%34.18
%33.14
%32.69

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.04%
  • yellow value is 4.35%
  • key color value is 9.80%
CMYK:
(0,3,4,10)
C0M3Y4K10 
(0%,3%,4%,10%)
(0.00/0.03/0.04/0.10)	

CMYK percentages

%0
%3.04
%4.35
%9.8

Codes

Color #E6DFDC in popluar color models

E6DFDC
RGB230223220
HSL18°16.67%88.24%
HSB/HSV18°4.35%90.20%
CMYK0.00%3.04%4.35%
9.80%

Color #E6DFDC in popluar number systems.

HEXE6DFDC
Decimal230223220
Binary111001101101111111011100
Octal346337334

Shades and tints

Shades of #E6DFDC

#E6DFDC
(230,223,220)
#D2CBC8
(210,203,200)
#BEB7B4
(190,183,180)
#AAA3A0
(170,163,160)
#968F8C
(150,143,140)
#827B78
(130,123,120)
#6E6764
(110,103,100)
#5A5350
(90,83,80)
#463F3C
(70,63,60)
#322B28
(50,43,40)
#1E1714
(30,23,20)
#000000
(0,0,0)

Tints of #E6DFDC

#E6DFDC
(230,223,220)
#E8E1DF
(232,225,223)
#EAE3E2
(234,227,226)
#ECE5E5
(236,229,229)
#EEE7E8
(238,231,232)
#F0E9EB
(240,233,235)
#F2EBEE
(242,235,238)
#F4EDF1
(244,237,241)
#F6EFF4
(246,239,244)
#F8F1F7
(248,241,247)
#FAF3FA
(250,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6DFDC; }

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

This text font color is #E6DFDC.


Background Color

.myBgColor { background-color: #E6DFDC; }

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

This div background color is #E6DFDC.


Border color

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

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

This div border color is #E6DFDC.


Opacity

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

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

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

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

This text has shadow with #E6DFDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6DFDC on black background.


Color preview on white background

This text has color #E6DFDC on white background.



Black color preview on #E6DFDC background

This text has black color on #E6DFDC background.


White color preview on #E6DFDC background

This text has white color on #E6DFDC background.