COLOR #E6DFD5

HEX: #E6DFD5 RGB: (230,223,213)

Color info

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

RGB color model

#E6DFD5 color RGB value is (230,223,213).

RGB: (230,223,213) (90%, 87%, 84%)

RGB channels and saturation

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

230
223
213

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

Portions of RGB colors in percentages

R + G + B = 230 + 223 + 213 = 666 (100%)
R 230 of 666 ~ 34.53%
G 223 of 666 ~ 33.48%
B 213 of 666 ~ 31.98'%

%34.53
%33.48
%31.98

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.04%
  • yellow value is 7.39%
  • key color value is 9.80%

CMYK: (0,3,7,10)
C0M3Y7K10 (0%, 3%, 7%, 10%)
(0.00 / 0.03 / 0.07 / 0.10)

CMYK percentages

%0
%3.04
%7.39
%9.8

Codes

Color #E6DFD5 in popluar color models

E6 DF D5
RGB 230 223 213
HSL 35° 25.37% 86.86%
HSB/HSV 35° 7.39% 90.20%
CMYK 0.00% 3.04% 7.39%
9.80%

Color #E6DFD5 in popluar number systems.

HEX E6 DF D5
Decimal 230 223 213
Binary 11100110 11011111 11010101
Octal 346 337 325

Shades and tints

Shades of #E6DFD5

#E6DFD5
(230,223,213)
#D2CBC2
(210,203,194)
#BEB7AF
(190,183,175)
#AAA39C
(170,163,156)
#968F89
(150,143,137)
#827B76
(130,123,118)
#6E6763
(110,103,99)
#5A5350
(90,83,80)
#463F3D
(70,63,61)
#322B2A
(50,43,42)
#1E1717
(30,23,23)
#000000
(0,0,0)

Tints of #E6DFD5

#E6DFD5
(230,223,213)
#E8E1D8
(232,225,216)
#EAE3DB
(234,227,219)
#ECE5DE
(236,229,222)
#EEE7E1
(238,231,225)
#F0E9E4
(240,233,228)
#F2EBE7
(242,235,231)
#F4EDEA
(244,237,234)
#F6EFED
(246,239,237)
#F8F1F0
(248,241,240)
#FAF3F3
(250,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6DFD5; }

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

This text font color is #E6DFD5.

Background Color

.myBgColor { background-color: #E6DFD5; }

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

This div background color is #E6DFD5.

Border color

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

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

This div border color is #E6DFD5.

Opacity

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

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

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

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

This text has shadow with #E6DFD5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6DFD5.

Preview

Color preview on black background

This text has color #E6DFD5 on black background.


Color preview on white background

This text has color #E6DFD5 on white background.


Black color preview on #E6DFD5 background

This text has black color on #E6DFD5 background.


White color preview on #E6DFD5 background

This text has white color on #E6DFD5 background.


Related colors

Complementary color

Complementary color for #hex is #19202A.


I love getcolorcode.com

Triadic colors

1 #D5E6DF and #DFD5E6 with #E6DFD5 are triadic colors.

2 #D5DFE6 and #DFE6D5 with #E6DFD5 are triadic colors.