COLOR #E6DDC7

HEX: #E6DDC7
RGB: (230,221,199)

Color info

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

RGB color model

#E6DDC7 color RGB value is (230,221,199).

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

RGB channels and saturation

R 230 of 255 = 90%
G 221 of 255 = 87%
B 199 of 255 = 78%

230
221
199

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

Portions of RGB colors in percentages

R + G + B =
230 + 221 + 199 = 650 (100%)
R 230 of 650 ~ 35.38%
G 221 of 650 ~ 34%
B 199 of 650 ~ 30.62%

%35.38
%34
%30.62

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.91%
  • yellow value is 13.48%
  • key color value is 9.80%
CMYK:
(0,4,13,10)
C0M4Y13K10 
(0%,4%,13%,10%)
(0.00/0.04/0.13/0.10)	

CMYK percentages

%0
%3.91
%13.48
%9.8

Codes

Color #E6DDC7 in popluar color models

E6DDC7
RGB230221199
HSL43°38.27%84.12%
HSB/HSV43°13.48%90.20%
CMYK0.00%3.91%13.48%
9.80%

Color #E6DDC7 in popluar number systems.

HEXE6DDC7
Decimal230221199
Binary111001101101110111000111
Octal346335307

Shades and tints

Shades of #E6DDC7

#E6DDC7
(230,221,199)
#D2C9B5
(210,201,181)
#BEB5A3
(190,181,163)
#AAA191
(170,161,145)
#968D7F
(150,141,127)
#82796D
(130,121,109)
#6E655B
(110,101,91)
#5A5149
(90,81,73)
#463D37
(70,61,55)
#322925
(50,41,37)
#1E1513
(30,21,19)
#000000
(0,0,0)

Tints of #E6DDC7

#E6DDC7
(230,221,199)
#E8E0CC
(232,224,204)
#EAE3D1
(234,227,209)
#ECE6D6
(236,230,214)
#EEE9DB
(238,233,219)
#F0ECE0
(240,236,224)
#F2EFE5
(242,239,229)
#F4F2EA
(244,242,234)
#F6F5EF
(246,245,239)
#F8F8F4
(248,248,244)
#FAFBF9
(250,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6DDC7; }

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

This text font color is #E6DDC7.


Background Color

.myBgColor { background-color: #E6DDC7; }

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

This div background color is #E6DDC7.


Border color

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

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

This div border color is #E6DDC7.


Opacity

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

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

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

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

This text has shadow with #E6DDC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6DDC7 on black background.


Color preview on white background

This text has color #E6DDC7 on white background.



Black color preview on #E6DDC7 background

This text has black color on #E6DDC7 background.


White color preview on #E6DDC7 background

This text has white color on #E6DDC7 background.