COLOR #E6E1D8

HEX: #E6E1D8 RGB: (230,225,216)

Color info

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

RGB color model

#E6E1D8 color RGB value is (230,225,216).

RGB: (230,225,216) (90%, 88%, 85%)

RGB channels and saturation

R 230 of 255 = 90%
G 225 of 255 = 88%
B 216 of 255 = 85%

230
225
216

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

Portions of RGB colors in percentages

R + G + B = 230 + 225 + 216 = 671 (100%)
R 230 of 671 ~ 34.28%
G 225 of 671 ~ 33.53%
B 216 of 671 ~ 32.19'%

%34.28
%33.53
%32.19

CMYK color model

#E6E1D8 color CMYK value is (0,2,6,10).

  • cyan value is 0.00%
  • magenta value is 2.17%
  • yellow value is 6.09%
  • key color value is 9.80%
CMYK: (0,2,6,10) C0M2Y6K10 (0%,2%,6%,10%) (0.00/0.02/0.06/0.10) 

CMYK percentages

%0
%2.17
%6.09
%9.8

Codes

Color #E6E1D8 in popluar color models

E6 E1 D8
RGB 230 225 216
HSL 39° 21.88% 87.45%
HSB/HSV 39° 6.09% 90.20%
CMYK 0.00% 2.17% 6.09%
9.80%

Color #E6E1D8 in popluar number systems.

HEX E6 E1 D8
Decimal 230 225 216
Binary 11100110 11100001 11011000
Octal 346 341 330

Shades and tints

Shades of #E6E1D8

#E6E1D8
(230,225,216)
#D2CDC5
(210,205,197)
#BEB9B2
(190,185,178)
#AAA59F
(170,165,159)
#96918C
(150,145,140)
#827D79
(130,125,121)
#6E6966
(110,105,102)
#5A5553
(90,85,83)
#464140
(70,65,64)
#322D2D
(50,45,45)
#1E191A
(30,25,26)
#000000
(0,0,0)

Tints of #E6E1D8

#E6E1D8
(230,225,216)
#E8E3DB
(232,227,219)
#EAE5DE
(234,229,222)
#ECE7E1
(236,231,225)
#EEE9E4
(238,233,228)
#F0EBE7
(240,235,231)
#F2EDEA
(242,237,234)
#F4EFED
(244,239,237)
#F6F1F0
(246,241,240)
#F8F3F3
(248,243,243)
#FAF5F6
(250,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6E1D8; }

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

This text font color is #E6E1D8.

Background Color

.myBgColor { background-color: #E6E1D8; }

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

This div background color is #E6E1D8.

Border color

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

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

This div border color is #E6E1D8.

Opacity

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

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

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

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

This text has shadow with #E6E1D8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6E1D8.

Preview

Color preview on black background

This text has color #E6E1D8 on black background.


Color preview on white background

This text has color #E6E1D8 on white background.


Black color preview on #E6E1D8 background

This text has black color on #E6E1D8 background.


White color preview on #E6E1D8 background

This text has white color on #E6E1D8 background.


Related colors

Complementary color

Complementary color for #hex is #191E27.


I love getcolorcode.com

Triadic colors

1 #D8E6E1 and #E1D8E6 with #E6E1D8 are triadic colors.

2 #D8E1E6 and #E1E6D8 with #E6E1D8 are triadic colors.