COLOR #BF7EA3

HEX: #BF7EA3
RGB: (191,126,163)

Color info

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

RGB color model

#BF7EA3 color RGB value is (191,126,163).

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

RGB channels and saturation

R 191 of 255 = 75%
G 126 of 255 = 49%
B 163 of 255 = 64%

191
126
163

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

Portions of RGB colors in percentages

R + G + B =
191 + 126 + 163 = 480 (100%)
R 191 of 480 ~ 39.79%
G 126 of 480 ~ 26.25%
B 163 of 480 ~ 33.96%

%39.79
%26.25
%33.96

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 34.03%
  • yellow value is 14.66%
  • key color value is 25.10%
CMYK:
(0,34,15,25)
C0M34Y15K25 
(0%,34%,15%,25%)
(0.00/0.34/0.15/0.25)	

CMYK percentages

%0
%34.03
%14.66
%25.1

Codes

Color #BF7EA3 in popluar color models

BF7EA3
RGB191126163
HSL326°33.68%62.16%
HSB/HSV326°34.03%74.90%
CMYK0.00%34.03%14.66%
25.10%

Color #BF7EA3 in popluar number systems.

HEXBF7EA3
Decimal191126163
Binary10111111111111010100011
Octal277176243

Shades and tints

Shades of #BF7EA3

#BF7EA3
(191,126,163)
#AE7395
(174,115,149)
#9D6887
(157,104,135)
#8C5D79
(140,93,121)
#7B526B
(123,82,107)
#6A475D
(106,71,93)
#593C4F
(89,60,79)
#483141
(72,49,65)
#372633
(55,38,51)
#261B25
(38,27,37)
#151017
(21,16,23)
#000000
(0,0,0)

Tints of #BF7EA3

#BF7EA3
(191,126,163)
#C489AB
(196,137,171)
#C994B3
(201,148,179)
#CE9FBB
(206,159,187)
#D3AAC3
(211,170,195)
#D8B5CB
(216,181,203)
#DDC0D3
(221,192,211)
#E2CBDB
(226,203,219)
#E7D6E3
(231,214,227)
#ECE1EB
(236,225,235)
#F1ECF3
(241,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BF7EA3; }

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

This text font color is #BF7EA3.


Background Color

.myBgColor { background-color: #BF7EA3; }

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

This div background color is #BF7EA3.


Border color

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

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

This div border color is #BF7EA3.


Opacity

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

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

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

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

This text has shadow with #BF7EA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF7EA3 on black background.


Color preview on white background

This text has color #BF7EA3 on white background.



Black color preview on #BF7EA3 background

This text has black color on #BF7EA3 background.


White color preview on #BF7EA3 background

This text has white color on #BF7EA3 background.