COLOR #E3DFDB

HEX: #E3DFDB
RGB: (227,223,219)

Color info

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

RGB color model

#E3DFDB color RGB value is (227,223,219).

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

RGB channels and saturation

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

227
223
219

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

Portions of RGB colors in percentages

R + G + B =
227 + 223 + 219 = 669 (100%)
R 227 of 669 ~ 33.93%
G 223 of 669 ~ 33.33%
B 219 of 669 ~ 32.74%

%33.93
%33.33
%32.74

CMYK color model

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

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

CMYK percentages

%0
%1.76
%3.52
%10.98

Codes

Color #E3DFDB in popluar color models

E3DFDB
RGB227223219
HSL30°12.50%87.45%
HSB/HSV30°3.52%89.02%
CMYK0.00%1.76%3.52%
10.98%

Color #E3DFDB in popluar number systems.

HEXE3DFDB
Decimal227223219
Binary111000111101111111011011
Octal343337333

Shades and tints

Shades of #E3DFDB

#E3DFDB
(227,223,219)
#CFCBC8
(207,203,200)
#BBB7B5
(187,183,181)
#A7A3A2
(167,163,162)
#938F8F
(147,143,143)
#7F7B7C
(127,123,124)
#6B6769
(107,103,105)
#575356
(87,83,86)
#433F43
(67,63,67)
#2F2B30
(47,43,48)
#1B171D
(27,23,29)
#000000
(0,0,0)

Tints of #E3DFDB

#E3DFDB
(227,223,219)
#E5E1DE
(229,225,222)
#E7E3E1
(231,227,225)
#E9E5E4
(233,229,228)
#EBE7E7
(235,231,231)
#EDE9EA
(237,233,234)
#EFEBED
(239,235,237)
#F1EDF0
(241,237,240)
#F3EFF3
(243,239,243)
#F5F1F6
(245,241,246)
#F7F3F9
(247,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3DFDB; }

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

This text font color is #E3DFDB.


Background Color

.myBgColor { background-color: #E3DFDB; }

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

This div background color is #E3DFDB.


Border color

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

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

This div border color is #E3DFDB.


Opacity

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

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

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

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

This text has shadow with #E3DFDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3DFDB on black background.


Color preview on white background

This text has color #E3DFDB on white background.



Black color preview on #E3DFDB background

This text has black color on #E3DFDB background.


White color preview on #E3DFDB background

This text has white color on #E3DFDB background.