COLOR #E7BFBA

HEX: #E7BFBA
RGB: (231,191,186)

Color info

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

RGB color model

#E7BFBA color RGB value is (231,191,186).

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

RGB channels and saturation

R 231 of 255 = 91%
G 191 of 255 = 75%
B 186 of 255 = 73%

231
191
186

R + G + B ~ 80%. #E7BFBA is quite light color.

Portions of RGB colors in percentages

R + G + B =
231 + 191 + 186 = 608 (100%)
R 231 of 608 ~ 37.99%
G 191 of 608 ~ 31.41%
B 186 of 608 ~ 30.59%

%37.99
%31.41
%30.59

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.32%
  • yellow value is 19.48%
  • key color value is 9.41%
CMYK:
(0,17,19,9)
C0M17Y19K9 
(0%,17%,19%,9%)
(0.00/0.17/0.19/0.09)	

CMYK percentages

%0
%17.32
%19.48
%9.41

Codes

Color #E7BFBA in popluar color models

E7BFBA
RGB231191186
HSL48.39%81.76%
HSB/HSV19.48%90.59%
CMYK0.00%17.32%19.48%
9.41%

Color #E7BFBA in popluar number systems.

HEXE7BFBA
Decimal231191186
Binary111001111011111110111010
Octal347277272

Shades and tints

Shades of #E7BFBA

#E7BFBA
(231,191,186)
#D2AEAA
(210,174,170)
#BD9D9A
(189,157,154)
#A88C8A
(168,140,138)
#937B7A
(147,123,122)
#7E6A6A
(126,106,106)
#69595A
(105,89,90)
#54484A
(84,72,74)
#3F373A
(63,55,58)
#2A262A
(42,38,42)
#15151A
(21,21,26)
#000000
(0,0,0)

Tints of #E7BFBA

#E7BFBA
(231,191,186)
#E9C4C0
(233,196,192)
#EBC9C6
(235,201,198)
#EDCECC
(237,206,204)
#EFD3D2
(239,211,210)
#F1D8D8
(241,216,216)
#F3DDDE
(243,221,222)
#F5E2E4
(245,226,228)
#F7E7EA
(247,231,234)
#F9ECF0
(249,236,240)
#FBF1F6
(251,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7BFBA; }

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

This text font color is #E7BFBA.


Background Color

.myBgColor { background-color: #E7BFBA; }

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

This div background color is #E7BFBA.


Border color

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

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

This div border color is #E7BFBA.


Opacity

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

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

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

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

This text has shadow with #E7BFBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7BFBA on black background.


Color preview on white background

This text has color #E7BFBA on white background.



Black color preview on #E7BFBA background

This text has black color on #E7BFBA background.


White color preview on #E7BFBA background

This text has white color on #E7BFBA background.