COLOR #E3D6C9

HEX: #E3D6C9 RGB: (227,214,201)

Color info

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

RGB color model

#E3D6C9 color RGB value is (227,214,201).

RGB: (227,214,201) (89%, 84%, 79%)

RGB channels and saturation

R 227 of 255 = 89%
G 214 of 255 = 84%
B 201 of 255 = 79%

227
214
201

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

Portions of RGB colors in percentages

R + G + B = 227 + 214 + 201 = 642 (100%)
R 227 of 642 ~ 35.36%
G 214 of 642 ~ 33.33%
B 201 of 642 ~ 31.31'%

%35.36
%33.33
%31.31

CMYK color model

#E3D6C9 color CMYK value is (0,6,11,11).

  • cyan value is 0.00%
  • magenta value is 5.73%
  • yellow value is 11.45%
  • key color value is 10.98%
CMYK: (0,6,11,11) C0M6Y11K11 (0%,6%,11%,11%) (0.00/0.06/0.11/0.11) 

CMYK percentages

%0
%5.73
%11.45
%10.98

Codes

Color #E3D6C9 in popluar color models

E3 D6 C9
RGB 227 214 201
HSL 30° 31.71% 83.92%
HSB/HSV 30° 11.45% 89.02%
CMYK 0.00% 5.73% 11.45%
10.98%

Color #E3D6C9 in popluar number systems.

HEX E3 D6 C9
Decimal 227 214 201
Binary 11100011 11010110 11001001
Octal 343 326 311

Shades and tints

Shades of #E3D6C9

#E3D6C9
(227,214,201)
#CFC3B7
(207,195,183)
#BBB0A5
(187,176,165)
#A79D93
(167,157,147)
#938A81
(147,138,129)
#7F776F
(127,119,111)
#6B645D
(107,100,93)
#57514B
(87,81,75)
#433E39
(67,62,57)
#2F2B27
(47,43,39)
#1B1815
(27,24,21)
#000000
(0,0,0)

Tints of #E3D6C9

#E3D6C9
(227,214,201)
#E5D9CD
(229,217,205)
#E7DCD1
(231,220,209)
#E9DFD5
(233,223,213)
#EBE2D9
(235,226,217)
#EDE5DD
(237,229,221)
#EFE8E1
(239,232,225)
#F1EBE5
(241,235,229)
#F3EEE9
(243,238,233)
#F5F1ED
(245,241,237)
#F7F4F1
(247,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3D6C9 color. Also use rgb(227,214,201) instead hex code.

Text Font Color

.myTextColor { color: #E3D6C9; }

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

This text font color is #E3D6C9.

Background Color

.myBgColor { background-color: #E3D6C9; }

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

This div background color is #E3D6C9.

Border color

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

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

This div border color is #E3D6C9.

Opacity

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

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

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

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

This text has shadow with #E3D6C9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3D6C9.

Preview

Color preview on black background

This text has color #E3D6C9 on black background.


Color preview on white background

This text has color #E3D6C9 on white background.


Black color preview on #E3D6C9 background

This text has black color on #E3D6C9 background.


White color preview on #E3D6C9 background

This text has white color on #E3D6C9 background.


Related colors

Complementary color

Complementary color for #hex is #1C2936.


I love getcolorcode.com

Triadic colors

1 #C9E3D6 and #D6C9E3 with #E3D6C9 are triadic colors.

2 #C9D6E3 and #D6E3C9 with #E3D6C9 are triadic colors.