COLOR #BF97BE

HEX: #BF97BE
RGB: (191,151,190)

Color info

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

RGB color model

#BF97BE color RGB value is (191,151,190).

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

RGB channels and saturation

R 191 of 255 = 75%
G 151 of 255 = 59%
B 190 of 255 = 75%

191
151
190

R + G + B ~ 70%. #BF97BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 151 + 190 = 532 (100%)
R 191 of 532 ~ 35.9%
G 151 of 532 ~ 28.38%
B 190 of 532 ~ 35.71%

%35.9
%28.38
%35.71

CMYK color model

#BF97BE color CMYK value is (0,21,1,25).

  • cyan value is 0.00%
  • magenta value is 20.94%
  • yellow value is 0.52%
  • key color value is 25.10%
CMYK:
(0,21,1,25)
C0M21Y1K25 
(0%,21%,1%,25%)
(0.00/0.21/0.01/0.25)	

CMYK percentages

%0
%20.94
%0.52
%25.1

Codes

Color #BF97BE in popluar color models

BF97BE
RGB191151190
HSL302°23.81%67.06%
HSB/HSV302°20.94%74.90%
CMYK0.00%20.94%0.52%
25.10%

Color #BF97BE in popluar number systems.

HEXBF97BE
Decimal191151190
Binary101111111001011110111110
Octal277227276

Shades and tints

Shades of #BF97BE

#BF97BE
(191,151,190)
#AE8AAD
(174,138,173)
#9D7D9C
(157,125,156)
#8C708B
(140,112,139)
#7B637A
(123,99,122)
#6A5669
(106,86,105)
#594958
(89,73,88)
#483C47
(72,60,71)
#372F36
(55,47,54)
#262225
(38,34,37)
#151514
(21,21,20)
#000000
(0,0,0)

Tints of #BF97BE

#BF97BE
(191,151,190)
#C4A0C3
(196,160,195)
#C9A9C8
(201,169,200)
#CEB2CD
(206,178,205)
#D3BBD2
(211,187,210)
#D8C4D7
(216,196,215)
#DDCDDC
(221,205,220)
#E2D6E1
(226,214,225)
#E7DFE6
(231,223,230)
#ECE8EB
(236,232,235)
#F1F1F0
(241,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BF97BE; }

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

This text font color is #BF97BE.


Background Color

.myBgColor { background-color: #BF97BE; }

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

This div background color is #BF97BE.


Border color

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

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

This div border color is #BF97BE.


Opacity

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

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

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

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

This text has shadow with #BF97BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF97BE on black background.


Color preview on white background

This text has color #BF97BE on white background.



Black color preview on #BF97BE background

This text has black color on #BF97BE background.


White color preview on #BF97BE background

This text has white color on #BF97BE background.