COLOR #BF7E9E

HEX: #BF7E9E RGB: (191,126,158)

Color info

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

RGB color model

#BF7E9E color RGB value is (191,126,158).

RGB: (191,126,158) (75%, 49%, 62%)

RGB channels and saturation

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

191
126
158

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

Portions of RGB colors in percentages

R + G + B = 191 + 126 + 158 = 475 (100%)
R 191 of 475 ~ 40.21%
G 126 of 475 ~ 26.53%
B 158 of 475 ~ 33.26'%

%40.21
%26.53
%33.26

CMYK color model

#BF7E9E color CMYK value is (0,34,17,25).

  • cyan value is 0.00%
  • magenta value is 34.03%
  • yellow value is 17.28%
  • key color value is 25.10%

CMYK: (0,34,17,25)
C0M34Y17K25 (0%, 34%, 17%, 25%)
(0.00 / 0.34 / 0.17 / 0.25)

CMYK percentages

%0
%34.03
%17.28
%25.1

Codes

Color #BF7E9E in popluar color models

BF 7E 9E
RGB 191 126 158
HSL 330° 33.68% 62.16%
HSB/HSV 330° 34.03% 74.90%
CMYK 0.00% 34.03% 17.28%
25.10%

Color #BF7E9E in popluar number systems.

HEX BF 7E 9E
Decimal 191 126 158
Binary 10111111 1111110 10011110
Octal 277 176 236

Shades and tints

Shades of #BF7E9E

#BF7E9E
(191,126,158)
#AE7390
(174,115,144)
#9D6882
(157,104,130)
#8C5D74
(140,93,116)
#7B5266
(123,82,102)
#6A4758
(106,71,88)
#593C4A
(89,60,74)
#48313C
(72,49,60)
#37262E
(55,38,46)
#261B20
(38,27,32)
#151012
(21,16,18)
#000000
(0,0,0)

Tints of #BF7E9E

#BF7E9E
(191,126,158)
#C489A6
(196,137,166)
#C994AE
(201,148,174)
#CE9FB6
(206,159,182)
#D3AABE
(211,170,190)
#D8B5C6
(216,181,198)
#DDC0CE
(221,192,206)
#E2CBD6
(226,203,214)
#E7D6DE
(231,214,222)
#ECE1E6
(236,225,230)
#F1ECEE
(241,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BF7E9E; }

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

This text font color is #BF7E9E.

Background Color

.myBgColor { background-color: #BF7E9E; }

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

This div background color is #BF7E9E.

Border color

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

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

This div border color is #BF7E9E.

Opacity

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

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

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

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

This text has shadow with #BF7E9E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BF7E9E.

Preview

Color preview on black background

This text has color #BF7E9E on black background.


Color preview on white background

This text has color #BF7E9E on white background.


Black color preview on #BF7E9E background

This text has black color on #BF7E9E background.


White color preview on #BF7E9E background

This text has white color on #BF7E9E background.


Related colors

Complementary color

Complementary color for #hex is #408161.


I love getcolorcode.com

Triadic colors

1 #9EBF7E and #7E9EBF with #BF7E9E are triadic colors.

2 #9E7EBF and #7EBF9E with #BF7E9E are triadic colors.