COLOR #E4BCA3

HEX: #E4BCA3
RGB: (228,188,163)

Color info

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

RGB color model

#E4BCA3 color RGB value is (228,188,163).

  • red value is 228;
  • green value is 188;
  • blue value is 163.
RGB:
(228,188,163)
(89%,74%,64%)

RGB channels and saturation

R 228 of 255 = 89%
G 188 of 255 = 74%
B 163 of 255 = 64%

228
188
163

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

Portions of RGB colors in percentages

R + G + B =
228 + 188 + 163 = 579 (100%)
R 228 of 579 ~ 39.38%
G 188 of 579 ~ 32.47%
B 163 of 579 ~ 28.15%

%39.38
%32.47
%28.15

CMYK color model

#E4BCA3 color CMYK value is (0,18,29,11).

  • cyan value is 0.00%
  • magenta value is 17.54%
  • yellow value is 28.51%
  • key color value is 10.59%
CMYK:
(0,18,29,11)
C0M18Y29K11 
(0%,18%,29%,11%)
(0.00/0.18/0.29/0.11)	

CMYK percentages

%0
%17.54
%28.51
%10.59

Codes

Color #E4BCA3 in popluar color models

E4BCA3
RGB228188163
HSL23°54.62%76.67%
HSB/HSV23°28.51%89.41%
CMYK0.00%17.54%28.51%
10.59%

Color #E4BCA3 in popluar number systems.

HEXE4BCA3
Decimal228188163
Binary111001001011110010100011
Octal344274243

Shades and tints

Shades of #E4BCA3

#E4BCA3
(228,188,163)
#D0AB95
(208,171,149)
#BC9A87
(188,154,135)
#A88979
(168,137,121)
#94786B
(148,120,107)
#80675D
(128,103,93)
#6C564F
(108,86,79)
#584541
(88,69,65)
#443433
(68,52,51)
#302325
(48,35,37)
#1C1217
(28,18,23)
#000000
(0,0,0)

Tints of #E4BCA3

#E4BCA3
(228,188,163)
#E6C2AB
(230,194,171)
#E8C8B3
(232,200,179)
#EACEBB
(234,206,187)
#ECD4C3
(236,212,195)
#EEDACB
(238,218,203)
#F0E0D3
(240,224,211)
#F2E6DB
(242,230,219)
#F4ECE3
(244,236,227)
#F6F2EB
(246,242,235)
#F8F8F3
(248,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4BCA3 color. Also use rgb(228,188,163) instead hex code.

Text Font Color

.myTextColor { color: #E4BCA3; }

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

This text font color is #E4BCA3.


Background Color

.myBgColor { background-color: #E4BCA3; }

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

This div background color is #E4BCA3.


Border color

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

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

This div border color is #E4BCA3.


Opacity

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

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

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

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

This text has shadow with #E4BCA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4BCA3 on black background.


Color preview on white background

This text has color #E4BCA3 on white background.



Black color preview on #E4BCA3 background

This text has black color on #E4BCA3 background.


White color preview on #E4BCA3 background

This text has white color on #E4BCA3 background.