COLOR #E6E0DE

HEX: #E6E0DE
RGB: (230,224,222)

Color info

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

RGB color model

#E6E0DE color RGB value is (230,224,222).

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

RGB channels and saturation

R 230 of 255 = 90%
G 224 of 255 = 88%
B 222 of 255 = 87%

230
224
222

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

Portions of RGB colors in percentages

R + G + B =
230 + 224 + 222 = 676 (100%)
R 230 of 676 ~ 34.02%
G 224 of 676 ~ 33.14%
B 222 of 676 ~ 32.84%

%34.02
%33.14
%32.84

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.61%
  • yellow value is 3.48%
  • key color value is 9.80%
CMYK:
(0,3,3,10)
C0M3Y3K10 
(0%,3%,3%,10%)
(0.00/0.03/0.03/0.10)	

CMYK percentages

%0
%2.61
%3.48
%9.8

Codes

Color #E6E0DE in popluar color models

E6E0DE
RGB230224222
HSL15°13.79%88.63%
HSB/HSV15°3.48%90.20%
CMYK0.00%2.61%3.48%
9.80%

Color #E6E0DE in popluar number systems.

HEXE6E0DE
Decimal230224222
Binary111001101110000011011110
Octal346340336

Shades and tints

Shades of #E6E0DE

#E6E0DE
(230,224,222)
#D2CCCA
(210,204,202)
#BEB8B6
(190,184,182)
#AAA4A2
(170,164,162)
#96908E
(150,144,142)
#827C7A
(130,124,122)
#6E6866
(110,104,102)
#5A5452
(90,84,82)
#46403E
(70,64,62)
#322C2A
(50,44,42)
#1E1816
(30,24,22)
#000000
(0,0,0)

Tints of #E6E0DE

#E6E0DE
(230,224,222)
#E8E2E1
(232,226,225)
#EAE4E4
(234,228,228)
#ECE6E7
(236,230,231)
#EEE8EA
(238,232,234)
#F0EAED
(240,234,237)
#F2ECF0
(242,236,240)
#F4EEF3
(244,238,243)
#F6F0F6
(246,240,246)
#F8F2F9
(248,242,249)
#FAF4FC
(250,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6E0DE; }

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

This text font color is #E6E0DE.


Background Color

.myBgColor { background-color: #E6E0DE; }

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

This div background color is #E6E0DE.


Border color

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

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

This div border color is #E6E0DE.


Opacity

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

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

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

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

This text has shadow with #E6E0DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6E0DE on black background.


Color preview on white background

This text has color #E6E0DE on white background.



Black color preview on #E6E0DE background

This text has black color on #E6E0DE background.


White color preview on #E6E0DE background

This text has white color on #E6E0DE background.