COLOR #BF97CA

HEX: #BF97CA
RGB: (191,151,202)

Color info

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

RGB color model

#BF97CA color RGB value is (191,151,202).

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

RGB channels and saturation

R 191 of 255 = 75%
G 151 of 255 = 59%
B 202 of 255 = 79%

191
151
202

R + G + B ~ 71%. #BF97CA is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 151 + 202 = 544 (100%)
R 191 of 544 ~ 35.11%
G 151 of 544 ~ 27.76%
B 202 of 544 ~ 37.13%

%35.11
%27.76
%37.13

CMYK color model

#BF97CA color CMYK value is (5,25,0,21).

  • cyan value is 5.45%
  • magenta value is 25.25%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(5,25,0,21)
C5M25Y0K21 
(5%,25%,0%,21%)
(0.05/0.25/0.00/0.21)	

CMYK percentages

%5.45
%25.25
%0
%20.78

Codes

Color #BF97CA in popluar color models

BF97CA
RGB191151202
HSL287°32.48%69.22%
HSB/HSV287°25.25%79.22%
CMYK5.45%25.25%0.00%
20.78%

Color #BF97CA in popluar number systems.

HEXBF97CA
Decimal191151202
Binary101111111001011111001010
Octal277227312

Shades and tints

Shades of #BF97CA

#BF97CA
(191,151,202)
#AE8AB8
(174,138,184)
#9D7DA6
(157,125,166)
#8C7094
(140,112,148)
#7B6382
(123,99,130)
#6A5670
(106,86,112)
#59495E
(89,73,94)
#483C4C
(72,60,76)
#372F3A
(55,47,58)
#262228
(38,34,40)
#151516
(21,21,22)
#000000
(0,0,0)

Tints of #BF97CA

#BF97CA
(191,151,202)
#C4A0CE
(196,160,206)
#C9A9D2
(201,169,210)
#CEB2D6
(206,178,214)
#D3BBDA
(211,187,218)
#D8C4DE
(216,196,222)
#DDCDE2
(221,205,226)
#E2D6E6
(226,214,230)
#E7DFEA
(231,223,234)
#ECE8EE
(236,232,238)
#F1F1F2
(241,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BF97CA; }

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

This text font color is #BF97CA.


Background Color

.myBgColor { background-color: #BF97CA; }

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

This div background color is #BF97CA.


Border color

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

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

This div border color is #BF97CA.


Opacity

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

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

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

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

This text has shadow with #BF97CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF97CA on black background.


Color preview on white background

This text has color #BF97CA on white background.



Black color preview on #BF97CA background

This text has black color on #BF97CA background.


White color preview on #BF97CA background

This text has white color on #BF97CA background.