COLOR #BF8997

HEX: #BF8997
RGB: (191,137,151)

Color info

#BF8997 contains red, green and blue colors in about the same proportion. Web safe color of #BF8997 is #CC9999 (or #C99).

RGB color model

#BF8997 color RGB value is (191,137,151).

  • red value is 191;
  • green value is 137;
  • blue value is 151.
RGB:
(191,137,151)
(75%,54%,59%)

RGB channels and saturation

R 191 of 255 = 75%
G 137 of 255 = 54%
B 151 of 255 = 59%

191
137
151

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

Portions of RGB colors in percentages

R + G + B =
191 + 137 + 151 = 479 (100%)
R 191 of 479 ~ 39.87%
G 137 of 479 ~ 28.6%
B 151 of 479 ~ 31.52%

%39.87
%28.6
%31.52

CMYK color model

#BF8997 color CMYK value is (0,28,21,25).

  • cyan value is 0.00%
  • magenta value is 28.27%
  • yellow value is 20.94%
  • key color value is 25.10%
CMYK:
(0,28,21,25)
C0M28Y21K25 
(0%,28%,21%,25%)
(0.00/0.28/0.21/0.25)	

CMYK percentages

%0
%28.27
%20.94
%25.1

Codes

Color #BF8997 in popluar color models

BF8997
RGB191137151
HSL344°29.67%64.31%
HSB/HSV344°28.27%74.90%
CMYK0.00%28.27%20.94%
25.10%

Color #BF8997 in popluar number systems.

HEXBF8997
Decimal191137151
Binary101111111000100110010111
Octal277211227

Shades and tints

Shades of #BF8997

#BF8997
(191,137,151)
#AE7D8A
(174,125,138)
#9D717D
(157,113,125)
#8C6570
(140,101,112)
#7B5963
(123,89,99)
#6A4D56
(106,77,86)
#594149
(89,65,73)
#48353C
(72,53,60)
#37292F
(55,41,47)
#261D22
(38,29,34)
#151115
(21,17,21)
#000000
(0,0,0)

Tints of #BF8997

#BF8997
(191,137,151)
#C493A0
(196,147,160)
#C99DA9
(201,157,169)
#CEA7B2
(206,167,178)
#D3B1BB
(211,177,187)
#D8BBC4
(216,187,196)
#DDC5CD
(221,197,205)
#E2CFD6
(226,207,214)
#E7D9DF
(231,217,223)
#ECE3E8
(236,227,232)
#F1EDF1
(241,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BF8997 color. Also use rgb(191,137,151) instead hex code.

Text Font Color

.myTextColor { color: #BF8997; }

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

This text font color is #BF8997.


Background Color

.myBgColor { background-color: #BF8997; }

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

This div background color is #BF8997.


Border color

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

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

This div border color is #BF8997.


Opacity

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

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

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

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

This text has shadow with #BF8997 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF8997 on black background.


Color preview on white background

This text has color #BF8997 on white background.



Black color preview on #BF8997 background

This text has black color on #BF8997 background.


White color preview on #BF8997 background

This text has white color on #BF8997 background.