COLOR #E6DCD2

HEX: #E6DCD2
RGB: (230,220,210)

Color info

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

RGB color model

#E6DCD2 color RGB value is (230,220,210).

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

RGB channels and saturation

R 230 of 255 = 90%
G 220 of 255 = 86%
B 210 of 255 = 82%

230
220
210

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

Portions of RGB colors in percentages

R + G + B =
230 + 220 + 210 = 660 (100%)
R 230 of 660 ~ 34.85%
G 220 of 660 ~ 33.33%
B 210 of 660 ~ 31.82%

%34.85
%33.33
%31.82

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.35%
  • yellow value is 8.70%
  • key color value is 9.80%
CMYK:
(0,4,9,10)
C0M4Y9K10 
(0%,4%,9%,10%)
(0.00/0.04/0.09/0.10)	

CMYK percentages

%0
%4.35
%8.7
%9.8

Codes

Color #E6DCD2 in popluar color models

E6DCD2
RGB230220210
HSL30°28.57%86.27%
HSB/HSV30°8.70%90.20%
CMYK0.00%4.35%8.70%
9.80%

Color #E6DCD2 in popluar number systems.

HEXE6DCD2
Decimal230220210
Binary111001101101110011010010
Octal346334322

Shades and tints

Shades of #E6DCD2

#E6DCD2
(230,220,210)
#D2C8BF
(210,200,191)
#BEB4AC
(190,180,172)
#AAA099
(170,160,153)
#968C86
(150,140,134)
#827873
(130,120,115)
#6E6460
(110,100,96)
#5A504D
(90,80,77)
#463C3A
(70,60,58)
#322827
(50,40,39)
#1E1414
(30,20,20)
#000000
(0,0,0)

Tints of #E6DCD2

#E6DCD2
(230,220,210)
#E8DFD6
(232,223,214)
#EAE2DA
(234,226,218)
#ECE5DE
(236,229,222)
#EEE8E2
(238,232,226)
#F0EBE6
(240,235,230)
#F2EEEA
(242,238,234)
#F4F1EE
(244,241,238)
#F6F4F2
(246,244,242)
#F8F7F6
(248,247,246)
#FAFAFA
(250,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6DCD2; }

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

This text font color is #E6DCD2.


Background Color

.myBgColor { background-color: #E6DCD2; }

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

This div background color is #E6DCD2.


Border color

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

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

This div border color is #E6DCD2.


Opacity

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

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

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

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

This text has shadow with #E6DCD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6DCD2 on black background.


Color preview on white background

This text has color #E6DCD2 on white background.



Black color preview on #E6DCD2 background

This text has black color on #E6DCD2 background.


White color preview on #E6DCD2 background

This text has white color on #E6DCD2 background.