COLOR #E6DFD0

HEX: #E6DFD0
RGB: (230,223,208)

Color info

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

RGB color model

#E6DFD0 color RGB value is (230,223,208).

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

RGB channels and saturation

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

230
223
208

R + G + B ~ 86%. #E6DFD0 is light color.

Portions of RGB colors in percentages

R + G + B =
230 + 223 + 208 = 661 (100%)
R 230 of 661 ~ 34.8%
G 223 of 661 ~ 33.74%
B 208 of 661 ~ 31.47%

%34.8
%33.74
%31.47

CMYK color model

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

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

CMYK percentages

%0
%3.04
%9.57
%9.8

Codes

Color #E6DFD0 in popluar color models

E6DFD0
RGB230223208
HSL41°30.56%85.88%
HSB/HSV41°9.57%90.20%
CMYK0.00%3.04%9.57%
9.80%

Color #E6DFD0 in popluar number systems.

HEXE6DFD0
Decimal230223208
Binary111001101101111111010000
Octal346337320

Shades and tints

Shades of #E6DFD0

#E6DFD0
(230,223,208)
#D2CBBE
(210,203,190)
#BEB7AC
(190,183,172)
#AAA39A
(170,163,154)
#968F88
(150,143,136)
#827B76
(130,123,118)
#6E6764
(110,103,100)
#5A5352
(90,83,82)
#463F40
(70,63,64)
#322B2E
(50,43,46)
#1E171C
(30,23,28)
#000000
(0,0,0)

Tints of #E6DFD0

#E6DFD0
(230,223,208)
#E8E1D4
(232,225,212)
#EAE3D8
(234,227,216)
#ECE5DC
(236,229,220)
#EEE7E0
(238,231,224)
#F0E9E4
(240,233,228)
#F2EBE8
(242,235,232)
#F4EDEC
(244,237,236)
#F6EFF0
(246,239,240)
#F8F1F4
(248,241,244)
#FAF3F8
(250,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6DFD0; }

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

This text font color is #E6DFD0.


Background Color

.myBgColor { background-color: #E6DFD0; }

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

This div background color is #E6DFD0.


Border color

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

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

This div border color is #E6DFD0.


Opacity

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

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

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

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

This text has shadow with #E6DFD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6DFD0 on black background.


Color preview on white background

This text has color #E6DFD0 on white background.



Black color preview on #E6DFD0 background

This text has black color on #E6DFD0 background.


White color preview on #E6DFD0 background

This text has white color on #E6DFD0 background.