COLOR #E3D7B2

HEX: #E3D7B2
RGB: (227,215,178)

Color info

#E3D7B2 contains red, green and blue colors in about the same proportion. Web safe color of #E3D7B2 is #CCCC99 (or #CC9).

RGB color model

#E3D7B2 color RGB value is (227,215,178).

  • red value is 227;
  • green value is 215;
  • blue value is 178.
RGB:
(227,215,178)
(89%,84%,70%)

RGB channels and saturation

R 227 of 255 = 89%
G 215 of 255 = 84%
B 178 of 255 = 70%

227
215
178

R + G + B ~ 81%. #E3D7B2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 215 + 178 = 620 (100%)
R 227 of 620 ~ 36.61%
G 215 of 620 ~ 34.68%
B 178 of 620 ~ 28.71%

%36.61
%34.68
%28.71

CMYK color model

#E3D7B2 color CMYK value is (0,5,22,11).

  • cyan value is 0.00%
  • magenta value is 5.29%
  • yellow value is 21.59%
  • key color value is 10.98%
CMYK:
(0,5,22,11)
C0M5Y22K11 
(0%,5%,22%,11%)
(0.00/0.05/0.22/0.11)	

CMYK percentages

%0
%5.29
%21.59
%10.98

Codes

Color #E3D7B2 in popluar color models

E3D7B2
RGB227215178
HSL45°46.67%79.41%
HSB/HSV45°21.59%89.02%
CMYK0.00%5.29%21.59%
10.98%

Color #E3D7B2 in popluar number systems.

HEXE3D7B2
Decimal227215178
Binary111000111101011110110010
Octal343327262

Shades and tints

Shades of #E3D7B2

#E3D7B2
(227,215,178)
#CFC4A2
(207,196,162)
#BBB192
(187,177,146)
#A79E82
(167,158,130)
#938B72
(147,139,114)
#7F7862
(127,120,98)
#6B6552
(107,101,82)
#575242
(87,82,66)
#433F32
(67,63,50)
#2F2C22
(47,44,34)
#1B1912
(27,25,18)
#000000
(0,0,0)

Tints of #E3D7B2

#E3D7B2
(227,215,178)
#E5DAB9
(229,218,185)
#E7DDC0
(231,221,192)
#E9E0C7
(233,224,199)
#EBE3CE
(235,227,206)
#EDE6D5
(237,230,213)
#EFE9DC
(239,233,220)
#F1ECE3
(241,236,227)
#F3EFEA
(243,239,234)
#F5F2F1
(245,242,241)
#F7F5F8
(247,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3D7B2 color. Also use rgb(227,215,178) instead hex code.

Text Font Color

.myTextColor { color: #E3D7B2; }

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

This text font color is #E3D7B2.


Background Color

.myBgColor { background-color: #E3D7B2; }

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

This div background color is #E3D7B2.


Border color

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

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

This div border color is #E3D7B2.


Opacity

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

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

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

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

This text has shadow with #E3D7B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3D7B2 on black background.


Color preview on white background

This text has color #E3D7B2 on white background.



Black color preview on #E3D7B2 background

This text has black color on #E3D7B2 background.


White color preview on #E3D7B2 background

This text has white color on #E3D7B2 background.