COLOR #BF9DB2

HEX: #BF9DB2
RGB: (191,157,178)

Color info

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

RGB color model

#BF9DB2 color RGB value is (191,157,178).

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

RGB channels and saturation

R 191 of 255 = 75%
G 157 of 255 = 62%
B 178 of 255 = 70%

191
157
178

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

Portions of RGB colors in percentages

R + G + B =
191 + 157 + 178 = 526 (100%)
R 191 of 526 ~ 36.31%
G 157 of 526 ~ 29.85%
B 178 of 526 ~ 33.84%

%36.31
%29.85
%33.84

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.80%
  • yellow value is 6.81%
  • 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
%6.81
%25.1

Codes

Color #BF9DB2 in popluar color models

BF9DB2
RGB191157178
HSL323°20.99%68.24%
HSB/HSV323°17.80%74.90%
CMYK0.00%17.80%6.81%
25.10%

Color #BF9DB2 in popluar number systems.

HEXBF9DB2
Decimal191157178
Binary101111111001110110110010
Octal277235262

Shades and tints

Shades of #BF9DB2

#BF9DB2
(191,157,178)
#AE8FA2
(174,143,162)
#9D8192
(157,129,146)
#8C7382
(140,115,130)
#7B6572
(123,101,114)
#6A5762
(106,87,98)
#594952
(89,73,82)
#483B42
(72,59,66)
#372D32
(55,45,50)
#261F22
(38,31,34)
#151112
(21,17,18)
#000000
(0,0,0)

Tints of #BF9DB2

#BF9DB2
(191,157,178)
#C4A5B9
(196,165,185)
#C9ADC0
(201,173,192)
#CEB5C7
(206,181,199)
#D3BDCE
(211,189,206)
#D8C5D5
(216,197,213)
#DDCDDC
(221,205,220)
#E2D5E3
(226,213,227)
#E7DDEA
(231,221,234)
#ECE5F1
(236,229,241)
#F1EDF8
(241,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BF9DB2; }

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

This text font color is #BF9DB2.


Background Color

.myBgColor { background-color: #BF9DB2; }

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

This div background color is #BF9DB2.


Border color

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

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

This div border color is #BF9DB2.


Opacity

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

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

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

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

This text has shadow with #BF9DB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF9DB2 on black background.


Color preview on white background

This text has color #BF9DB2 on white background.



Black color preview on #BF9DB2 background

This text has black color on #BF9DB2 background.


White color preview on #BF9DB2 background

This text has white color on #BF9DB2 background.