COLOR #BF6DAB

HEX: #BF6DAB
RGB: (191,109,171)

Color info

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

RGB color model

#BF6DAB color RGB value is (191,109,171).

  • red value is 191;
  • green value is 109;
  • blue value is 171.
RGB:
(191,109,171)
(75%,43%,67%)

RGB channels and saturation

R 191 of 255 = 75%
G 109 of 255 = 43%
B 171 of 255 = 67%

191
109
171

R + G + B ~ 62%. #BF6DAB is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 109 + 171 = 471 (100%)
R 191 of 471 ~ 40.55%
G 109 of 471 ~ 23.14%
B 171 of 471 ~ 36.31%

%40.55
%23.14
%36.31

CMYK color model

#BF6DAB color CMYK value is (0,43,10,25).

  • cyan value is 0.00%
  • magenta value is 42.93%
  • yellow value is 10.47%
  • key color value is 25.10%
CMYK:
(0,43,10,25)
C0M43Y10K25 
(0%,43%,10%,25%)
(0.00/0.43/0.10/0.25)	

CMYK percentages

%0
%42.93
%10.47
%25.1

Codes

Color #BF6DAB in popluar color models

BF6DAB
RGB191109171
HSL315°39.05%58.82%
HSB/HSV315°42.93%74.90%
CMYK0.00%42.93%10.47%
25.10%

Color #BF6DAB in popluar number systems.

HEXBF6DAB
Decimal191109171
Binary10111111110110110101011
Octal277155253

Shades and tints

Shades of #BF6DAB

#BF6DAB
(191,109,171)
#AE649C
(174,100,156)
#9D5B8D
(157,91,141)
#8C527E
(140,82,126)
#7B496F
(123,73,111)
#6A4060
(106,64,96)
#593751
(89,55,81)
#482E42
(72,46,66)
#372533
(55,37,51)
#261C24
(38,28,36)
#151315
(21,19,21)
#000000
(0,0,0)

Tints of #BF6DAB

#BF6DAB
(191,109,171)
#C47AB2
(196,122,178)
#C987B9
(201,135,185)
#CE94C0
(206,148,192)
#D3A1C7
(211,161,199)
#D8AECE
(216,174,206)
#DDBBD5
(221,187,213)
#E2C8DC
(226,200,220)
#E7D5E3
(231,213,227)
#ECE2EA
(236,226,234)
#F1EFF1
(241,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BF6DAB color. Also use rgb(191,109,171) instead hex code.

Text Font Color

.myTextColor { color: #BF6DAB; }

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

This text font color is #BF6DAB.


Background Color

.myBgColor { background-color: #BF6DAB; }

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

This div background color is #BF6DAB.


Border color

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

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

This div border color is #BF6DAB.


Opacity

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

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

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

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

This text has shadow with #BF6DAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF6DAB on black background.


Color preview on white background

This text has color #BF6DAB on white background.



Black color preview on #BF6DAB background

This text has black color on #BF6DAB background.


White color preview on #BF6DAB background

This text has white color on #BF6DAB background.