COLOR #BF7BAA

HEX: #BF7BAA
RGB: (191,123,170)

Color info

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

RGB color model

#BF7BAA color RGB value is (191,123,170).

  • red value is 191;
  • green value is 123;
  • blue value is 170.
RGB:
(191,123,170)
(75%,48%,67%)

RGB channels and saturation

R 191 of 255 = 75%
G 123 of 255 = 48%
B 170 of 255 = 67%

191
123
170

R + G + B ~ 63%. #BF7BAA is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 123 + 170 = 484 (100%)
R 191 of 484 ~ 39.46%
G 123 of 484 ~ 25.41%
B 170 of 484 ~ 35.12%

%39.46
%25.41
%35.12

CMYK color model

#BF7BAA color CMYK value is (0,36,11,25).

  • cyan value is 0.00%
  • magenta value is 35.60%
  • yellow value is 10.99%
  • key color value is 25.10%
CMYK:
(0,36,11,25)
C0M36Y11K25 
(0%,36%,11%,25%)
(0.00/0.36/0.11/0.25)	

CMYK percentages

%0
%35.6
%10.99
%25.1

Codes

Color #BF7BAA in popluar color models

BF7BAA
RGB191123170
HSL319°34.69%61.57%
HSB/HSV319°35.60%74.90%
CMYK0.00%35.60%10.99%
25.10%

Color #BF7BAA in popluar number systems.

HEXBF7BAA
Decimal191123170
Binary10111111111101110101010
Octal277173252

Shades and tints

Shades of #BF7BAA

#BF7BAA
(191,123,170)
#AE709B
(174,112,155)
#9D658C
(157,101,140)
#8C5A7D
(140,90,125)
#7B4F6E
(123,79,110)
#6A445F
(106,68,95)
#593950
(89,57,80)
#482E41
(72,46,65)
#372332
(55,35,50)
#261823
(38,24,35)
#150D14
(21,13,20)
#000000
(0,0,0)

Tints of #BF7BAA

#BF7BAA
(191,123,170)
#C487B1
(196,135,177)
#C993B8
(201,147,184)
#CE9FBF
(206,159,191)
#D3ABC6
(211,171,198)
#D8B7CD
(216,183,205)
#DDC3D4
(221,195,212)
#E2CFDB
(226,207,219)
#E7DBE2
(231,219,226)
#ECE7E9
(236,231,233)
#F1F3F0
(241,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BF7BAA color. Also use rgb(191,123,170) instead hex code.

Text Font Color

.myTextColor { color: #BF7BAA; }

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

This text font color is #BF7BAA.


Background Color

.myBgColor { background-color: #BF7BAA; }

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

This div background color is #BF7BAA.


Border color

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

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

This div border color is #BF7BAA.


Opacity

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

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

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

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

This text has shadow with #BF7BAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF7BAA on black background.


Color preview on white background

This text has color #BF7BAA on white background.



Black color preview on #BF7BAA background

This text has black color on #BF7BAA background.


White color preview on #BF7BAA background

This text has white color on #BF7BAA background.