COLOR #BF99CF

HEX: #BF99CF
RGB: (191,153,207)

Color info

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

RGB color model

#BF99CF color RGB value is (191,153,207).

  • red value is 191;
  • green value is 153;
  • blue value is 207.
RGB:
(191,153,207)
(75%,60%,81%)

RGB channels and saturation

R 191 of 255 = 75%
G 153 of 255 = 60%
B 207 of 255 = 81%

191
153
207

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

Portions of RGB colors in percentages

R + G + B =
191 + 153 + 207 = 551 (100%)
R 191 of 551 ~ 34.66%
G 153 of 551 ~ 27.77%
B 207 of 551 ~ 37.57%

%34.66
%27.77
%37.57

CMYK color model

#BF99CF color CMYK value is (8,26,0,19).

  • cyan value is 7.73%
  • magenta value is 26.09%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(8,26,0,19)
C8M26Y0K19 
(8%,26%,0%,19%)
(0.08/0.26/0.00/0.19)	

CMYK percentages

%7.73
%26.09
%0
%18.82

Codes

Color #BF99CF in popluar color models

BF99CF
RGB191153207
HSL282°36.00%70.59%
HSB/HSV282°26.09%81.18%
CMYK7.73%26.09%0.00%
18.82%

Color #BF99CF in popluar number systems.

HEXBF99CF
Decimal191153207
Binary101111111001100111001111
Octal277231317

Shades and tints

Shades of #BF99CF

#BF99CF
(191,153,207)
#AE8CBD
(174,140,189)
#9D7FAB
(157,127,171)
#8C7299
(140,114,153)
#7B6587
(123,101,135)
#6A5875
(106,88,117)
#594B63
(89,75,99)
#483E51
(72,62,81)
#37313F
(55,49,63)
#26242D
(38,36,45)
#15171B
(21,23,27)
#000000
(0,0,0)

Tints of #BF99CF

#BF99CF
(191,153,207)
#C4A2D3
(196,162,211)
#C9ABD7
(201,171,215)
#CEB4DB
(206,180,219)
#D3BDDF
(211,189,223)
#D8C6E3
(216,198,227)
#DDCFE7
(221,207,231)
#E2D8EB
(226,216,235)
#E7E1EF
(231,225,239)
#ECEAF3
(236,234,243)
#F1F3F7
(241,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BF99CF color. Also use rgb(191,153,207) instead hex code.

Text Font Color

.myTextColor { color: #BF99CF; }

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

This text font color is #BF99CF.


Background Color

.myBgColor { background-color: #BF99CF; }

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

This div background color is #BF99CF.


Border color

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

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

This div border color is #BF99CF.


Opacity

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

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

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

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

This text has shadow with #BF99CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF99CF on black background.


Color preview on white background

This text has color #BF99CF on white background.



Black color preview on #BF99CF background

This text has black color on #BF99CF background.


White color preview on #BF99CF background

This text has white color on #BF99CF background.