COLOR #BF7FAD

HEX: #BF7FAD
RGB: (191,127,173)

Color info

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

RGB color model

#BF7FAD color RGB value is (191,127,173).

  • red value is 191;
  • green value is 127;
  • blue value is 173.
RGB:
(191,127,173)
(75%,50%,68%)

RGB channels and saturation

R 191 of 255 = 75%
G 127 of 255 = 50%
B 173 of 255 = 68%

191
127
173

R + G + B ~ 64%. #BF7FAD is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 127 + 173 = 491 (100%)
R 191 of 491 ~ 38.9%
G 127 of 491 ~ 25.87%
B 173 of 491 ~ 35.23%

%38.9
%25.87
%35.23

CMYK color model

#BF7FAD color CMYK value is (0,34,9,25).

  • cyan value is 0.00%
  • magenta value is 33.51%
  • yellow value is 9.42%
  • key color value is 25.10%
CMYK:
(0,34,9,25)
C0M34Y9K25 
(0%,34%,9%,25%)
(0.00/0.34/0.09/0.25)	

CMYK percentages

%0
%33.51
%9.42
%25.1

Codes

Color #BF7FAD in popluar color models

BF7FAD
RGB191127173
HSL317°33.33%62.35%
HSB/HSV317°33.51%74.90%
CMYK0.00%33.51%9.42%
25.10%

Color #BF7FAD in popluar number systems.

HEXBF7FAD
Decimal191127173
Binary10111111111111110101101
Octal277177255

Shades and tints

Shades of #BF7FAD

#BF7FAD
(191,127,173)
#AE749E
(174,116,158)
#9D698F
(157,105,143)
#8C5E80
(140,94,128)
#7B5371
(123,83,113)
#6A4862
(106,72,98)
#593D53
(89,61,83)
#483244
(72,50,68)
#372735
(55,39,53)
#261C26
(38,28,38)
#151117
(21,17,23)
#000000
(0,0,0)

Tints of #BF7FAD

#BF7FAD
(191,127,173)
#C48AB4
(196,138,180)
#C995BB
(201,149,187)
#CEA0C2
(206,160,194)
#D3ABC9
(211,171,201)
#D8B6D0
(216,182,208)
#DDC1D7
(221,193,215)
#E2CCDE
(226,204,222)
#E7D7E5
(231,215,229)
#ECE2EC
(236,226,236)
#F1EDF3
(241,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BF7FAD color. Also use rgb(191,127,173) instead hex code.

Text Font Color

.myTextColor { color: #BF7FAD; }

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

This text font color is #BF7FAD.


Background Color

.myBgColor { background-color: #BF7FAD; }

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

This div background color is #BF7FAD.


Border color

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

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

This div border color is #BF7FAD.


Opacity

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

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

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

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

This text has shadow with #BF7FAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF7FAD on black background.


Color preview on white background

This text has color #BF7FAD on white background.



Black color preview on #BF7FAD background

This text has black color on #BF7FAD background.


White color preview on #BF7FAD background

This text has white color on #BF7FAD background.