COLOR #E3D2D1

HEX: #E3D2D1 RGB: (227,210,209)

Color info

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

RGB color model

#E3D2D1 color RGB value is (227,210,209).

RGB: (227,210,209) (89%, 82%, 82%)

RGB channels and saturation

R 227 of 255 = 89%
G 210 of 255 = 82%
B 209 of 255 = 82%

227
210
209

R + G + B ~ 84%. #E3D2D1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 227 + 210 + 209 = 646 (100%)
R 227 of 646 ~ 35.14%
G 210 of 646 ~ 32.51%
B 209 of 646 ~ 32.35'%

%35.14
%32.51
%32.35

CMYK color model

#E3D2D1 color CMYK value is (0,7,8,11).

  • cyan value is 0.00%
  • magenta value is 7.49%
  • yellow value is 7.93%
  • key color value is 10.98%

CMYK: (0,7,8,11)
C0M7Y8K11 (0%, 7%, 8%, 11%)
(0.00 / 0.07 / 0.08 / 0.11)

CMYK percentages

%0
%7.49
%7.93
%10.98

Codes

Color #E3D2D1 in popluar color models

E3 D2 D1
RGB 227 210 209
HSL 24.32% 85.49%
HSB/HSV 7.93% 89.02%
CMYK 0.00% 7.49% 7.93%
10.98%

Color #E3D2D1 in popluar number systems.

HEX E3 D2 D1
Decimal 227 210 209
Binary 11100011 11010010 11010001
Octal 343 322 321

Shades and tints

Shades of #E3D2D1

#E3D2D1
(227,210,209)
#CFBFBE
(207,191,190)
#BBACAB
(187,172,171)
#A79998
(167,153,152)
#938685
(147,134,133)
#7F7372
(127,115,114)
#6B605F
(107,96,95)
#574D4C
(87,77,76)
#433A39
(67,58,57)
#2F2726
(47,39,38)
#1B1413
(27,20,19)
#000000
(0,0,0)

Tints of #E3D2D1

#E3D2D1
(227,210,209)
#E5D6D5
(229,214,213)
#E7DAD9
(231,218,217)
#E9DEDD
(233,222,221)
#EBE2E1
(235,226,225)
#EDE6E5
(237,230,229)
#EFEAE9
(239,234,233)
#F1EEED
(241,238,237)
#F3F2F1
(243,242,241)
#F5F6F5
(245,246,245)
#F7FAF9
(247,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3D2D1 color. Also use rgb(227,210,209) instead hex code.

Text Font Color

.myTextColor { color: #E3D2D1; }

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

This text font color is #E3D2D1.

Background Color

.myBgColor { background-color: #E3D2D1; }

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

This div background color is #E3D2D1.

Border color

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

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

This div border color is #E3D2D1.

Opacity

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

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

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

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

This text has shadow with #E3D2D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3D2D1.

Preview

Color preview on black background

This text has color #E3D2D1 on black background.


Color preview on white background

This text has color #E3D2D1 on white background.


Black color preview on #E3D2D1 background

This text has black color on #E3D2D1 background.


White color preview on #E3D2D1 background

This text has white color on #E3D2D1 background.


Related colors

Complementary color

Complementary color for #hex is #1C2D2E.


I love getcolorcode.com

Triadic colors

1 #D1E3D2 and #D2D1E3 with #E3D2D1 are triadic colors.

2 #D1D2E3 and #D2E3D1 with #E3D2D1 are triadic colors.