COLOR #BF7E90

HEX: #BF7E90
RGB: (191,126,144)

Color info

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

RGB color model

#BF7E90 color RGB value is (191,126,144).

  • red value is 191;
  • green value is 126;
  • blue value is 144.
RGB:
(191,126,144)
(75%,49%,56%)

RGB channels and saturation

R 191 of 255 = 75%
G 126 of 255 = 49%
B 144 of 255 = 56%

191
126
144

R + G + B ~ 60%. #BF7E90 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
191 + 126 + 144 = 461 (100%)
R 191 of 461 ~ 41.43%
G 126 of 461 ~ 27.33%
B 144 of 461 ~ 31.24%

%41.43
%27.33
%31.24

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 34.03%
  • yellow value is 24.61%
  • key color value is 25.10%
CMYK:
(0,34,25,25)
C0M34Y25K25 
(0%,34%,25%,25%)
(0.00/0.34/0.25/0.25)	

CMYK percentages

%0
%34.03
%24.61
%25.1

Codes

Color #BF7E90 in popluar color models

BF7E90
RGB191126144
HSL343°33.68%62.16%
HSB/HSV343°34.03%74.90%
CMYK0.00%34.03%24.61%
25.10%

Color #BF7E90 in popluar number systems.

HEXBF7E90
Decimal191126144
Binary10111111111111010010000
Octal277176220

Shades and tints

Shades of #BF7E90

#BF7E90
(191,126,144)
#AE7383
(174,115,131)
#9D6876
(157,104,118)
#8C5D69
(140,93,105)
#7B525C
(123,82,92)
#6A474F
(106,71,79)
#593C42
(89,60,66)
#483135
(72,49,53)
#372628
(55,38,40)
#261B1B
(38,27,27)
#15100E
(21,16,14)
#000000
(0,0,0)

Tints of #BF7E90

#BF7E90
(191,126,144)
#C4899A
(196,137,154)
#C994A4
(201,148,164)
#CE9FAE
(206,159,174)
#D3AAB8
(211,170,184)
#D8B5C2
(216,181,194)
#DDC0CC
(221,192,204)
#E2CBD6
(226,203,214)
#E7D6E0
(231,214,224)
#ECE1EA
(236,225,234)
#F1ECF4
(241,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BF7E90; }

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

This text font color is #BF7E90.


Background Color

.myBgColor { background-color: #BF7E90; }

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

This div background color is #BF7E90.


Border color

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

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

This div border color is #BF7E90.


Opacity

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

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

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

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

This text has shadow with #BF7E90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF7E90 on black background.


Color preview on white background

This text has color #BF7E90 on white background.



Black color preview on #BF7E90 background

This text has black color on #BF7E90 background.


White color preview on #BF7E90 background

This text has white color on #BF7E90 background.