COLOR #E6E1D7

HEX: #E6E1D7 RGB: (230,225,215)

Color info

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

RGB color model

#E6E1D7 color RGB value is (230,225,215).

RGB: (230,225,215) (90%, 88%, 84%)

RGB channels and saturation

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

230
225
215

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

Portions of RGB colors in percentages

R + G + B = 230 + 225 + 215 = 670 (100%)
R 230 of 670 ~ 34.33%
G 225 of 670 ~ 33.58%
B 215 of 670 ~ 32.09'%

%34.33
%33.58
%32.09

CMYK color model

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

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

Codes

Color #E6E1D7 in popluar color models

E6 E1 D7
RGB 230 225 215
HSL 40° 23.08% 87.25%
HSB/HSV 40° 6.52% 90.20%
CMYK 0.00% 2.17% 6.52%
9.80%

Color #E6E1D7 in popluar number systems.

HEX E6 E1 D7
Decimal 230 225 215
Binary 11100110 11100001 11010111
Octal 346 341 327

Shades and tints

Shades of #E6E1D7

#E6E1D7
(230,225,215)
#D2CDC4
(210,205,196)
#BEB9B1
(190,185,177)
#AAA59E
(170,165,158)
#96918B
(150,145,139)
#827D78
(130,125,120)
#6E6965
(110,105,101)
#5A5552
(90,85,82)
#46413F
(70,65,63)
#322D2C
(50,45,44)
#1E1919
(30,25,25)
#000000
(0,0,0)

Tints of #E6E1D7

#E6E1D7
(230,225,215)
#E8E3DA
(232,227,218)
#EAE5DD
(234,229,221)
#ECE7E0
(236,231,224)
#EEE9E3
(238,233,227)
#F0EBE6
(240,235,230)
#F2EDE9
(242,237,233)
#F4EFEC
(244,239,236)
#F6F1EF
(246,241,239)
#F8F3F2
(248,243,242)
#FAF5F5
(250,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6E1D7; }

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

This text font color is #E6E1D7.

Background Color

.myBgColor { background-color: #E6E1D7; }

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

This div background color is #E6E1D7.

Border color

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

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

This div border color is #E6E1D7.

Opacity

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

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

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

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

This text has shadow with #E6E1D7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6E1D7.

Preview

Color preview on black background

This text has color #E6E1D7 on black background.


Color preview on white background

This text has color #E6E1D7 on white background.


Black color preview on #E6E1D7 background

This text has black color on #E6E1D7 background.


White color preview on #E6E1D7 background

This text has white color on #E6E1D7 background.


Related colors

Complementary color

Complementary color for #hex is #191E28.


I love getcolorcode.com

Triadic colors

1 #D7E6E1 and #E1D7E6 with #E6E1D7 are triadic colors.

2 #D7E1E6 and #E1E6D7 with #E6E1D7 are triadic colors.