COLOR #E3DFDF

HEX: #E3DFDF
RGB: (227,223,223)

Color info

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

RGB color model

#E3DFDF color RGB value is (227,223,223).

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

RGB channels and saturation

R 227 of 255 = 89%
G 223 of 255 = 87%
B 223 of 255 = 87%

227
223
223

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

Portions of RGB colors in percentages

R + G + B =
227 + 223 + 223 = 673 (100%)
R 227 of 673 ~ 33.73%
G 223 of 673 ~ 33.14%
B 223 of 673 ~ 33.14%

%33.73
%33.14
%33.14

CMYK color model

#E3DFDF color CMYK value is (0,2,2,11).

  • cyan value is 0.00%
  • magenta value is 1.76%
  • yellow value is 1.76%
  • key color value is 10.98%
CMYK:
(0,2,2,11)
C0M2Y2K11 
(0%,2%,2%,11%)
(0.00/0.02/0.02/0.11)	

CMYK percentages

%0
%1.76
%1.76
%10.98

Codes

Color #E3DFDF in popluar color models

E3DFDF
RGB227223223
HSL6.67%88.24%
HSB/HSV1.76%89.02%
CMYK0.00%1.76%1.76%
10.98%

Color #E3DFDF in popluar number systems.

HEXE3DFDF
Decimal227223223
Binary111000111101111111011111
Octal343337337

Shades and tints

Shades of #E3DFDF

#E3DFDF
(227,223,223)
#CFCBCB
(207,203,203)
#BBB7B7
(187,183,183)
#A7A3A3
(167,163,163)
#938F8F
(147,143,143)
#7F7B7B
(127,123,123)
#6B6767
(107,103,103)
#575353
(87,83,83)
#433F3F
(67,63,63)
#2F2B2B
(47,43,43)
#1B1717
(27,23,23)
#000000
(0,0,0)

Tints of #E3DFDF

#E3DFDF
(227,223,223)
#E5E1E1
(229,225,225)
#E7E3E3
(231,227,227)
#E9E5E5
(233,229,229)
#EBE7E7
(235,231,231)
#EDE9E9
(237,233,233)
#EFEBEB
(239,235,235)
#F1EDED
(241,237,237)
#F3EFEF
(243,239,239)
#F5F1F1
(245,241,241)
#F7F3F3
(247,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3DFDF; }

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

This text font color is #E3DFDF.


Background Color

.myBgColor { background-color: #E3DFDF; }

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

This div background color is #E3DFDF.


Border color

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

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

This div border color is #E3DFDF.


Opacity

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

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

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

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

This text has shadow with #E3DFDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3DFDF on black background.


Color preview on white background

This text has color #E3DFDF on white background.



Black color preview on #E3DFDF background

This text has black color on #E3DFDF background.


White color preview on #E3DFDF background

This text has white color on #E3DFDF background.