COLOR #E3D6BC

HEX: #E3D6BC RGB: (227,214,188)

Color info

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

RGB color model

#E3D6BC color RGB value is (227,214,188).

RGB: (227,214,188) (89%, 84%, 74%)

RGB channels and saturation

R 227 of 255 = 89%
G 214 of 255 = 84%
B 188 of 255 = 74%

227
214
188

R + G + B ~ 82%. #E3D6BC is quite light color.

Portions of RGB colors in percentages

R + G + B = 227 + 214 + 188 = 629 (100%)
R 227 of 629 ~ 36.09%
G 214 of 629 ~ 34.02%
B 188 of 629 ~ 29.89'%

%36.09
%34.02
%29.89

CMYK color model

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

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

CMYK: (0,6,17,11)
C0M6Y17K11 (0%, 6%, 17%, 11%)
(0.00 / 0.06 / 0.17 / 0.11)

CMYK percentages

%0
%5.73
%17.18
%10.98

Codes

Color #E3D6BC in popluar color models

E3 D6 BC
RGB 227 214 188
HSL 40° 41.05% 81.37%
HSB/HSV 40° 17.18% 89.02%
CMYK 0.00% 5.73% 17.18%
10.98%

Color #E3D6BC in popluar number systems.

HEX E3 D6 BC
Decimal 227 214 188
Binary 11100011 11010110 10111100
Octal 343 326 274

Shades and tints

Shades of #E3D6BC

#E3D6BC
(227,214,188)
#CFC3AB
(207,195,171)
#BBB09A
(187,176,154)
#A79D89
(167,157,137)
#938A78
(147,138,120)
#7F7767
(127,119,103)
#6B6456
(107,100,86)
#575145
(87,81,69)
#433E34
(67,62,52)
#2F2B23
(47,43,35)
#1B1812
(27,24,18)
#000000
(0,0,0)

Tints of #E3D6BC

#E3D6BC
(227,214,188)
#E5D9C2
(229,217,194)
#E7DCC8
(231,220,200)
#E9DFCE
(233,223,206)
#EBE2D4
(235,226,212)
#EDE5DA
(237,229,218)
#EFE8E0
(239,232,224)
#F1EBE6
(241,235,230)
#F3EEEC
(243,238,236)
#F5F1F2
(245,241,242)
#F7F4F8
(247,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3D6BC; }

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

This text font color is #E3D6BC.

Background Color

.myBgColor { background-color: #E3D6BC; }

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

This div background color is #E3D6BC.

Border color

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

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

This div border color is #E3D6BC.

Opacity

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

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

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

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

This text has shadow with #E3D6BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3D6BC.

Preview

Color preview on black background

This text has color #E3D6BC on black background.


Color preview on white background

This text has color #E3D6BC on white background.


Black color preview on #E3D6BC background

This text has black color on #E3D6BC background.


White color preview on #E3D6BC background

This text has white color on #E3D6BC background.


Related colors

Complementary color

Complementary color for #hex is #1C2943.


I love getcolorcode.com

Triadic colors

1 #BCE3D6 and #D6BCE3 with #E3D6BC are triadic colors.

2 #BCD6E3 and #D6E3BC with #E3D6BC are triadic colors.