COLOR #E7BCBA

HEX: #E7BCBA
RGB: (231,188,186)

Color info

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

RGB color model

#E7BCBA color RGB value is (231,188,186).

  • red value is 231;
  • green value is 188;
  • blue value is 186.
RGB:
(231,188,186)
(91%,74%,73%)

RGB channels and saturation

R 231 of 255 = 91%
G 188 of 255 = 74%
B 186 of 255 = 73%

231
188
186

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

Portions of RGB colors in percentages

R + G + B =
231 + 188 + 186 = 605 (100%)
R 231 of 605 ~ 38.18%
G 188 of 605 ~ 31.07%
B 186 of 605 ~ 30.74%

%38.18
%31.07
%30.74

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.61%
  • yellow value is 19.48%
  • key color value is 9.41%
CMYK:
(0,19,19,9)
C0M19Y19K9 
(0%,19%,19%,9%)
(0.00/0.19/0.19/0.09)	

CMYK percentages

%0
%18.61
%19.48
%9.41

Codes

Color #E7BCBA in popluar color models

E7BCBA
RGB231188186
HSL48.39%81.76%
HSB/HSV19.48%90.59%
CMYK0.00%18.61%19.48%
9.41%

Color #E7BCBA in popluar number systems.

HEXE7BCBA
Decimal231188186
Binary111001111011110010111010
Octal347274272

Shades and tints

Shades of #E7BCBA

#E7BCBA
(231,188,186)
#D2ABAA
(210,171,170)
#BD9A9A
(189,154,154)
#A8898A
(168,137,138)
#93787A
(147,120,122)
#7E676A
(126,103,106)
#69565A
(105,86,90)
#54454A
(84,69,74)
#3F343A
(63,52,58)
#2A232A
(42,35,42)
#15121A
(21,18,26)
#000000
(0,0,0)

Tints of #E7BCBA

#E7BCBA
(231,188,186)
#E9C2C0
(233,194,192)
#EBC8C6
(235,200,198)
#EDCECC
(237,206,204)
#EFD4D2
(239,212,210)
#F1DAD8
(241,218,216)
#F3E0DE
(243,224,222)
#F5E6E4
(245,230,228)
#F7ECEA
(247,236,234)
#F9F2F0
(249,242,240)
#FBF8F6
(251,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7BCBA; }

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

This text font color is #E7BCBA.


Background Color

.myBgColor { background-color: #E7BCBA; }

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

This div background color is #E7BCBA.


Border color

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

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

This div border color is #E7BCBA.


Opacity

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

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

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

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

This text has shadow with #E7BCBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7BCBA on black background.


Color preview on white background

This text has color #E7BCBA on white background.



Black color preview on #E7BCBA background

This text has black color on #E7BCBA background.


White color preview on #E7BCBA background

This text has white color on #E7BCBA background.