COLOR #BF6C97

HEX: #BF6C97
RGB: (191,108,151)

Color info

#BF6C97 contains mainly red and blue colors. Web safe color of #BF6C97 is #CC6699 (or #C69).

RGB color model

#BF6C97 color RGB value is (191,108,151).

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

RGB channels and saturation

R 191 of 255 = 75%
G 108 of 255 = 42%
B 151 of 255 = 59%

191
108
151

R + G + B ~ 59%. #BF6C97 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
191 + 108 + 151 = 450 (100%)
R 191 of 450 ~ 42.44%
G 108 of 450 ~ 24%
B 151 of 450 ~ 33.56%

%42.44
%24
%33.56

CMYK color model

#BF6C97 color CMYK value is (0,43,21,25).

  • cyan value is 0.00%
  • magenta value is 43.46%
  • yellow value is 20.94%
  • key color value is 25.10%
CMYK:
(0,43,21,25)
C0M43Y21K25 
(0%,43%,21%,25%)
(0.00/0.43/0.21/0.25)	

CMYK percentages

%0
%43.46
%20.94
%25.1

Codes

Color #BF6C97 in popluar color models

BF6C97
RGB191108151
HSL329°39.34%58.63%
HSB/HSV329°43.46%74.90%
CMYK0.00%43.46%20.94%
25.10%

Color #BF6C97 in popluar number systems.

HEXBF6C97
Decimal191108151
Binary10111111110110010010111
Octal277154227

Shades and tints

Shades of #BF6C97

#BF6C97
(191,108,151)
#AE638A
(174,99,138)
#9D5A7D
(157,90,125)
#8C5170
(140,81,112)
#7B4863
(123,72,99)
#6A3F56
(106,63,86)
#593649
(89,54,73)
#482D3C
(72,45,60)
#37242F
(55,36,47)
#261B22
(38,27,34)
#151215
(21,18,21)
#000000
(0,0,0)

Tints of #BF6C97

#BF6C97
(191,108,151)
#C479A0
(196,121,160)
#C986A9
(201,134,169)
#CE93B2
(206,147,178)
#D3A0BB
(211,160,187)
#D8ADC4
(216,173,196)
#DDBACD
(221,186,205)
#E2C7D6
(226,199,214)
#E7D4DF
(231,212,223)
#ECE1E8
(236,225,232)
#F1EEF1
(241,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BF6C97; }

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

This text font color is #BF6C97.


Background Color

.myBgColor { background-color: #BF6C97; }

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

This div background color is #BF6C97.


Border color

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

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

This div border color is #BF6C97.


Opacity

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

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

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

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

This text has shadow with #BF6C97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF6C97 on black background.


Color preview on white background

This text has color #BF6C97 on white background.



Black color preview on #BF6C97 background

This text has black color on #BF6C97 background.


White color preview on #BF6C97 background

This text has white color on #BF6C97 background.