COLOR #E6DCD8

HEX: #E6DCD8
RGB: (230,220,216)

Color info

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

RGB color model

#E6DCD8 color RGB value is (230,220,216).

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

RGB channels and saturation

R 230 of 255 = 90%
G 220 of 255 = 86%
B 216 of 255 = 85%

230
220
216

R + G + B ~ 87%. #E6DCD8 is light color.

Portions of RGB colors in percentages

R + G + B =
230 + 220 + 216 = 666 (100%)
R 230 of 666 ~ 34.53%
G 220 of 666 ~ 33.03%
B 216 of 666 ~ 32.43%

%34.53
%33.03
%32.43

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.35%
  • yellow value is 6.09%
  • key color value is 9.80%
CMYK:
(0,4,6,10)
C0M4Y6K10 
(0%,4%,6%,10%)
(0.00/0.04/0.06/0.10)	

CMYK percentages

%0
%4.35
%6.09
%9.8

Codes

Color #E6DCD8 in popluar color models

E6DCD8
RGB230220216
HSL17°21.88%87.45%
HSB/HSV17°6.09%90.20%
CMYK0.00%4.35%6.09%
9.80%

Color #E6DCD8 in popluar number systems.

HEXE6DCD8
Decimal230220216
Binary111001101101110011011000
Octal346334330

Shades and tints

Shades of #E6DCD8

#E6DCD8
(230,220,216)
#D2C8C5
(210,200,197)
#BEB4B2
(190,180,178)
#AAA09F
(170,160,159)
#968C8C
(150,140,140)
#827879
(130,120,121)
#6E6466
(110,100,102)
#5A5053
(90,80,83)
#463C40
(70,60,64)
#32282D
(50,40,45)
#1E141A
(30,20,26)
#000000
(0,0,0)

Tints of #E6DCD8

#E6DCD8
(230,220,216)
#E8DFDB
(232,223,219)
#EAE2DE
(234,226,222)
#ECE5E1
(236,229,225)
#EEE8E4
(238,232,228)
#F0EBE7
(240,235,231)
#F2EEEA
(242,238,234)
#F4F1ED
(244,241,237)
#F6F4F0
(246,244,240)
#F8F7F3
(248,247,243)
#FAFAF6
(250,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6DCD8; }

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

This text font color is #E6DCD8.


Background Color

.myBgColor { background-color: #E6DCD8; }

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

This div background color is #E6DCD8.


Border color

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

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

This div border color is #E6DCD8.


Opacity

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

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

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

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

This text has shadow with #E6DCD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6DCD8 on black background.


Color preview on white background

This text has color #E6DCD8 on white background.



Black color preview on #E6DCD8 background

This text has black color on #E6DCD8 background.


White color preview on #E6DCD8 background

This text has white color on #E6DCD8 background.