COLOR #E6DFD2

HEX: #E6DFD2
RGB: (230,223,210)

Color info

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

RGB color model

#E6DFD2 color RGB value is (230,223,210).

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

RGB channels and saturation

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

230
223
210

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

Portions of RGB colors in percentages

R + G + B =
230 + 223 + 210 = 663 (100%)
R 230 of 663 ~ 34.69%
G 223 of 663 ~ 33.63%
B 210 of 663 ~ 31.67%

%34.69
%33.63
%31.67

CMYK color model

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

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

CMYK percentages

%0
%3.04
%8.7
%9.8

Codes

Color #E6DFD2 in popluar color models

E6DFD2
RGB230223210
HSL39°28.57%86.27%
HSB/HSV39°8.70%90.20%
CMYK0.00%3.04%8.70%
9.80%

Color #E6DFD2 in popluar number systems.

HEXE6DFD2
Decimal230223210
Binary111001101101111111010010
Octal346337322

Shades and tints

Shades of #E6DFD2

#E6DFD2
(230,223,210)
#D2CBBF
(210,203,191)
#BEB7AC
(190,183,172)
#AAA399
(170,163,153)
#968F86
(150,143,134)
#827B73
(130,123,115)
#6E6760
(110,103,96)
#5A534D
(90,83,77)
#463F3A
(70,63,58)
#322B27
(50,43,39)
#1E1714
(30,23,20)
#000000
(0,0,0)

Tints of #E6DFD2

#E6DFD2
(230,223,210)
#E8E1D6
(232,225,214)
#EAE3DA
(234,227,218)
#ECE5DE
(236,229,222)
#EEE7E2
(238,231,226)
#F0E9E6
(240,233,230)
#F2EBEA
(242,235,234)
#F4EDEE
(244,237,238)
#F6EFF2
(246,239,242)
#F8F1F6
(248,241,246)
#FAF3FA
(250,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6DFD2; }

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

This text font color is #E6DFD2.


Background Color

.myBgColor { background-color: #E6DFD2; }

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

This div background color is #E6DFD2.


Border color

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

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

This div border color is #E6DFD2.


Opacity

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

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

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

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

This text has shadow with #E6DFD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6DFD2 on black background.


Color preview on white background

This text has color #E6DFD2 on white background.



Black color preview on #E6DFD2 background

This text has black color on #E6DFD2 background.


White color preview on #E6DFD2 background

This text has white color on #E6DFD2 background.