COLOR #E3D3BF

HEX: #E3D3BF
RGB: (227,211,191)

Color info

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

RGB color model

#E3D3BF color RGB value is (227,211,191).

  • red value is 227;
  • green value is 211;
  • blue value is 191.
RGB:
(227,211,191)
(89%,83%,75%)

RGB channels and saturation

R 227 of 255 = 89%
G 211 of 255 = 83%
B 191 of 255 = 75%

227
211
191

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

Portions of RGB colors in percentages

R + G + B =
227 + 211 + 191 = 629 (100%)
R 227 of 629 ~ 36.09%
G 211 of 629 ~ 33.55%
B 191 of 629 ~ 30.37%

%36.09
%33.55
%30.37

CMYK color model

#E3D3BF color CMYK value is (0,7,16,11).

  • cyan value is 0.00%
  • magenta value is 7.05%
  • yellow value is 15.86%
  • key color value is 10.98%
CMYK:
(0,7,16,11)
C0M7Y16K11 
(0%,7%,16%,11%)
(0.00/0.07/0.16/0.11)	

CMYK percentages

%0
%7.05
%15.86
%10.98

Codes

Color #E3D3BF in popluar color models

E3D3BF
RGB227211191
HSL33°39.13%81.96%
HSB/HSV33°15.86%89.02%
CMYK0.00%7.05%15.86%
10.98%

Color #E3D3BF in popluar number systems.

HEXE3D3BF
Decimal227211191
Binary111000111101001110111111
Octal343323277

Shades and tints

Shades of #E3D3BF

#E3D3BF
(227,211,191)
#CFC0AE
(207,192,174)
#BBAD9D
(187,173,157)
#A79A8C
(167,154,140)
#93877B
(147,135,123)
#7F746A
(127,116,106)
#6B6159
(107,97,89)
#574E48
(87,78,72)
#433B37
(67,59,55)
#2F2826
(47,40,38)
#1B1515
(27,21,21)
#000000
(0,0,0)

Tints of #E3D3BF

#E3D3BF
(227,211,191)
#E5D7C4
(229,215,196)
#E7DBC9
(231,219,201)
#E9DFCE
(233,223,206)
#EBE3D3
(235,227,211)
#EDE7D8
(237,231,216)
#EFEBDD
(239,235,221)
#F1EFE2
(241,239,226)
#F3F3E7
(243,243,231)
#F5F7EC
(245,247,236)
#F7FBF1
(247,251,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3D3BF; }

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

This text font color is #E3D3BF.


Background Color

.myBgColor { background-color: #E3D3BF; }

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

This div background color is #E3D3BF.


Border color

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

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

This div border color is #E3D3BF.


Opacity

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

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

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

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

This text has shadow with #E3D3BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3D3BF on black background.


Color preview on white background

This text has color #E3D3BF on white background.



Black color preview on #E3D3BF background

This text has black color on #E3D3BF background.


White color preview on #E3D3BF background

This text has white color on #E3D3BF background.