COLOR #E6DFDF

HEX: #E6DFDF
RGB: (230,223,223)

Color info

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

RGB color model

#E6DFDF color RGB value is (230,223,223).

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

RGB channels and saturation

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

230
223
223

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

Portions of RGB colors in percentages

R + G + B =
230 + 223 + 223 = 676 (100%)
R 230 of 676 ~ 34.02%
G 223 of 676 ~ 32.99%
B 223 of 676 ~ 32.99%

%34.02
%32.99
%32.99

CMYK color model

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

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

CMYK percentages

%0
%3.04
%3.04
%9.8

Codes

Color #E6DFDF in popluar color models

E6DFDF
RGB230223223
HSL12.28%88.82%
HSB/HSV3.04%90.20%
CMYK0.00%3.04%3.04%
9.80%

Color #E6DFDF in popluar number systems.

HEXE6DFDF
Decimal230223223
Binary111001101101111111011111
Octal346337337

Shades and tints

Shades of #E6DFDF

#E6DFDF
(230,223,223)
#D2CBCB
(210,203,203)
#BEB7B7
(190,183,183)
#AAA3A3
(170,163,163)
#968F8F
(150,143,143)
#827B7B
(130,123,123)
#6E6767
(110,103,103)
#5A5353
(90,83,83)
#463F3F
(70,63,63)
#322B2B
(50,43,43)
#1E1717
(30,23,23)
#000000
(0,0,0)

Tints of #E6DFDF

#E6DFDF
(230,223,223)
#E8E1E1
(232,225,225)
#EAE3E3
(234,227,227)
#ECE5E5
(236,229,229)
#EEE7E7
(238,231,231)
#F0E9E9
(240,233,233)
#F2EBEB
(242,235,235)
#F4EDED
(244,237,237)
#F6EFEF
(246,239,239)
#F8F1F1
(248,241,241)
#FAF3F3
(250,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6DFDF; }

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

This text font color is #E6DFDF.


Background Color

.myBgColor { background-color: #E6DFDF; }

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

This div background color is #E6DFDF.


Border color

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

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

This div border color is #E6DFDF.


Opacity

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

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

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

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

This text has shadow with #E6DFDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6DFDF on black background.


Color preview on white background

This text has color #E6DFDF on white background.



Black color preview on #E6DFDF background

This text has black color on #E6DFDF background.


White color preview on #E6DFDF background

This text has white color on #E6DFDF background.