COLOR #E6E2D1

HEX: #E6E2D1
RGB: (230,226,209)

Color info

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

RGB color model

#E6E2D1 color RGB value is (230,226,209).

  • red value is 230;
  • green value is 226;
  • blue value is 209.
RGB:
(230,226,209)
(90%,89%,82%)

RGB channels and saturation

R 230 of 255 = 90%
G 226 of 255 = 89%
B 209 of 255 = 82%

230
226
209

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

Portions of RGB colors in percentages

R + G + B =
230 + 226 + 209 = 665 (100%)
R 230 of 665 ~ 34.59%
G 226 of 665 ~ 33.98%
B 209 of 665 ~ 31.43%

%34.59
%33.98
%31.43

CMYK color model

#E6E2D1 color CMYK value is (0,2,9,10).

  • cyan value is 0.00%
  • magenta value is 1.74%
  • yellow value is 9.13%
  • key color value is 9.80%
CMYK:
(0,2,9,10)
C0M2Y9K10 
(0%,2%,9%,10%)
(0.00/0.02/0.09/0.10)	

CMYK percentages

%0
%1.74
%9.13
%9.8

Codes

Color #E6E2D1 in popluar color models

E6E2D1
RGB230226209
HSL49°29.58%86.08%
HSB/HSV49°9.13%90.20%
CMYK0.00%1.74%9.13%
9.80%

Color #E6E2D1 in popluar number systems.

HEXE6E2D1
Decimal230226209
Binary111001101110001011010001
Octal346342321

Shades and tints

Shades of #E6E2D1

#E6E2D1
(230,226,209)
#D2CEBE
(210,206,190)
#BEBAAB
(190,186,171)
#AAA698
(170,166,152)
#969285
(150,146,133)
#827E72
(130,126,114)
#6E6A5F
(110,106,95)
#5A564C
(90,86,76)
#464239
(70,66,57)
#322E26
(50,46,38)
#1E1A13
(30,26,19)
#000000
(0,0,0)

Tints of #E6E2D1

#E6E2D1
(230,226,209)
#E8E4D5
(232,228,213)
#EAE6D9
(234,230,217)
#ECE8DD
(236,232,221)
#EEEAE1
(238,234,225)
#F0ECE5
(240,236,229)
#F2EEE9
(242,238,233)
#F4F0ED
(244,240,237)
#F6F2F1
(246,242,241)
#F8F4F5
(248,244,245)
#FAF6F9
(250,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6E2D1 color. Also use rgb(230,226,209) instead hex code.

Text Font Color

.myTextColor { color: #E6E2D1; }

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

This text font color is #E6E2D1.


Background Color

.myBgColor { background-color: #E6E2D1; }

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

This div background color is #E6E2D1.


Border color

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

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

This div border color is #E6E2D1.


Opacity

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

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

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

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

This text has shadow with #E6E2D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6E2D1 on black background.


Color preview on white background

This text has color #E6E2D1 on white background.



Black color preview on #E6E2D1 background

This text has black color on #E6E2D1 background.


White color preview on #E6E2D1 background

This text has white color on #E6E2D1 background.