COLOR #E3C7BA

HEX: #E3C7BA
RGB: (227,199,186)

Color info

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

RGB color model

#E3C7BA color RGB value is (227,199,186).

  • red value is 227;
  • green value is 199;
  • blue value is 186.
RGB:
(227,199,186)
(89%,78%,73%)

RGB channels and saturation

R 227 of 255 = 89%
G 199 of 255 = 78%
B 186 of 255 = 73%

227
199
186

R + G + B ~ 80%. #E3C7BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 199 + 186 = 612 (100%)
R 227 of 612 ~ 37.09%
G 199 of 612 ~ 32.52%
B 186 of 612 ~ 30.39%

%37.09
%32.52
%30.39

CMYK color model

#E3C7BA color CMYK value is (0,12,18,11).

  • cyan value is 0.00%
  • magenta value is 12.33%
  • yellow value is 18.06%
  • key color value is 10.98%
CMYK:
(0,12,18,11)
C0M12Y18K11 
(0%,12%,18%,11%)
(0.00/0.12/0.18/0.11)	

CMYK percentages

%0
%12.33
%18.06
%10.98

Codes

Color #E3C7BA in popluar color models

E3C7BA
RGB227199186
HSL19°42.27%80.98%
HSB/HSV19°18.06%89.02%
CMYK0.00%12.33%18.06%
10.98%

Color #E3C7BA in popluar number systems.

HEXE3C7BA
Decimal227199186
Binary111000111100011110111010
Octal343307272

Shades and tints

Shades of #E3C7BA

#E3C7BA
(227,199,186)
#CFB5AA
(207,181,170)
#BBA39A
(187,163,154)
#A7918A
(167,145,138)
#937F7A
(147,127,122)
#7F6D6A
(127,109,106)
#6B5B5A
(107,91,90)
#57494A
(87,73,74)
#43373A
(67,55,58)
#2F252A
(47,37,42)
#1B131A
(27,19,26)
#000000
(0,0,0)

Tints of #E3C7BA

#E3C7BA
(227,199,186)
#E5CCC0
(229,204,192)
#E7D1C6
(231,209,198)
#E9D6CC
(233,214,204)
#EBDBD2
(235,219,210)
#EDE0D8
(237,224,216)
#EFE5DE
(239,229,222)
#F1EAE4
(241,234,228)
#F3EFEA
(243,239,234)
#F5F4F0
(245,244,240)
#F7F9F6
(247,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E3C7BA color. Also use rgb(227,199,186) instead hex code.

Text Font Color

.myTextColor { color: #E3C7BA; }

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

This text font color is #E3C7BA.


Background Color

.myBgColor { background-color: #E3C7BA; }

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

This div background color is #E3C7BA.


Border color

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

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

This div border color is #E3C7BA.


Opacity

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

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

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

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

This text has shadow with #E3C7BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3C7BA on black background.


Color preview on white background

This text has color #E3C7BA on white background.



Black color preview on #E3C7BA background

This text has black color on #E3C7BA background.


White color preview on #E3C7BA background

This text has white color on #E3C7BA background.