COLOR #BF9FC8

HEX: #BF9FC8
RGB: (191,159,200)

Color info

#BF9FC8 contains red, green and blue colors in about the same proportion. Web safe color of #BF9FC8 is #CC99CC (or #C9C).

RGB color model

#BF9FC8 color RGB value is (191,159,200).

  • red value is 191;
  • green value is 159;
  • blue value is 200.
RGB:
(191,159,200)
(75%,62%,78%)

RGB channels and saturation

R 191 of 255 = 75%
G 159 of 255 = 62%
B 200 of 255 = 78%

191
159
200

R + G + B ~ 72%. #BF9FC8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 159 + 200 = 550 (100%)
R 191 of 550 ~ 34.73%
G 159 of 550 ~ 28.91%
B 200 of 550 ~ 36.36%

%34.73
%28.91
%36.36

CMYK color model

#BF9FC8 color CMYK value is (5,21,0,22).

  • cyan value is 4.50%
  • magenta value is 20.50%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(5,21,0,22)
C5M21Y0K22 
(5%,21%,0%,22%)
(0.05/0.21/0.00/0.22)	

CMYK percentages

%4.5
%20.5
%0
%21.57

Codes

Color #BF9FC8 in popluar color models

BF9FC8
RGB191159200
HSL287°27.15%70.39%
HSB/HSV287°20.50%78.43%
CMYK4.50%20.50%0.00%
21.57%

Color #BF9FC8 in popluar number systems.

HEXBF9FC8
Decimal191159200
Binary101111111001111111001000
Octal277237310

Shades and tints

Shades of #BF9FC8

#BF9FC8
(191,159,200)
#AE91B6
(174,145,182)
#9D83A4
(157,131,164)
#8C7592
(140,117,146)
#7B6780
(123,103,128)
#6A596E
(106,89,110)
#594B5C
(89,75,92)
#483D4A
(72,61,74)
#372F38
(55,47,56)
#262126
(38,33,38)
#151314
(21,19,20)
#000000
(0,0,0)

Tints of #BF9FC8

#BF9FC8
(191,159,200)
#C4A7CD
(196,167,205)
#C9AFD2
(201,175,210)
#CEB7D7
(206,183,215)
#D3BFDC
(211,191,220)
#D8C7E1
(216,199,225)
#DDCFE6
(221,207,230)
#E2D7EB
(226,215,235)
#E7DFF0
(231,223,240)
#ECE7F5
(236,231,245)
#F1EFFA
(241,239,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BF9FC8 color. Also use rgb(191,159,200) instead hex code.

Text Font Color

.myTextColor { color: #BF9FC8; }

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

This text font color is #BF9FC8.


Background Color

.myBgColor { background-color: #BF9FC8; }

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

This div background color is #BF9FC8.


Border color

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

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

This div border color is #BF9FC8.


Opacity

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

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

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

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

This text has shadow with #BF9FC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF9FC8 on black background.


Color preview on white background

This text has color #BF9FC8 on white background.



Black color preview on #BF9FC8 background

This text has black color on #BF9FC8 background.


White color preview on #BF9FC8 background

This text has white color on #BF9FC8 background.