COLOR #E6D7CF

HEX: #E6D7CF RGB: (230,215,207)

Color info

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

RGB color model

#E6D7CF color RGB value is (230,215,207).

RGB: (230,215,207) (90%, 84%, 81%)

RGB channels and saturation

R 230 of 255 = 90%
G 215 of 255 = 84%
B 207 of 255 = 81%

230
215
207

R + G + B ~ 85%. #E6D7CF is quite light color.

Portions of RGB colors in percentages

R + G + B = 230 + 215 + 207 = 652 (100%)
R 230 of 652 ~ 35.28%
G 215 of 652 ~ 32.98%
B 207 of 652 ~ 31.75'%

%35.28
%32.98
%31.75

CMYK color model

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

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

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

CMYK percentages

%0
%6.52
%10
%9.8

Codes

Color #E6D7CF in popluar color models

E6 D7 CF
RGB 230 215 207
HSL 21° 31.51% 85.69%
HSB/HSV 21° 10.00% 90.20%
CMYK 0.00% 6.52% 10.00%
9.80%

Color #E6D7CF in popluar number systems.

HEX E6 D7 CF
Decimal 230 215 207
Binary 11100110 11010111 11001111
Octal 346 327 317

Shades and tints

Shades of #E6D7CF

#E6D7CF
(230,215,207)
#D2C4BD
(210,196,189)
#BEB1AB
(190,177,171)
#AA9E99
(170,158,153)
#968B87
(150,139,135)
#827875
(130,120,117)
#6E6563
(110,101,99)
#5A5251
(90,82,81)
#463F3F
(70,63,63)
#322C2D
(50,44,45)
#1E191B
(30,25,27)
#000000
(0,0,0)

Tints of #E6D7CF

#E6D7CF
(230,215,207)
#E8DAD3
(232,218,211)
#EADDD7
(234,221,215)
#ECE0DB
(236,224,219)
#EEE3DF
(238,227,223)
#F0E6E3
(240,230,227)
#F2E9E7
(242,233,231)
#F4ECEB
(244,236,235)
#F6EFEF
(246,239,239)
#F8F2F3
(248,242,243)
#FAF5F7
(250,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6D7CF; }

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

This text font color is #E6D7CF.

Background Color

.myBgColor { background-color: #E6D7CF; }

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

This div background color is #E6D7CF.

Border color

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

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

This div border color is #E6D7CF.

Opacity

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

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

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

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

This text has shadow with #E6D7CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6D7CF.

Preview

Color preview on black background

This text has color #E6D7CF on black background.


Color preview on white background

This text has color #E6D7CF on white background.


Black color preview on #E6D7CF background

This text has black color on #E6D7CF background.


White color preview on #E6D7CF background

This text has white color on #E6D7CF background.


Related colors

Complementary color

Complementary color for #hex is #192830.


I love getcolorcode.com

Triadic colors

1 #CFE6D7 and #D7CFE6 with #E6D7CF are triadic colors.

2 #CFD7E6 and #D7E6CF with #E6D7CF are triadic colors.