COLOR #E6E0DB

HEX: #E6E0DB
RGB: (230,224,219)

Color info

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

RGB color model

#E6E0DB color RGB value is (230,224,219).

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

RGB channels and saturation

R 230 of 255 = 90%
G 224 of 255 = 88%
B 219 of 255 = 86%

230
224
219

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

Portions of RGB colors in percentages

R + G + B =
230 + 224 + 219 = 673 (100%)
R 230 of 673 ~ 34.18%
G 224 of 673 ~ 33.28%
B 219 of 673 ~ 32.54%

%34.18
%33.28
%32.54

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.61%
  • yellow value is 4.78%
  • 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
%2.61
%4.78
%9.8

Codes

Color #E6E0DB in popluar color models

E6E0DB
RGB230224219
HSL27°18.03%88.04%
HSB/HSV27°4.78%90.20%
CMYK0.00%2.61%4.78%
9.80%

Color #E6E0DB in popluar number systems.

HEXE6E0DB
Decimal230224219
Binary111001101110000011011011
Octal346340333

Shades and tints

Shades of #E6E0DB

#E6E0DB
(230,224,219)
#D2CCC8
(210,204,200)
#BEB8B5
(190,184,181)
#AAA4A2
(170,164,162)
#96908F
(150,144,143)
#827C7C
(130,124,124)
#6E6869
(110,104,105)
#5A5456
(90,84,86)
#464043
(70,64,67)
#322C30
(50,44,48)
#1E181D
(30,24,29)
#000000
(0,0,0)

Tints of #E6E0DB

#E6E0DB
(230,224,219)
#E8E2DE
(232,226,222)
#EAE4E1
(234,228,225)
#ECE6E4
(236,230,228)
#EEE8E7
(238,232,231)
#F0EAEA
(240,234,234)
#F2ECED
(242,236,237)
#F4EEF0
(244,238,240)
#F6F0F3
(246,240,243)
#F8F2F6
(248,242,246)
#FAF4F9
(250,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6E0DB; }

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

This text font color is #E6E0DB.


Background Color

.myBgColor { background-color: #E6E0DB; }

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

This div background color is #E6E0DB.


Border color

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

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

This div border color is #E6E0DB.


Opacity

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

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

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

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

This text has shadow with #E6E0DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6E0DB on black background.


Color preview on white background

This text has color #E6E0DB on white background.



Black color preview on #E6E0DB background

This text has black color on #E6E0DB background.


White color preview on #E6E0DB background

This text has white color on #E6E0DB background.