COLOR #E8BCB8

HEX: #E8BCB8
RGB: (232,188,184)

Color info

#E8BCB8 contains red, green and blue colors in about the same proportion. Web safe color of #E8BCB8 is #FFCCCC (or #FCC).

RGB color model

#E8BCB8 color RGB value is (232,188,184).

  • red value is 232;
  • green value is 188;
  • blue value is 184.
RGB:
(232,188,184)
(91%,74%,72%)

RGB channels and saturation

R 232 of 255 = 91%
G 188 of 255 = 74%
B 184 of 255 = 72%

232
188
184

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

Portions of RGB colors in percentages

R + G + B =
232 + 188 + 184 = 604 (100%)
R 232 of 604 ~ 38.41%
G 188 of 604 ~ 31.13%
B 184 of 604 ~ 30.46%

%38.41
%31.13
%30.46

CMYK color model

#E8BCB8 color CMYK value is (0,19,21,9).

  • cyan value is 0.00%
  • magenta value is 18.97%
  • yellow value is 20.69%
  • key color value is 9.02%
CMYK:
(0,19,21,9)
C0M19Y21K9 
(0%,19%,21%,9%)
(0.00/0.19/0.21/0.09)	

CMYK percentages

%0
%18.97
%20.69
%9.02

Codes

Color #E8BCB8 in popluar color models

E8BCB8
RGB232188184
HSL51.06%81.57%
HSB/HSV20.69%90.98%
CMYK0.00%18.97%20.69%
9.02%

Color #E8BCB8 in popluar number systems.

HEXE8BCB8
Decimal232188184
Binary111010001011110010111000
Octal350274270

Shades and tints

Shades of #E8BCB8

#E8BCB8
(232,188,184)
#D3ABA8
(211,171,168)
#BE9A98
(190,154,152)
#A98988
(169,137,136)
#947878
(148,120,120)
#7F6768
(127,103,104)
#6A5658
(106,86,88)
#554548
(85,69,72)
#403438
(64,52,56)
#2B2328
(43,35,40)
#161218
(22,18,24)
#000000
(0,0,0)

Tints of #E8BCB8

#E8BCB8
(232,188,184)
#EAC2BE
(234,194,190)
#ECC8C4
(236,200,196)
#EECECA
(238,206,202)
#F0D4D0
(240,212,208)
#F2DAD6
(242,218,214)
#F4E0DC
(244,224,220)
#F6E6E2
(246,230,226)
#F8ECE8
(248,236,232)
#FAF2EE
(250,242,238)
#FCF8F4
(252,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8BCB8; }

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

This text font color is #E8BCB8.


Background Color

.myBgColor { background-color: #E8BCB8; }

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

This div background color is #E8BCB8.


Border color

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

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

This div border color is #E8BCB8.


Opacity

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

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

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

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

This text has shadow with #E8BCB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8BCB8 on black background.


Color preview on white background

This text has color #E8BCB8 on white background.



Black color preview on #E8BCB8 background

This text has black color on #E8BCB8 background.


White color preview on #E8BCB8 background

This text has white color on #E8BCB8 background.