COLOR #E4BCA4

HEX: #E4BCA4
RGB: (228,188,164)

Color info

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

RGB color model

#E4BCA4 color RGB value is (228,188,164).

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

RGB channels and saturation

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

228
188
164

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

Portions of RGB colors in percentages

R + G + B =
228 + 188 + 164 = 580 (100%)
R 228 of 580 ~ 39.31%
G 188 of 580 ~ 32.41%
B 164 of 580 ~ 28.28%

%39.31
%32.41
%28.28

CMYK color model

#E4BCA4 color CMYK value is (0,18,28,11).

  • cyan value is 0.00%
  • magenta value is 17.54%
  • yellow value is 28.07%
  • key color value is 10.59%
CMYK:
(0,18,28,11)
C0M18Y28K11 
(0%,18%,28%,11%)
(0.00/0.18/0.28/0.11)	

CMYK percentages

%0
%17.54
%28.07
%10.59

Codes

Color #E4BCA4 in popluar color models

E4BCA4
RGB228188164
HSL23°54.24%76.86%
HSB/HSV23°28.07%89.41%
CMYK0.00%17.54%28.07%
10.59%

Color #E4BCA4 in popluar number systems.

HEXE4BCA4
Decimal228188164
Binary111001001011110010100100
Octal344274244

Shades and tints

Shades of #E4BCA4

#E4BCA4
(228,188,164)
#D0AB96
(208,171,150)
#BC9A88
(188,154,136)
#A8897A
(168,137,122)
#94786C
(148,120,108)
#80675E
(128,103,94)
#6C5650
(108,86,80)
#584542
(88,69,66)
#443434
(68,52,52)
#302326
(48,35,38)
#1C1218
(28,18,24)
#000000
(0,0,0)

Tints of #E4BCA4

#E4BCA4
(228,188,164)
#E6C2AC
(230,194,172)
#E8C8B4
(232,200,180)
#EACEBC
(234,206,188)
#ECD4C4
(236,212,196)
#EEDACC
(238,218,204)
#F0E0D4
(240,224,212)
#F2E6DC
(242,230,220)
#F4ECE4
(244,236,228)
#F6F2EC
(246,242,236)
#F8F8F4
(248,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4BCA4; }

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

This text font color is #E4BCA4.


Background Color

.myBgColor { background-color: #E4BCA4; }

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

This div background color is #E4BCA4.


Border color

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

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

This div border color is #E4BCA4.


Opacity

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

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

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

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

This text has shadow with #E4BCA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4BCA4 on black background.


Color preview on white background

This text has color #E4BCA4 on white background.



Black color preview on #E4BCA4 background

This text has black color on #E4BCA4 background.


White color preview on #E4BCA4 background

This text has white color on #E4BCA4 background.