COLOR #E4BCBC

HEX: #E4BCBC
RGB: (228,188,188)

Color info

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

RGB color model

#E4BCBC color RGB value is (228,188,188).

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

RGB channels and saturation

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

228
188
188

R + G + B ~ 79%. #E4BCBC is quite light color.

Portions of RGB colors in percentages

R + G + B =
228 + 188 + 188 = 604 (100%)
R 228 of 604 ~ 37.75%
G 188 of 604 ~ 31.13%
B 188 of 604 ~ 31.13%

%37.75
%31.13
%31.13

CMYK color model

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

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

CMYK percentages

%0
%17.54
%17.54
%10.59

Codes

Color #E4BCBC in popluar color models

E4BCBC
RGB228188188
HSL42.55%81.57%
HSB/HSV17.54%89.41%
CMYK0.00%17.54%17.54%
10.59%

Color #E4BCBC in popluar number systems.

HEXE4BCBC
Decimal228188188
Binary111001001011110010111100
Octal344274274

Shades and tints

Shades of #E4BCBC

#E4BCBC
(228,188,188)
#D0ABAB
(208,171,171)
#BC9A9A
(188,154,154)
#A88989
(168,137,137)
#947878
(148,120,120)
#806767
(128,103,103)
#6C5656
(108,86,86)
#584545
(88,69,69)
#443434
(68,52,52)
#302323
(48,35,35)
#1C1212
(28,18,18)
#000000
(0,0,0)

Tints of #E4BCBC

#E4BCBC
(228,188,188)
#E6C2C2
(230,194,194)
#E8C8C8
(232,200,200)
#EACECE
(234,206,206)
#ECD4D4
(236,212,212)
#EEDADA
(238,218,218)
#F0E0E0
(240,224,224)
#F2E6E6
(242,230,230)
#F4ECEC
(244,236,236)
#F6F2F2
(246,242,242)
#F8F8F8
(248,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E4BCBC; }

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

This text font color is #E4BCBC.


Background Color

.myBgColor { background-color: #E4BCBC; }

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

This div background color is #E4BCBC.


Border color

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

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

This div border color is #E4BCBC.


Opacity

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

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

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

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

This text has shadow with #E4BCBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E4BCBC on black background.


Color preview on white background

This text has color #E4BCBC on white background.



Black color preview on #E4BCBC background

This text has black color on #E4BCBC background.


White color preview on #E4BCBC background

This text has white color on #E4BCBC background.