COLOR #BF9DB1

HEX: #BF9DB1
RGB: (191,157,177)

Color info

#BF9DB1 contains red, green and blue colors in about the same proportion. Web safe color of #BF9DB1 is #CC9999 (or #C99).

RGB color model

#BF9DB1 color RGB value is (191,157,177).

  • red value is 191;
  • green value is 157;
  • blue value is 177.
RGB:
(191,157,177)
(75%,62%,69%)

RGB channels and saturation

R 191 of 255 = 75%
G 157 of 255 = 62%
B 177 of 255 = 69%

191
157
177

R + G + B ~ 69%. #BF9DB1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 157 + 177 = 525 (100%)
R 191 of 525 ~ 36.38%
G 157 of 525 ~ 29.9%
B 177 of 525 ~ 33.71%

%36.38
%29.9
%33.71

CMYK color model

#BF9DB1 color CMYK value is (0,18,7,25).

  • cyan value is 0.00%
  • magenta value is 17.80%
  • yellow value is 7.33%
  • key color value is 25.10%
CMYK:
(0,18,7,25)
C0M18Y7K25 
(0%,18%,7%,25%)
(0.00/0.18/0.07/0.25)	

CMYK percentages

%0
%17.8
%7.33
%25.1

Codes

Color #BF9DB1 in popluar color models

BF9DB1
RGB191157177
HSL325°20.99%68.24%
HSB/HSV325°17.80%74.90%
CMYK0.00%17.80%7.33%
25.10%

Color #BF9DB1 in popluar number systems.

HEXBF9DB1
Decimal191157177
Binary101111111001110110110001
Octal277235261

Shades and tints

Shades of #BF9DB1

#BF9DB1
(191,157,177)
#AE8FA1
(174,143,161)
#9D8191
(157,129,145)
#8C7381
(140,115,129)
#7B6571
(123,101,113)
#6A5761
(106,87,97)
#594951
(89,73,81)
#483B41
(72,59,65)
#372D31
(55,45,49)
#261F21
(38,31,33)
#151111
(21,17,17)
#000000
(0,0,0)

Tints of #BF9DB1

#BF9DB1
(191,157,177)
#C4A5B8
(196,165,184)
#C9ADBF
(201,173,191)
#CEB5C6
(206,181,198)
#D3BDCD
(211,189,205)
#D8C5D4
(216,197,212)
#DDCDDB
(221,205,219)
#E2D5E2
(226,213,226)
#E7DDE9
(231,221,233)
#ECE5F0
(236,229,240)
#F1EDF7
(241,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BF9DB1 color. Also use rgb(191,157,177) instead hex code.

Text Font Color

.myTextColor { color: #BF9DB1; }

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

This text font color is #BF9DB1.


Background Color

.myBgColor { background-color: #BF9DB1; }

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

This div background color is #BF9DB1.


Border color

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

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

This div border color is #BF9DB1.


Opacity

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

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

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

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

This text has shadow with #BF9DB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF9DB1 on black background.


Color preview on white background

This text has color #BF9DB1 on white background.



Black color preview on #BF9DB1 background

This text has black color on #BF9DB1 background.


White color preview on #BF9DB1 background

This text has white color on #BF9DB1 background.