COLOR #E3D6BF

HEX: #E3D6BF RGB: (227,214,191)

Color info

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

RGB color model

#E3D6BF color RGB value is (227,214,191).

RGB: (227,214,191) (89%, 84%, 75%)

RGB channels and saturation

R 227 of 255 = 89%
G 214 of 255 = 84%
B 191 of 255 = 75%

227
214
191

R + G + B ~ 83%. #E3D6BF is quite light color.

Portions of RGB colors in percentages

R + G + B = 227 + 214 + 191 = 632 (100%)
R 227 of 632 ~ 35.92%
G 214 of 632 ~ 33.86%
B 191 of 632 ~ 30.22'%

%35.92
%33.86
%30.22

CMYK color model

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

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

CMYK: (0,6,16,11)
C0M6Y16K11 (0%, 6%, 16%, 11%)
(0.00 / 0.06 / 0.16 / 0.11)

CMYK percentages

%0
%5.73
%15.86
%10.98

Codes

Color #E3D6BF in popluar color models

E3 D6 BF
RGB 227 214 191
HSL 38° 39.13% 81.96%
HSB/HSV 38° 15.86% 89.02%
CMYK 0.00% 5.73% 15.86%
10.98%

Color #E3D6BF in popluar number systems.

HEX E3 D6 BF
Decimal 227 214 191
Binary 11100011 11010110 10111111
Octal 343 326 277

Shades and tints

Shades of #E3D6BF

#E3D6BF
(227,214,191)
#CFC3AE
(207,195,174)
#BBB09D
(187,176,157)
#A79D8C
(167,157,140)
#938A7B
(147,138,123)
#7F776A
(127,119,106)
#6B6459
(107,100,89)
#575148
(87,81,72)
#433E37
(67,62,55)
#2F2B26
(47,43,38)
#1B1815
(27,24,21)
#000000
(0,0,0)

Tints of #E3D6BF

#E3D6BF
(227,214,191)
#E5D9C4
(229,217,196)
#E7DCC9
(231,220,201)
#E9DFCE
(233,223,206)
#EBE2D3
(235,226,211)
#EDE5D8
(237,229,216)
#EFE8DD
(239,232,221)
#F1EBE2
(241,235,226)
#F3EEE7
(243,238,231)
#F5F1EC
(245,241,236)
#F7F4F1
(247,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3D6BF; }

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

This text font color is #E3D6BF.

Background Color

.myBgColor { background-color: #E3D6BF; }

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

This div background color is #E3D6BF.

Border color

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

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

This div border color is #E3D6BF.

Opacity

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

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

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

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

This text has shadow with #E3D6BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E3D6BF.

Preview

Color preview on black background

This text has color #E3D6BF on black background.


Color preview on white background

This text has color #E3D6BF on white background.


Black color preview on #E3D6BF background

This text has black color on #E3D6BF background.


White color preview on #E3D6BF background

This text has white color on #E3D6BF background.


Related colors

Complementary color

Complementary color for #hex is #1C2940.


I love getcolorcode.com

Triadic colors

1 #BFE3D6 and #D6BFE3 with #E3D6BF are triadic colors.

2 #BFD6E3 and #D6E3BF with #E3D6BF are triadic colors.