COLOR #BF9FCC

HEX: #BF9FCC
RGB: (191,159,204)

Color info

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

RGB color model

#BF9FCC color RGB value is (191,159,204).

  • red value is 191;
  • green value is 159;
  • blue value is 204.
RGB:
(191,159,204)
(75%,62%,80%)

RGB channels and saturation

R 191 of 255 = 75%
G 159 of 255 = 62%
B 204 of 255 = 80%

191
159
204

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

Portions of RGB colors in percentages

R + G + B =
191 + 159 + 204 = 554 (100%)
R 191 of 554 ~ 34.48%
G 159 of 554 ~ 28.7%
B 204 of 554 ~ 36.82%

%34.48
%28.7
%36.82

CMYK color model

#BF9FCC color CMYK value is (6,22,0,20).

  • cyan value is 6.37%
  • magenta value is 22.06%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(6,22,0,20)
C6M22Y0K20 
(6%,22%,0%,20%)
(0.06/0.22/0.00/0.20)	

CMYK percentages

%6.37
%22.06
%0
%20

Codes

Color #BF9FCC in popluar color models

BF9FCC
RGB191159204
HSL283°30.61%71.18%
HSB/HSV283°22.06%80.00%
CMYK6.37%22.06%0.00%
20.00%

Color #BF9FCC in popluar number systems.

HEXBF9FCC
Decimal191159204
Binary101111111001111111001100
Octal277237314

Shades and tints

Shades of #BF9FCC

#BF9FCC
(191,159,204)
#AE91BA
(174,145,186)
#9D83A8
(157,131,168)
#8C7596
(140,117,150)
#7B6784
(123,103,132)
#6A5972
(106,89,114)
#594B60
(89,75,96)
#483D4E
(72,61,78)
#372F3C
(55,47,60)
#26212A
(38,33,42)
#151318
(21,19,24)
#000000
(0,0,0)

Tints of #BF9FCC

#BF9FCC
(191,159,204)
#C4A7D0
(196,167,208)
#C9AFD4
(201,175,212)
#CEB7D8
(206,183,216)
#D3BFDC
(211,191,220)
#D8C7E0
(216,199,224)
#DDCFE4
(221,207,228)
#E2D7E8
(226,215,232)
#E7DFEC
(231,223,236)
#ECE7F0
(236,231,240)
#F1EFF4
(241,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BF9FCC color. Also use rgb(191,159,204) instead hex code.

Text Font Color

.myTextColor { color: #BF9FCC; }

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

This text font color is #BF9FCC.


Background Color

.myBgColor { background-color: #BF9FCC; }

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

This div background color is #BF9FCC.


Border color

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

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

This div border color is #BF9FCC.


Opacity

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

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

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

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

This text has shadow with #BF9FCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF9FCC on black background.


Color preview on white background

This text has color #BF9FCC on white background.



Black color preview on #BF9FCC background

This text has black color on #BF9FCC background.


White color preview on #BF9FCC background

This text has white color on #BF9FCC background.