COLOR #BF97BC

HEX: #BF97BC
RGB: (191,151,188)

Color info

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

RGB color model

#BF97BC color RGB value is (191,151,188).

  • red value is 191;
  • green value is 151;
  • blue value is 188.
RGB:
(191,151,188)
(75%,59%,74%)

RGB channels and saturation

R 191 of 255 = 75%
G 151 of 255 = 59%
B 188 of 255 = 74%

191
151
188

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

Portions of RGB colors in percentages

R + G + B =
191 + 151 + 188 = 530 (100%)
R 191 of 530 ~ 36.04%
G 151 of 530 ~ 28.49%
B 188 of 530 ~ 35.47%

%36.04
%28.49
%35.47

CMYK color model

#BF97BC color CMYK value is (0,21,2,25).

  • cyan value is 0.00%
  • magenta value is 20.94%
  • yellow value is 1.57%
  • key color value is 25.10%
CMYK:
(0,21,2,25)
C0M21Y2K25 
(0%,21%,2%,25%)
(0.00/0.21/0.02/0.25)	

CMYK percentages

%0
%20.94
%1.57
%25.1

Codes

Color #BF97BC in popluar color models

BF97BC
RGB191151188
HSL305°23.81%67.06%
HSB/HSV305°20.94%74.90%
CMYK0.00%20.94%1.57%
25.10%

Color #BF97BC in popluar number systems.

HEXBF97BC
Decimal191151188
Binary101111111001011110111100
Octal277227274

Shades and tints

Shades of #BF97BC

#BF97BC
(191,151,188)
#AE8AAB
(174,138,171)
#9D7D9A
(157,125,154)
#8C7089
(140,112,137)
#7B6378
(123,99,120)
#6A5667
(106,86,103)
#594956
(89,73,86)
#483C45
(72,60,69)
#372F34
(55,47,52)
#262223
(38,34,35)
#151512
(21,21,18)
#000000
(0,0,0)

Tints of #BF97BC

#BF97BC
(191,151,188)
#C4A0C2
(196,160,194)
#C9A9C8
(201,169,200)
#CEB2CE
(206,178,206)
#D3BBD4
(211,187,212)
#D8C4DA
(216,196,218)
#DDCDE0
(221,205,224)
#E2D6E6
(226,214,230)
#E7DFEC
(231,223,236)
#ECE8F2
(236,232,242)
#F1F1F8
(241,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BF97BC color. Also use rgb(191,151,188) instead hex code.

Text Font Color

.myTextColor { color: #BF97BC; }

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

This text font color is #BF97BC.


Background Color

.myBgColor { background-color: #BF97BC; }

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

This div background color is #BF97BC.


Border color

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

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

This div border color is #BF97BC.


Opacity

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

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

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

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

This text has shadow with #BF97BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF97BC on black background.


Color preview on white background

This text has color #BF97BC on white background.



Black color preview on #BF97BC background

This text has black color on #BF97BC background.


White color preview on #BF97BC background

This text has white color on #BF97BC background.