COLOR #E3D6DC

HEX: #E3D6DC RGB: (227,214,220)

Color info

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

RGB color model

#E3D6DC color RGB value is (227,214,220).

RGB: (227,214,220) (89%, 84%, 86%)

RGB channels and saturation

R 227 of 255 = 89%
G 214 of 255 = 84%
B 220 of 255 = 86%

227
214
220

R + G + B ~ 86%. #E3D6DC is light color.

Portions of RGB colors in percentages

R + G + B = 227 + 214 + 220 = 661 (100%)
R 227 of 661 ~ 34.34%
G 214 of 661 ~ 32.38%
B 220 of 661 ~ 33.28'%

%34.34
%32.38
%33.28

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 5.73%
  • yellow value is 3.08%
  • key color value is 10.98%

CMYK: (0,6,3,11)
C0M6Y3K11 (0%, 6%, 3%, 11%)
(0.00 / 0.06 / 0.03 / 0.11)

CMYK percentages

%0
%5.73
%3.08
%10.98

Codes

Color #E3D6DC in popluar color models

E3 D6 DC
RGB 227 214 220
HSL 332° 18.84% 86.47%
HSB/HSV 332° 5.73% 89.02%
CMYK 0.00% 5.73% 3.08%
10.98%

Color #E3D6DC in popluar number systems.

HEX E3 D6 DC
Decimal 227 214 220
Binary 11100011 11010110 11011100
Octal 343 326 334

Shades and tints

Shades of #E3D6DC

#E3D6DC
(227,214,220)
#CFC3C8
(207,195,200)
#BBB0B4
(187,176,180)
#A79DA0
(167,157,160)
#938A8C
(147,138,140)
#7F7778
(127,119,120)
#6B6464
(107,100,100)
#575150
(87,81,80)
#433E3C
(67,62,60)
#2F2B28
(47,43,40)
#1B1814
(27,24,20)
#000000
(0,0,0)

Tints of #E3D6DC

#E3D6DC
(227,214,220)
#E5D9DF
(229,217,223)
#E7DCE2
(231,220,226)
#E9DFE5
(233,223,229)
#EBE2E8
(235,226,232)
#EDE5EB
(237,229,235)
#EFE8EE
(239,232,238)
#F1EBF1
(241,235,241)
#F3EEF4
(243,238,244)
#F5F1F7
(245,241,247)
#F7F4FA
(247,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3D6DC; }

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

This text font color is #E3D6DC.

Background Color

.myBgColor { background-color: #E3D6DC; }

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

This div background color is #E3D6DC.

Border color

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

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

This div border color is #E3D6DC.

Opacity

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

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

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

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

This text has shadow with #E3D6DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3D6DC.

Preview

Color preview on black background

This text has color #E3D6DC on black background.


Color preview on white background

This text has color #E3D6DC on white background.


Black color preview on #E3D6DC background

This text has black color on #E3D6DC background.


White color preview on #E3D6DC background

This text has white color on #E3D6DC background.


Related colors

Complementary color

Complementary color for #hex is #1C2923.


I love getcolorcode.com

Triadic colors

1 #DCE3D6 and #D6DCE3 with #E3D6DC are triadic colors.

2 #DCD6E3 and #D6E3DC with #E3D6DC are triadic colors.