COLOR #E6D0C7

HEX: #E6D0C7
RGB: (230,208,199)

Color info

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

RGB color model

#E6D0C7 color RGB value is (230,208,199).

  • red value is 230;
  • green value is 208;
  • blue value is 199.
RGB:
(230,208,199)
(90%,82%,78%)

RGB channels and saturation

R 230 of 255 = 90%
G 208 of 255 = 82%
B 199 of 255 = 78%

230
208
199

R + G + B ~ 83%. #E6D0C7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 208 + 199 = 637 (100%)
R 230 of 637 ~ 36.11%
G 208 of 637 ~ 32.65%
B 199 of 637 ~ 31.24%

%36.11
%32.65
%31.24

CMYK color model

#E6D0C7 color CMYK value is (0,10,13,10).

  • cyan value is 0.00%
  • magenta value is 9.57%
  • yellow value is 13.48%
  • key color value is 9.80%
CMYK:
(0,10,13,10)
C0M10Y13K10 
(0%,10%,13%,10%)
(0.00/0.10/0.13/0.10)	

CMYK percentages

%0
%9.57
%13.48
%9.8

Codes

Color #E6D0C7 in popluar color models

E6D0C7
RGB230208199
HSL17°38.27%84.12%
HSB/HSV17°13.48%90.20%
CMYK0.00%9.57%13.48%
9.80%

Color #E6D0C7 in popluar number systems.

HEXE6D0C7
Decimal230208199
Binary111001101101000011000111
Octal346320307

Shades and tints

Shades of #E6D0C7

#E6D0C7
(230,208,199)
#D2BEB5
(210,190,181)
#BEACA3
(190,172,163)
#AA9A91
(170,154,145)
#96887F
(150,136,127)
#82766D
(130,118,109)
#6E645B
(110,100,91)
#5A5249
(90,82,73)
#464037
(70,64,55)
#322E25
(50,46,37)
#1E1C13
(30,28,19)
#000000
(0,0,0)

Tints of #E6D0C7

#E6D0C7
(230,208,199)
#E8D4CC
(232,212,204)
#EAD8D1
(234,216,209)
#ECDCD6
(236,220,214)
#EEE0DB
(238,224,219)
#F0E4E0
(240,228,224)
#F2E8E5
(242,232,229)
#F4ECEA
(244,236,234)
#F6F0EF
(246,240,239)
#F8F4F4
(248,244,244)
#FAF8F9
(250,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6D0C7 color. Also use rgb(230,208,199) instead hex code.

Text Font Color

.myTextColor { color: #E6D0C7; }

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

This text font color is #E6D0C7.


Background Color

.myBgColor { background-color: #E6D0C7; }

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

This div background color is #E6D0C7.


Border color

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

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

This div border color is #E6D0C7.


Opacity

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

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

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

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

This text has shadow with #E6D0C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6D0C7 on black background.


Color preview on white background

This text has color #E6D0C7 on white background.



Black color preview on #E6D0C7 background

This text has black color on #E6D0C7 background.


White color preview on #E6D0C7 background

This text has white color on #E6D0C7 background.