COLOR #E6E1DB

HEX: #E6E1DB
RGB: (230,225,219)

Color info

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

RGB color model

#E6E1DB color RGB value is (230,225,219).

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

RGB channels and saturation

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

230
225
219

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

Portions of RGB colors in percentages

R + G + B =
230 + 225 + 219 = 674 (100%)
R 230 of 674 ~ 34.12%
G 225 of 674 ~ 33.38%
B 219 of 674 ~ 32.49%

%34.12
%33.38
%32.49

CMYK color model

#E6E1DB color CMYK value is (0,2,5,10).

  • cyan value is 0.00%
  • magenta value is 2.17%
  • yellow value is 4.78%
  • key color value is 9.80%
CMYK:
(0,2,5,10)
C0M2Y5K10 
(0%,2%,5%,10%)
(0.00/0.02/0.05/0.10)	

CMYK percentages

%0
%2.17
%4.78
%9.8

Codes

Color #E6E1DB in popluar color models

E6E1DB
RGB230225219
HSL33°18.03%88.04%
HSB/HSV33°4.78%90.20%
CMYK0.00%2.17%4.78%
9.80%

Color #E6E1DB in popluar number systems.

HEXE6E1DB
Decimal230225219
Binary111001101110000111011011
Octal346341333

Shades and tints

Shades of #E6E1DB

#E6E1DB
(230,225,219)
#D2CDC8
(210,205,200)
#BEB9B5
(190,185,181)
#AAA5A2
(170,165,162)
#96918F
(150,145,143)
#827D7C
(130,125,124)
#6E6969
(110,105,105)
#5A5556
(90,85,86)
#464143
(70,65,67)
#322D30
(50,45,48)
#1E191D
(30,25,29)
#000000
(0,0,0)

Tints of #E6E1DB

#E6E1DB
(230,225,219)
#E8E3DE
(232,227,222)
#EAE5E1
(234,229,225)
#ECE7E4
(236,231,228)
#EEE9E7
(238,233,231)
#F0EBEA
(240,235,234)
#F2EDED
(242,237,237)
#F4EFF0
(244,239,240)
#F6F1F3
(246,241,243)
#F8F3F6
(248,243,246)
#FAF5F9
(250,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6E1DB; }

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

This text font color is #E6E1DB.


Background Color

.myBgColor { background-color: #E6E1DB; }

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

This div background color is #E6E1DB.


Border color

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

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

This div border color is #E6E1DB.


Opacity

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

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

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

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

This text has shadow with #E6E1DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6E1DB on black background.


Color preview on white background

This text has color #E6E1DB on white background.



Black color preview on #E6E1DB background

This text has black color on #E6E1DB background.


White color preview on #E6E1DB background

This text has white color on #E6E1DB background.