COLOR #BF989D

HEX: #BF989D
RGB: (191,152,157)

Color info

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

RGB color model

#BF989D color RGB value is (191,152,157).

  • red value is 191;
  • green value is 152;
  • blue value is 157.
RGB:
(191,152,157)
(75%,60%,62%)

RGB channels and saturation

R 191 of 255 = 75%
G 152 of 255 = 60%
B 157 of 255 = 62%

191
152
157

R + G + B ~ 66%. #BF989D is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 152 + 157 = 500 (100%)
R 191 of 500 ~ 38.2%
G 152 of 500 ~ 30.4%
B 157 of 500 ~ 31.4%

%38.2
%30.4
%31.4

CMYK color model

#BF989D color CMYK value is (0,20,18,25).

  • cyan value is 0.00%
  • magenta value is 20.42%
  • yellow value is 17.80%
  • key color value is 25.10%
CMYK:
(0,20,18,25)
C0M20Y18K25 
(0%,20%,18%,25%)
(0.00/0.20/0.18/0.25)	

CMYK percentages

%0
%20.42
%17.8
%25.1

Codes

Color #BF989D in popluar color models

BF989D
RGB191152157
HSL352°23.35%67.25%
HSB/HSV352°20.42%74.90%
CMYK0.00%20.42%17.80%
25.10%

Color #BF989D in popluar number systems.

HEXBF989D
Decimal191152157
Binary101111111001100010011101
Octal277230235

Shades and tints

Shades of #BF989D

#BF989D
(191,152,157)
#AE8B8F
(174,139,143)
#9D7E81
(157,126,129)
#8C7173
(140,113,115)
#7B6465
(123,100,101)
#6A5757
(106,87,87)
#594A49
(89,74,73)
#483D3B
(72,61,59)
#37302D
(55,48,45)
#26231F
(38,35,31)
#151611
(21,22,17)
#000000
(0,0,0)

Tints of #BF989D

#BF989D
(191,152,157)
#C4A1A5
(196,161,165)
#C9AAAD
(201,170,173)
#CEB3B5
(206,179,181)
#D3BCBD
(211,188,189)
#D8C5C5
(216,197,197)
#DDCECD
(221,206,205)
#E2D7D5
(226,215,213)
#E7E0DD
(231,224,221)
#ECE9E5
(236,233,229)
#F1F2ED
(241,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BF989D color. Also use rgb(191,152,157) instead hex code.

Text Font Color

.myTextColor { color: #BF989D; }

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

This text font color is #BF989D.


Background Color

.myBgColor { background-color: #BF989D; }

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

This div background color is #BF989D.


Border color

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

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

This div border color is #BF989D.


Opacity

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

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

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

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

This text has shadow with #BF989D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF989D on black background.


Color preview on white background

This text has color #BF989D on white background.



Black color preview on #BF989D background

This text has black color on #BF989D background.


White color preview on #BF989D background

This text has white color on #BF989D background.