COLOR #E6DDD0

HEX: #E6DDD0
RGB: (230,221,208)

Color info

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

RGB color model

#E6DDD0 color RGB value is (230,221,208).

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

RGB channels and saturation

R 230 of 255 = 90%
G 221 of 255 = 87%
B 208 of 255 = 82%

230
221
208

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

Portions of RGB colors in percentages

R + G + B =
230 + 221 + 208 = 659 (100%)
R 230 of 659 ~ 34.9%
G 221 of 659 ~ 33.54%
B 208 of 659 ~ 31.56%

%34.9
%33.54
%31.56

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.91%
  • yellow value is 9.57%
  • 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
%9.57
%9.8

Codes

Color #E6DDD0 in popluar color models

E6DDD0
RGB230221208
HSL35°30.56%85.88%
HSB/HSV35°9.57%90.20%
CMYK0.00%3.91%9.57%
9.80%

Color #E6DDD0 in popluar number systems.

HEXE6DDD0
Decimal230221208
Binary111001101101110111010000
Octal346335320

Shades and tints

Shades of #E6DDD0

#E6DDD0
(230,221,208)
#D2C9BE
(210,201,190)
#BEB5AC
(190,181,172)
#AAA19A
(170,161,154)
#968D88
(150,141,136)
#827976
(130,121,118)
#6E6564
(110,101,100)
#5A5152
(90,81,82)
#463D40
(70,61,64)
#32292E
(50,41,46)
#1E151C
(30,21,28)
#000000
(0,0,0)

Tints of #E6DDD0

#E6DDD0
(230,221,208)
#E8E0D4
(232,224,212)
#EAE3D8
(234,227,216)
#ECE6DC
(236,230,220)
#EEE9E0
(238,233,224)
#F0ECE4
(240,236,228)
#F2EFE8
(242,239,232)
#F4F2EC
(244,242,236)
#F6F5F0
(246,245,240)
#F8F8F4
(248,248,244)
#FAFBF8
(250,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6DDD0; }

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

This text font color is #E6DDD0.


Background Color

.myBgColor { background-color: #E6DDD0; }

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

This div background color is #E6DDD0.


Border color

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

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

This div border color is #E6DDD0.


Opacity

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

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

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

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

This text has shadow with #E6DDD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6DDD0 on black background.


Color preview on white background

This text has color #E6DDD0 on white background.



Black color preview on #E6DDD0 background

This text has black color on #E6DDD0 background.


White color preview on #E6DDD0 background

This text has white color on #E6DDD0 background.