COLOR #BF968D

HEX: #BF968D
RGB: (191,150,141)

Color info

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

RGB color model

#BF968D color RGB value is (191,150,141).

  • red value is 191;
  • green value is 150;
  • blue value is 141.
RGB:
(191,150,141)
(75%,59%,55%)

RGB channels and saturation

R 191 of 255 = 75%
G 150 of 255 = 59%
B 141 of 255 = 55%

191
150
141

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

Portions of RGB colors in percentages

R + G + B =
191 + 150 + 141 = 482 (100%)
R 191 of 482 ~ 39.63%
G 150 of 482 ~ 31.12%
B 141 of 482 ~ 29.25%

%39.63
%31.12
%29.25

CMYK color model

#BF968D color CMYK value is (0,21,26,25).

  • cyan value is 0.00%
  • magenta value is 21.47%
  • yellow value is 26.18%
  • key color value is 25.10%
CMYK:
(0,21,26,25)
C0M21Y26K25 
(0%,21%,26%,25%)
(0.00/0.21/0.26/0.25)	

CMYK percentages

%0
%21.47
%26.18
%25.1

Codes

Color #BF968D in popluar color models

BF968D
RGB191150141
HSL11°28.09%65.10%
HSB/HSV11°26.18%74.90%
CMYK0.00%21.47%26.18%
25.10%

Color #BF968D in popluar number systems.

HEXBF968D
Decimal191150141
Binary101111111001011010001101
Octal277226215

Shades and tints

Shades of #BF968D

#BF968D
(191,150,141)
#AE8981
(174,137,129)
#9D7C75
(157,124,117)
#8C6F69
(140,111,105)
#7B625D
(123,98,93)
#6A5551
(106,85,81)
#594845
(89,72,69)
#483B39
(72,59,57)
#372E2D
(55,46,45)
#262121
(38,33,33)
#151415
(21,20,21)
#000000
(0,0,0)

Tints of #BF968D

#BF968D
(191,150,141)
#C49F97
(196,159,151)
#C9A8A1
(201,168,161)
#CEB1AB
(206,177,171)
#D3BAB5
(211,186,181)
#D8C3BF
(216,195,191)
#DDCCC9
(221,204,201)
#E2D5D3
(226,213,211)
#E7DEDD
(231,222,221)
#ECE7E7
(236,231,231)
#F1F0F1
(241,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BF968D color. Also use rgb(191,150,141) instead hex code.

Text Font Color

.myTextColor { color: #BF968D; }

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

This text font color is #BF968D.


Background Color

.myBgColor { background-color: #BF968D; }

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

This div background color is #BF968D.


Border color

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

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

This div border color is #BF968D.


Opacity

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

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

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

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

This text has shadow with #BF968D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BF968D on black background.


Color preview on white background

This text has color #BF968D on white background.



Black color preview on #BF968D background

This text has black color on #BF968D background.


White color preview on #BF968D background

This text has white color on #BF968D background.