COLOR #BF7D9E

HEX: #BF7D9E
RGB: (191,125,158)

Color info

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

RGB color model

#BF7D9E color RGB value is (191,125,158).

  • red value is 191;
  • green value is 125;
  • blue value is 158.
RGB:
(191,125,158)
(75%,49%,62%)

RGB channels and saturation

R 191 of 255 = 75%
G 125 of 255 = 49%
B 158 of 255 = 62%

191
125
158

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

Portions of RGB colors in percentages

R + G + B =
191 + 125 + 158 = 474 (100%)
R 191 of 474 ~ 40.3%
G 125 of 474 ~ 26.37%
B 158 of 474 ~ 33.33%

%40.3
%26.37
%33.33

CMYK color model

#BF7D9E color CMYK value is (0,35,17,25).

  • cyan value is 0.00%
  • magenta value is 34.55%
  • yellow value is 17.28%
  • key color value is 25.10%
CMYK:
(0,35,17,25)
C0M35Y17K25 
(0%,35%,17%,25%)
(0.00/0.35/0.17/0.25)	

CMYK percentages

%0
%34.55
%17.28
%25.1

Codes

Color #BF7D9E in popluar color models

BF7D9E
RGB191125158
HSL330°34.02%61.96%
HSB/HSV330°34.55%74.90%
CMYK0.00%34.55%17.28%
25.10%

Color #BF7D9E in popluar number systems.

HEXBF7D9E
Decimal191125158
Binary10111111111110110011110
Octal277175236

Shades and tints

Shades of #BF7D9E

#BF7D9E
(191,125,158)
#AE7290
(174,114,144)
#9D6782
(157,103,130)
#8C5C74
(140,92,116)
#7B5166
(123,81,102)
#6A4658
(106,70,88)
#593B4A
(89,59,74)
#48303C
(72,48,60)
#37252E
(55,37,46)
#261A20
(38,26,32)
#150F12
(21,15,18)
#000000
(0,0,0)

Tints of #BF7D9E

#BF7D9E
(191,125,158)
#C488A6
(196,136,166)
#C993AE
(201,147,174)
#CE9EB6
(206,158,182)
#D3A9BE
(211,169,190)
#D8B4C6
(216,180,198)
#DDBFCE
(221,191,206)
#E2CAD6
(226,202,214)
#E7D5DE
(231,213,222)
#ECE0E6
(236,224,230)
#F1EBEE
(241,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BF7D9E color. Also use rgb(191,125,158) instead hex code.

Text Font Color

.myTextColor { color: #BF7D9E; }

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

This text font color is #BF7D9E.


Background Color

.myBgColor { background-color: #BF7D9E; }

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

This div background color is #BF7D9E.


Border color

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

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

This div border color is #BF7D9E.


Opacity

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

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

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

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

This text has shadow with #BF7D9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF7D9E on black background.


Color preview on white background

This text has color #BF7D9E on white background.



Black color preview on #BF7D9E background

This text has black color on #BF7D9E background.


White color preview on #BF7D9E background

This text has white color on #BF7D9E background.