COLOR #BF7E9B

HEX: #BF7E9B
RGB: (191,126,155)

Color info

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

RGB color model

#BF7E9B color RGB value is (191,126,155).

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

RGB channels and saturation

R 191 of 255 = 75%
G 126 of 255 = 49%
B 155 of 255 = 61%

191
126
155

R + G + B ~ 62%. #BF7E9B is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 126 + 155 = 472 (100%)
R 191 of 472 ~ 40.47%
G 126 of 472 ~ 26.69%
B 155 of 472 ~ 32.84%

%40.47
%26.69
%32.84

CMYK color model

#BF7E9B color CMYK value is (0,34,19,25).

  • cyan value is 0.00%
  • magenta value is 34.03%
  • yellow value is 18.85%
  • key color value is 25.10%
CMYK:
(0,34,19,25)
C0M34Y19K25 
(0%,34%,19%,25%)
(0.00/0.34/0.19/0.25)	

CMYK percentages

%0
%34.03
%18.85
%25.1

Codes

Color #BF7E9B in popluar color models

BF7E9B
RGB191126155
HSL333°33.68%62.16%
HSB/HSV333°34.03%74.90%
CMYK0.00%34.03%18.85%
25.10%

Color #BF7E9B in popluar number systems.

HEXBF7E9B
Decimal191126155
Binary10111111111111010011011
Octal277176233

Shades and tints

Shades of #BF7E9B

#BF7E9B
(191,126,155)
#AE738D
(174,115,141)
#9D687F
(157,104,127)
#8C5D71
(140,93,113)
#7B5263
(123,82,99)
#6A4755
(106,71,85)
#593C47
(89,60,71)
#483139
(72,49,57)
#37262B
(55,38,43)
#261B1D
(38,27,29)
#15100F
(21,16,15)
#000000
(0,0,0)

Tints of #BF7E9B

#BF7E9B
(191,126,155)
#C489A4
(196,137,164)
#C994AD
(201,148,173)
#CE9FB6
(206,159,182)
#D3AABF
(211,170,191)
#D8B5C8
(216,181,200)
#DDC0D1
(221,192,209)
#E2CBDA
(226,203,218)
#E7D6E3
(231,214,227)
#ECE1EC
(236,225,236)
#F1ECF5
(241,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BF7E9B; }

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

This text font color is #BF7E9B.


Background Color

.myBgColor { background-color: #BF7E9B; }

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

This div background color is #BF7E9B.


Border color

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

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

This div border color is #BF7E9B.


Opacity

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

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

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

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

This text has shadow with #BF7E9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF7E9B on black background.


Color preview on white background

This text has color #BF7E9B on white background.



Black color preview on #BF7E9B background

This text has black color on #BF7E9B background.


White color preview on #BF7E9B background

This text has white color on #BF7E9B background.