COLOR #E6D7CE

HEX: #E6D7CE
RGB: (230,215,206)

Color info

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

RGB color model

#E6D7CE color RGB value is (230,215,206).

  • red value is 230;
  • green value is 215;
  • blue value is 206.
RGB:
(230,215,206)
(90%,84%,81%)

RGB channels and saturation

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

230
215
206

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

Portions of RGB colors in percentages

R + G + B =
230 + 215 + 206 = 651 (100%)
R 230 of 651 ~ 35.33%
G 215 of 651 ~ 33.03%
B 206 of 651 ~ 31.64%

%35.33
%33.03
%31.64

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.52%
  • yellow value is 10.43%
  • 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.43
%9.8

Codes

Color #E6D7CE in popluar color models

E6D7CE
RGB230215206
HSL23°32.43%85.49%
HSB/HSV23°10.43%90.20%
CMYK0.00%6.52%10.43%
9.80%

Color #E6D7CE in popluar number systems.

HEXE6D7CE
Decimal230215206
Binary111001101101011111001110
Octal346327316

Shades and tints

Shades of #E6D7CE

#E6D7CE
(230,215,206)
#D2C4BC
(210,196,188)
#BEB1AA
(190,177,170)
#AA9E98
(170,158,152)
#968B86
(150,139,134)
#827874
(130,120,116)
#6E6562
(110,101,98)
#5A5250
(90,82,80)
#463F3E
(70,63,62)
#322C2C
(50,44,44)
#1E191A
(30,25,26)
#000000
(0,0,0)

Tints of #E6D7CE

#E6D7CE
(230,215,206)
#E8DAD2
(232,218,210)
#EADDD6
(234,221,214)
#ECE0DA
(236,224,218)
#EEE3DE
(238,227,222)
#F0E6E2
(240,230,226)
#F2E9E6
(242,233,230)
#F4ECEA
(244,236,234)
#F6EFEE
(246,239,238)
#F8F2F2
(248,242,242)
#FAF5F6
(250,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6D7CE; }

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

This text font color is #E6D7CE.


Background Color

.myBgColor { background-color: #E6D7CE; }

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

This div background color is #E6D7CE.


Border color

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

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

This div border color is #E6D7CE.


Opacity

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

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

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

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

This text has shadow with #E6D7CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6D7CE on black background.


Color preview on white background

This text has color #E6D7CE on white background.



Black color preview on #E6D7CE background

This text has black color on #E6D7CE background.


White color preview on #E6D7CE background

This text has white color on #E6D7CE background.