COLOR #BF97CE

HEX: #BF97CE
RGB: (191,151,206)

Color info

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

RGB color model

#BF97CE color RGB value is (191,151,206).

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

RGB channels and saturation

R 191 of 255 = 75%
G 151 of 255 = 59%
B 206 of 255 = 81%

191
151
206

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

Portions of RGB colors in percentages

R + G + B =
191 + 151 + 206 = 548 (100%)
R 191 of 548 ~ 34.85%
G 151 of 548 ~ 27.55%
B 206 of 548 ~ 37.59%

%34.85
%27.55
%37.59

CMYK color model

#BF97CE color CMYK value is (7,27,0,19).

  • cyan value is 7.28%
  • magenta value is 26.70%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(7,27,0,19)
C7M27Y0K19 
(7%,27%,0%,19%)
(0.07/0.27/0.00/0.19)	

CMYK percentages

%7.28
%26.7
%0
%19.22

Codes

Color #BF97CE in popluar color models

BF97CE
RGB191151206
HSL284°35.95%70.00%
HSB/HSV284°26.70%80.78%
CMYK7.28%26.70%0.00%
19.22%

Color #BF97CE in popluar number systems.

HEXBF97CE
Decimal191151206
Binary101111111001011111001110
Octal277227316

Shades and tints

Shades of #BF97CE

#BF97CE
(191,151,206)
#AE8ABC
(174,138,188)
#9D7DAA
(157,125,170)
#8C7098
(140,112,152)
#7B6386
(123,99,134)
#6A5674
(106,86,116)
#594962
(89,73,98)
#483C50
(72,60,80)
#372F3E
(55,47,62)
#26222C
(38,34,44)
#15151A
(21,21,26)
#000000
(0,0,0)

Tints of #BF97CE

#BF97CE
(191,151,206)
#C4A0D2
(196,160,210)
#C9A9D6
(201,169,214)
#CEB2DA
(206,178,218)
#D3BBDE
(211,187,222)
#D8C4E2
(216,196,226)
#DDCDE6
(221,205,230)
#E2D6EA
(226,214,234)
#E7DFEE
(231,223,238)
#ECE8F2
(236,232,242)
#F1F1F6
(241,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BF97CE; }

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

This text font color is #BF97CE.


Background Color

.myBgColor { background-color: #BF97CE; }

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

This div background color is #BF97CE.


Border color

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

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

This div border color is #BF97CE.


Opacity

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

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

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

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

This text has shadow with #BF97CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF97CE on black background.


Color preview on white background

This text has color #BF97CE on white background.



Black color preview on #BF97CE background

This text has black color on #BF97CE background.


White color preview on #BF97CE background

This text has white color on #BF97CE background.