COLOR #BF7E8B

HEX: #BF7E8B
RGB: (191,126,139)

Color info

#BF7E8B contains mainly red and blue colors. Web safe color of #BF7E8B is #CC6699 (or #C69).

RGB color model

#BF7E8B color RGB value is (191,126,139).

  • red value is 191;
  • green value is 126;
  • blue value is 139.
RGB:
(191,126,139)
(75%,49%,55%)

RGB channels and saturation

R 191 of 255 = 75%
G 126 of 255 = 49%
B 139 of 255 = 55%

191
126
139

R + G + B ~ 60%. #BF7E8B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
191 + 126 + 139 = 456 (100%)
R 191 of 456 ~ 41.89%
G 126 of 456 ~ 27.63%
B 139 of 456 ~ 30.48%

%41.89
%27.63
%30.48

CMYK color model

#BF7E8B color CMYK value is (0,34,27,25).

  • cyan value is 0.00%
  • magenta value is 34.03%
  • yellow value is 27.23%
  • key color value is 25.10%
CMYK:
(0,34,27,25)
C0M34Y27K25 
(0%,34%,27%,25%)
(0.00/0.34/0.27/0.25)	

CMYK percentages

%0
%34.03
%27.23
%25.1

Codes

Color #BF7E8B in popluar color models

BF7E8B
RGB191126139
HSL348°33.68%62.16%
HSB/HSV348°34.03%74.90%
CMYK0.00%34.03%27.23%
25.10%

Color #BF7E8B in popluar number systems.

HEXBF7E8B
Decimal191126139
Binary10111111111111010001011
Octal277176213

Shades and tints

Shades of #BF7E8B

#BF7E8B
(191,126,139)
#AE737F
(174,115,127)
#9D6873
(157,104,115)
#8C5D67
(140,93,103)
#7B525B
(123,82,91)
#6A474F
(106,71,79)
#593C43
(89,60,67)
#483137
(72,49,55)
#37262B
(55,38,43)
#261B1F
(38,27,31)
#151013
(21,16,19)
#000000
(0,0,0)

Tints of #BF7E8B

#BF7E8B
(191,126,139)
#C48995
(196,137,149)
#C9949F
(201,148,159)
#CE9FA9
(206,159,169)
#D3AAB3
(211,170,179)
#D8B5BD
(216,181,189)
#DDC0C7
(221,192,199)
#E2CBD1
(226,203,209)
#E7D6DB
(231,214,219)
#ECE1E5
(236,225,229)
#F1ECEF
(241,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BF7E8B color. Also use rgb(191,126,139) instead hex code.

Text Font Color

.myTextColor { color: #BF7E8B; }

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

This text font color is #BF7E8B.


Background Color

.myBgColor { background-color: #BF7E8B; }

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

This div background color is #BF7E8B.


Border color

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

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

This div border color is #BF7E8B.


Opacity

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

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

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

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

This text has shadow with #BF7E8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF7E8B on black background.


Color preview on white background

This text has color #BF7E8B on white background.



Black color preview on #BF7E8B background

This text has black color on #BF7E8B background.


White color preview on #BF7E8B background

This text has white color on #BF7E8B background.