COLOR #E6D7D5

HEX: #E6D7D5 RGB: (230,215,213)

Color info

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

RGB color model

#E6D7D5 color RGB value is (230,215,213).

RGB: (230,215,213) (90%, 84%, 84%)

RGB channels and saturation

R 230 of 255 = 90%
G 215 of 255 = 84%
B 213 of 255 = 84%

230
215
213

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

Portions of RGB colors in percentages

R + G + B = 230 + 215 + 213 = 658 (100%)
R 230 of 658 ~ 34.95%
G 215 of 658 ~ 32.67%
B 213 of 658 ~ 32.37'%

%34.95
%32.67
%32.37

CMYK color model

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

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

CMYK: (0,7,7,10)
C0M7Y7K10 (0%, 7%, 7%, 10%)
(0.00 / 0.07 / 0.07 / 0.10)

CMYK percentages

%0
%6.52
%7.39
%9.8

Codes

Color #E6D7D5 in popluar color models

E6 D7 D5
RGB 230 215 213
HSL 25.37% 86.86%
HSB/HSV 7.39% 90.20%
CMYK 0.00% 6.52% 7.39%
9.80%

Color #E6D7D5 in popluar number systems.

HEX E6 D7 D5
Decimal 230 215 213
Binary 11100110 11010111 11010101
Octal 346 327 325

Shades and tints

Shades of #E6D7D5

#E6D7D5
(230,215,213)
#D2C4C2
(210,196,194)
#BEB1AF
(190,177,175)
#AA9E9C
(170,158,156)
#968B89
(150,139,137)
#827876
(130,120,118)
#6E6563
(110,101,99)
#5A5250
(90,82,80)
#463F3D
(70,63,61)
#322C2A
(50,44,42)
#1E1917
(30,25,23)
#000000
(0,0,0)

Tints of #E6D7D5

#E6D7D5
(230,215,213)
#E8DAD8
(232,218,216)
#EADDDB
(234,221,219)
#ECE0DE
(236,224,222)
#EEE3E1
(238,227,225)
#F0E6E4
(240,230,228)
#F2E9E7
(242,233,231)
#F4ECEA
(244,236,234)
#F6EFED
(246,239,237)
#F8F2F0
(248,242,240)
#FAF5F3
(250,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6D7D5; }

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

This text font color is #E6D7D5.

Background Color

.myBgColor { background-color: #E6D7D5; }

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

This div background color is #E6D7D5.

Border color

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

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

This div border color is #E6D7D5.

Opacity

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

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

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

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

This text has shadow with #E6D7D5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6D7D5.

Preview

Color preview on black background

This text has color #E6D7D5 on black background.


Color preview on white background

This text has color #E6D7D5 on white background.


Black color preview on #E6D7D5 background

This text has black color on #E6D7D5 background.


White color preview on #E6D7D5 background

This text has white color on #E6D7D5 background.


Related colors

Complementary color

Complementary color for #hex is #19282A.


I love getcolorcode.com

Triadic colors

1 #D5E6D7 and #D7D5E6 with #E6D7D5 are triadic colors.

2 #D5D7E6 and #D7E6D5 with #E6D7D5 are triadic colors.