COLOR #E6E0D8

HEX: #E6E0D8
RGB: (230,224,216)

Color info

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

RGB color model

#E6E0D8 color RGB value is (230,224,216).

  • red value is 230;
  • green value is 224;
  • blue value is 216.
RGB:
(230,224,216)
(90%,88%,85%)

RGB channels and saturation

R 230 of 255 = 90%
G 224 of 255 = 88%
B 216 of 255 = 85%

230
224
216

R + G + B ~ 88%. #E6E0D8 is light color.

Portions of RGB colors in percentages

R + G + B =
230 + 224 + 216 = 670 (100%)
R 230 of 670 ~ 34.33%
G 224 of 670 ~ 33.43%
B 216 of 670 ~ 32.24%

%34.33
%33.43
%32.24

CMYK color model

#E6E0D8 color CMYK value is (0,3,6,10).

  • cyan value is 0.00%
  • magenta value is 2.61%
  • yellow value is 6.09%
  • key color value is 9.80%
CMYK:
(0,3,6,10)
C0M3Y6K10 
(0%,3%,6%,10%)
(0.00/0.03/0.06/0.10)	

CMYK percentages

%0
%2.61
%6.09
%9.8

Codes

Color #E6E0D8 in popluar color models

E6E0D8
RGB230224216
HSL34°21.88%87.45%
HSB/HSV34°6.09%90.20%
CMYK0.00%2.61%6.09%
9.80%

Color #E6E0D8 in popluar number systems.

HEXE6E0D8
Decimal230224216
Binary111001101110000011011000
Octal346340330

Shades and tints

Shades of #E6E0D8

#E6E0D8
(230,224,216)
#D2CCC5
(210,204,197)
#BEB8B2
(190,184,178)
#AAA49F
(170,164,159)
#96908C
(150,144,140)
#827C79
(130,124,121)
#6E6866
(110,104,102)
#5A5453
(90,84,83)
#464040
(70,64,64)
#322C2D
(50,44,45)
#1E181A
(30,24,26)
#000000
(0,0,0)

Tints of #E6E0D8

#E6E0D8
(230,224,216)
#E8E2DB
(232,226,219)
#EAE4DE
(234,228,222)
#ECE6E1
(236,230,225)
#EEE8E4
(238,232,228)
#F0EAE7
(240,234,231)
#F2ECEA
(242,236,234)
#F4EEED
(244,238,237)
#F6F0F0
(246,240,240)
#F8F2F3
(248,242,243)
#FAF4F6
(250,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6E0D8 color. Also use rgb(230,224,216) instead hex code.

Text Font Color

.myTextColor { color: #E6E0D8; }

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

This text font color is #E6E0D8.


Background Color

.myBgColor { background-color: #E6E0D8; }

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

This div background color is #E6E0D8.


Border color

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

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

This div border color is #E6E0D8.


Opacity

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

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

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

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

This text has shadow with #E6E0D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6E0D8 on black background.


Color preview on white background

This text has color #E6E0D8 on white background.



Black color preview on #E6E0D8 background

This text has black color on #E6E0D8 background.


White color preview on #E6E0D8 background

This text has white color on #E6E0D8 background.