COLOR #E6DDCE

HEX: #E6DDCE
RGB: (230,221,206)

Color info

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

RGB color model

#E6DDCE color RGB value is (230,221,206).

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

RGB channels and saturation

R 230 of 255 = 90%
G 221 of 255 = 87%
B 206 of 255 = 81%

230
221
206

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

Portions of RGB colors in percentages

R + G + B =
230 + 221 + 206 = 657 (100%)
R 230 of 657 ~ 35.01%
G 221 of 657 ~ 33.64%
B 206 of 657 ~ 31.35%

%35.01
%33.64
%31.35

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.91%
  • yellow value is 10.43%
  • key color value is 9.80%
CMYK:
(0,4,10,10)
C0M4Y10K10 
(0%,4%,10%,10%)
(0.00/0.04/0.10/0.10)	

CMYK percentages

%0
%3.91
%10.43
%9.8

Codes

Color #E6DDCE in popluar color models

E6DDCE
RGB230221206
HSL38°32.43%85.49%
HSB/HSV38°10.43%90.20%
CMYK0.00%3.91%10.43%
9.80%

Color #E6DDCE in popluar number systems.

HEXE6DDCE
Decimal230221206
Binary111001101101110111001110
Octal346335316

Shades and tints

Shades of #E6DDCE

#E6DDCE
(230,221,206)
#D2C9BC
(210,201,188)
#BEB5AA
(190,181,170)
#AAA198
(170,161,152)
#968D86
(150,141,134)
#827974
(130,121,116)
#6E6562
(110,101,98)
#5A5150
(90,81,80)
#463D3E
(70,61,62)
#32292C
(50,41,44)
#1E151A
(30,21,26)
#000000
(0,0,0)

Tints of #E6DDCE

#E6DDCE
(230,221,206)
#E8E0D2
(232,224,210)
#EAE3D6
(234,227,214)
#ECE6DA
(236,230,218)
#EEE9DE
(238,233,222)
#F0ECE2
(240,236,226)
#F2EFE6
(242,239,230)
#F4F2EA
(244,242,234)
#F6F5EE
(246,245,238)
#F8F8F2
(248,248,242)
#FAFBF6
(250,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6DDCE; }

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

This text font color is #E6DDCE.


Background Color

.myBgColor { background-color: #E6DDCE; }

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

This div background color is #E6DDCE.


Border color

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

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

This div border color is #E6DDCE.


Opacity

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

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

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

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

This text has shadow with #E6DDCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6DDCE on black background.


Color preview on white background

This text has color #E6DDCE on white background.



Black color preview on #E6DDCE background

This text has black color on #E6DDCE background.


White color preview on #E6DDCE background

This text has white color on #E6DDCE background.