COLOR #BF9BD7

HEX: #BF9BD7
RGB: (191,155,215)

Color info

#BF9BD7 contains mainly red and blue colors. Web safe color of #BF9BD7 is #CC99CC (or #C9C).

RGB color model

#BF9BD7 color RGB value is (191,155,215).

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

RGB channels and saturation

R 191 of 255 = 75%
G 155 of 255 = 61%
B 215 of 255 = 84%

191
155
215

R + G + B ~ 73%. #BF9BD7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 155 + 215 = 561 (100%)
R 191 of 561 ~ 34.05%
G 155 of 561 ~ 27.63%
B 215 of 561 ~ 38.32%

%34.05
%27.63
%38.32

CMYK color model

#BF9BD7 color CMYK value is (11,28,0,16).

  • cyan value is 11.16%
  • magenta value is 27.91%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(11,28,0,16)
C11M28Y0K16 
(11%,28%,0%,16%)
(0.11/0.28/0.00/0.16)	

CMYK percentages

%11.16
%27.91
%0
%15.69

Codes

Color #BF9BD7 in popluar color models

BF9BD7
RGB191155215
HSL276°42.86%72.55%
HSB/HSV276°27.91%84.31%
CMYK11.16%27.91%0.00%
15.69%

Color #BF9BD7 in popluar number systems.

HEXBF9BD7
Decimal191155215
Binary101111111001101111010111
Octal277233327

Shades and tints

Shades of #BF9BD7

#BF9BD7
(191,155,215)
#AE8DC4
(174,141,196)
#9D7FB1
(157,127,177)
#8C719E
(140,113,158)
#7B638B
(123,99,139)
#6A5578
(106,85,120)
#594765
(89,71,101)
#483952
(72,57,82)
#372B3F
(55,43,63)
#261D2C
(38,29,44)
#150F19
(21,15,25)
#000000
(0,0,0)

Tints of #BF9BD7

#BF9BD7
(191,155,215)
#C4A4DA
(196,164,218)
#C9ADDD
(201,173,221)
#CEB6E0
(206,182,224)
#D3BFE3
(211,191,227)
#D8C8E6
(216,200,230)
#DDD1E9
(221,209,233)
#E2DAEC
(226,218,236)
#E7E3EF
(231,227,239)
#ECECF2
(236,236,242)
#F1F5F5
(241,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BF9BD7; }

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

This text font color is #BF9BD7.


Background Color

.myBgColor { background-color: #BF9BD7; }

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

This div background color is #BF9BD7.


Border color

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

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

This div border color is #BF9BD7.


Opacity

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

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

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

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

This text has shadow with #BF9BD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF9BD7 on black background.


Color preview on white background

This text has color #BF9BD7 on white background.



Black color preview on #BF9BD7 background

This text has black color on #BF9BD7 background.


White color preview on #BF9BD7 background

This text has white color on #BF9BD7 background.