COLOR #BF7FB9

HEX: #BF7FB9
RGB: (191,127,185)

Color info

#BF7FB9 contains mainly red and blue colors. Web safe color of #BF7FB9 is #CC66CC (or #C6C).

RGB color model

#BF7FB9 color RGB value is (191,127,185).

  • red value is 191;
  • green value is 127;
  • blue value is 185.
RGB:
(191,127,185)
(75%,50%,73%)

RGB channels and saturation

R 191 of 255 = 75%
G 127 of 255 = 50%
B 185 of 255 = 73%

191
127
185

R + G + B ~ 66%. #BF7FB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 127 + 185 = 503 (100%)
R 191 of 503 ~ 37.97%
G 127 of 503 ~ 25.25%
B 185 of 503 ~ 36.78%

%37.97
%25.25
%36.78

CMYK color model

#BF7FB9 color CMYK value is (0,34,3,25).

  • cyan value is 0.00%
  • magenta value is 33.51%
  • yellow value is 3.14%
  • key color value is 25.10%
CMYK:
(0,34,3,25)
C0M34Y3K25 
(0%,34%,3%,25%)
(0.00/0.34/0.03/0.25)	

CMYK percentages

%0
%33.51
%3.14
%25.1

Codes

Color #BF7FB9 in popluar color models

BF7FB9
RGB191127185
HSL306°33.33%62.35%
HSB/HSV306°33.51%74.90%
CMYK0.00%33.51%3.14%
25.10%

Color #BF7FB9 in popluar number systems.

HEXBF7FB9
Decimal191127185
Binary10111111111111110111001
Octal277177271

Shades and tints

Shades of #BF7FB9

#BF7FB9
(191,127,185)
#AE74A9
(174,116,169)
#9D6999
(157,105,153)
#8C5E89
(140,94,137)
#7B5379
(123,83,121)
#6A4869
(106,72,105)
#593D59
(89,61,89)
#483249
(72,50,73)
#372739
(55,39,57)
#261C29
(38,28,41)
#151119
(21,17,25)
#000000
(0,0,0)

Tints of #BF7FB9

#BF7FB9
(191,127,185)
#C48ABF
(196,138,191)
#C995C5
(201,149,197)
#CEA0CB
(206,160,203)
#D3ABD1
(211,171,209)
#D8B6D7
(216,182,215)
#DDC1DD
(221,193,221)
#E2CCE3
(226,204,227)
#E7D7E9
(231,215,233)
#ECE2EF
(236,226,239)
#F1EDF5
(241,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BF7FB9 color. Also use rgb(191,127,185) instead hex code.

Text Font Color

.myTextColor { color: #BF7FB9; }

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

This text font color is #BF7FB9.


Background Color

.myBgColor { background-color: #BF7FB9; }

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

This div background color is #BF7FB9.


Border color

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

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

This div border color is #BF7FB9.


Opacity

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

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

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

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

This text has shadow with #BF7FB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF7FB9 on black background.


Color preview on white background

This text has color #BF7FB9 on white background.



Black color preview on #BF7FB9 background

This text has black color on #BF7FB9 background.


White color preview on #BF7FB9 background

This text has white color on #BF7FB9 background.