COLOR #E6E1D5

HEX: #E6E1D5
RGB: (230,225,213)

Color info

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

RGB color model

#E6E1D5 color RGB value is (230,225,213).

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

RGB channels and saturation

R 230 of 255 = 90%
G 225 of 255 = 88%
B 213 of 255 = 84%

230
225
213

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

Portions of RGB colors in percentages

R + G + B =
230 + 225 + 213 = 668 (100%)
R 230 of 668 ~ 34.43%
G 225 of 668 ~ 33.68%
B 213 of 668 ~ 31.89%

%34.43
%33.68
%31.89

CMYK color model

#E6E1D5 color CMYK value is (0,2,7,10).

  • cyan value is 0.00%
  • magenta value is 2.17%
  • yellow value is 7.39%
  • key color value is 9.80%
CMYK:
(0,2,7,10)
C0M2Y7K10 
(0%,2%,7%,10%)
(0.00/0.02/0.07/0.10)	

CMYK percentages

%0
%2.17
%7.39
%9.8

Codes

Color #E6E1D5 in popluar color models

E6E1D5
RGB230225213
HSL42°25.37%86.86%
HSB/HSV42°7.39%90.20%
CMYK0.00%2.17%7.39%
9.80%

Color #E6E1D5 in popluar number systems.

HEXE6E1D5
Decimal230225213
Binary111001101110000111010101
Octal346341325

Shades and tints

Shades of #E6E1D5

#E6E1D5
(230,225,213)
#D2CDC2
(210,205,194)
#BEB9AF
(190,185,175)
#AAA59C
(170,165,156)
#969189
(150,145,137)
#827D76
(130,125,118)
#6E6963
(110,105,99)
#5A5550
(90,85,80)
#46413D
(70,65,61)
#322D2A
(50,45,42)
#1E1917
(30,25,23)
#000000
(0,0,0)

Tints of #E6E1D5

#E6E1D5
(230,225,213)
#E8E3D8
(232,227,216)
#EAE5DB
(234,229,219)
#ECE7DE
(236,231,222)
#EEE9E1
(238,233,225)
#F0EBE4
(240,235,228)
#F2EDE7
(242,237,231)
#F4EFEA
(244,239,234)
#F6F1ED
(246,241,237)
#F8F3F0
(248,243,240)
#FAF5F3
(250,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6E1D5; }

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

This text font color is #E6E1D5.


Background Color

.myBgColor { background-color: #E6E1D5; }

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

This div background color is #E6E1D5.


Border color

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

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

This div border color is #E6E1D5.


Opacity

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

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

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

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

This text has shadow with #E6E1D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6E1D5 on black background.


Color preview on white background

This text has color #E6E1D5 on white background.



Black color preview on #E6E1D5 background

This text has black color on #E6E1D5 background.


White color preview on #E6E1D5 background

This text has white color on #E6E1D5 background.