COLOR #BF6C9B

HEX: #BF6C9B
RGB: (191,108,155)

Color info

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

RGB color model

#BF6C9B color RGB value is (191,108,155).

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

RGB channels and saturation

R 191 of 255 = 75%
G 108 of 255 = 42%
B 155 of 255 = 61%

191
108
155

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

Portions of RGB colors in percentages

R + G + B =
191 + 108 + 155 = 454 (100%)
R 191 of 454 ~ 42.07%
G 108 of 454 ~ 23.79%
B 155 of 454 ~ 34.14%

%42.07
%23.79
%34.14

CMYK color model

#BF6C9B color CMYK value is (0,43,19,25).

  • cyan value is 0.00%
  • magenta value is 43.46%
  • yellow value is 18.85%
  • key color value is 25.10%
CMYK:
(0,43,19,25)
C0M43Y19K25 
(0%,43%,19%,25%)
(0.00/0.43/0.19/0.25)	

CMYK percentages

%0
%43.46
%18.85
%25.1

Codes

Color #BF6C9B in popluar color models

BF6C9B
RGB191108155
HSL326°39.34%58.63%
HSB/HSV326°43.46%74.90%
CMYK0.00%43.46%18.85%
25.10%

Color #BF6C9B in popluar number systems.

HEXBF6C9B
Decimal191108155
Binary10111111110110010011011
Octal277154233

Shades and tints

Shades of #BF6C9B

#BF6C9B
(191,108,155)
#AE638D
(174,99,141)
#9D5A7F
(157,90,127)
#8C5171
(140,81,113)
#7B4863
(123,72,99)
#6A3F55
(106,63,85)
#593647
(89,54,71)
#482D39
(72,45,57)
#37242B
(55,36,43)
#261B1D
(38,27,29)
#15120F
(21,18,15)
#000000
(0,0,0)

Tints of #BF6C9B

#BF6C9B
(191,108,155)
#C479A4
(196,121,164)
#C986AD
(201,134,173)
#CE93B6
(206,147,182)
#D3A0BF
(211,160,191)
#D8ADC8
(216,173,200)
#DDBAD1
(221,186,209)
#E2C7DA
(226,199,218)
#E7D4E3
(231,212,227)
#ECE1EC
(236,225,236)
#F1EEF5
(241,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BF6C9B; }

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

This text font color is #BF6C9B.


Background Color

.myBgColor { background-color: #BF6C9B; }

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

This div background color is #BF6C9B.


Border color

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

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

This div border color is #BF6C9B.


Opacity

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

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

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

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

This text has shadow with #BF6C9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF6C9B on black background.


Color preview on white background

This text has color #BF6C9B on white background.



Black color preview on #BF6C9B background

This text has black color on #BF6C9B background.


White color preview on #BF6C9B background

This text has white color on #BF6C9B background.