COLOR #E6DEDA

HEX: #E6DEDA
RGB: (230,222,218)

Color info

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

RGB color model

#E6DEDA color RGB value is (230,222,218).

  • red value is 230;
  • green value is 222;
  • blue value is 218.
RGB:
(230,222,218)
(90%,87%,85%)

RGB channels and saturation

R 230 of 255 = 90%
G 222 of 255 = 87%
B 218 of 255 = 85%

230
222
218

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

Portions of RGB colors in percentages

R + G + B =
230 + 222 + 218 = 670 (100%)
R 230 of 670 ~ 34.33%
G 222 of 670 ~ 33.13%
B 218 of 670 ~ 32.54%

%34.33
%33.13
%32.54

CMYK color model

#E6DEDA color CMYK value is (0,3,5,10).

  • cyan value is 0.00%
  • magenta value is 3.48%
  • yellow value is 5.22%
  • key color value is 9.80%
CMYK:
(0,3,5,10)
C0M3Y5K10 
(0%,3%,5%,10%)
(0.00/0.03/0.05/0.10)	

CMYK percentages

%0
%3.48
%5.22
%9.8

Codes

Color #E6DEDA in popluar color models

E6DEDA
RGB230222218
HSL20°19.35%87.84%
HSB/HSV20°5.22%90.20%
CMYK0.00%3.48%5.22%
9.80%

Color #E6DEDA in popluar number systems.

HEXE6DEDA
Decimal230222218
Binary111001101101111011011010
Octal346336332

Shades and tints

Shades of #E6DEDA

#E6DEDA
(230,222,218)
#D2CAC7
(210,202,199)
#BEB6B4
(190,182,180)
#AAA2A1
(170,162,161)
#968E8E
(150,142,142)
#827A7B
(130,122,123)
#6E6668
(110,102,104)
#5A5255
(90,82,85)
#463E42
(70,62,66)
#322A2F
(50,42,47)
#1E161C
(30,22,28)
#000000
(0,0,0)

Tints of #E6DEDA

#E6DEDA
(230,222,218)
#E8E1DD
(232,225,221)
#EAE4E0
(234,228,224)
#ECE7E3
(236,231,227)
#EEEAE6
(238,234,230)
#F0EDE9
(240,237,233)
#F2F0EC
(242,240,236)
#F4F3EF
(244,243,239)
#F6F6F2
(246,246,242)
#F8F9F5
(248,249,245)
#FAFCF8
(250,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6DEDA color. Also use rgb(230,222,218) instead hex code.

Text Font Color

.myTextColor { color: #E6DEDA; }

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

This text font color is #E6DEDA.


Background Color

.myBgColor { background-color: #E6DEDA; }

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

This div background color is #E6DEDA.


Border color

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

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

This div border color is #E6DEDA.


Opacity

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

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

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

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

This text has shadow with #E6DEDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6DEDA on black background.


Color preview on white background

This text has color #E6DEDA on white background.



Black color preview on #E6DEDA background

This text has black color on #E6DEDA background.


White color preview on #E6DEDA background

This text has white color on #E6DEDA background.