COLOR #E3BCA6

HEX: #E3BCA6
RGB: (227,188,166)

Color info

#E3BCA6 contains mainly red and green colors. Web safe color of #E3BCA6 is #CCCC99 (or #CC9).

RGB color model

#E3BCA6 color RGB value is (227,188,166).

  • red value is 227;
  • green value is 188;
  • blue value is 166.
RGB:
(227,188,166)
(89%,74%,65%)

RGB channels and saturation

R 227 of 255 = 89%
G 188 of 255 = 74%
B 166 of 255 = 65%

227
188
166

R + G + B ~ 76%. #E3BCA6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
227 + 188 + 166 = 581 (100%)
R 227 of 581 ~ 39.07%
G 188 of 581 ~ 32.36%
B 166 of 581 ~ 28.57%

%39.07
%32.36
%28.57

CMYK color model

#E3BCA6 color CMYK value is (0,17,27,11).

  • cyan value is 0.00%
  • magenta value is 17.18%
  • yellow value is 26.87%
  • key color value is 10.98%
CMYK:
(0,17,27,11)
C0M17Y27K11 
(0%,17%,27%,11%)
(0.00/0.17/0.27/0.11)	

CMYK percentages

%0
%17.18
%26.87
%10.98

Codes

Color #E3BCA6 in popluar color models

E3BCA6
RGB227188166
HSL22°52.14%77.06%
HSB/HSV22°26.87%89.02%
CMYK0.00%17.18%26.87%
10.98%

Color #E3BCA6 in popluar number systems.

HEXE3BCA6
Decimal227188166
Binary111000111011110010100110
Octal343274246

Shades and tints

Shades of #E3BCA6

#E3BCA6
(227,188,166)
#CFAB97
(207,171,151)
#BB9A88
(187,154,136)
#A78979
(167,137,121)
#93786A
(147,120,106)
#7F675B
(127,103,91)
#6B564C
(107,86,76)
#57453D
(87,69,61)
#43342E
(67,52,46)
#2F231F
(47,35,31)
#1B1210
(27,18,16)
#000000
(0,0,0)

Tints of #E3BCA6

#E3BCA6
(227,188,166)
#E5C2AE
(229,194,174)
#E7C8B6
(231,200,182)
#E9CEBE
(233,206,190)
#EBD4C6
(235,212,198)
#EDDACE
(237,218,206)
#EFE0D6
(239,224,214)
#F1E6DE
(241,230,222)
#F3ECE6
(243,236,230)
#F5F2EE
(245,242,238)
#F7F8F6
(247,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E3BCA6; }

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

This text font color is #E3BCA6.


Background Color

.myBgColor { background-color: #E3BCA6; }

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

This div background color is #E3BCA6.


Border color

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

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

This div border color is #E3BCA6.


Opacity

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

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

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

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

This text has shadow with #E3BCA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E3BCA6 on black background.


Color preview on white background

This text has color #E3BCA6 on white background.



Black color preview on #E3BCA6 background

This text has black color on #E3BCA6 background.


White color preview on #E3BCA6 background

This text has white color on #E3BCA6 background.