COLOR #BFB7B9

HEX: #BFB7B9
RGB: (191,183,185)

Color info

#BFB7B9 contains red, green and blue colors in about the same proportion. Web safe color of #BFB7B9 is #CCCCCC (or #CCC).

RGB color model

#BFB7B9 color RGB value is (191,183,185).

  • red value is 191;
  • green value is 183;
  • blue value is 185.
RGB:
(191,183,185)
(75%,72%,73%)

RGB channels and saturation

R 191 of 255 = 75%
G 183 of 255 = 72%
B 185 of 255 = 73%

191
183
185

R + G + B ~ 73%. #BFB7B9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 183 + 185 = 559 (100%)
R 191 of 559 ~ 34.17%
G 183 of 559 ~ 32.74%
B 185 of 559 ~ 33.09%

%34.17
%32.74
%33.09

CMYK color model

#BFB7B9 color CMYK value is (0,4,3,25).

  • cyan value is 0.00%
  • magenta value is 4.19%
  • yellow value is 3.14%
  • key color value is 25.10%
CMYK:
(0,4,3,25)
C0M4Y3K25 
(0%,4%,3%,25%)
(0.00/0.04/0.03/0.25)	

CMYK percentages

%0
%4.19
%3.14
%25.1

Codes

Color #BFB7B9 in popluar color models

BFB7B9
RGB191183185
HSL345°5.88%73.33%
HSB/HSV345°4.19%74.90%
CMYK0.00%4.19%3.14%
25.10%

Color #BFB7B9 in popluar number systems.

HEXBFB7B9
Decimal191183185
Binary101111111011011110111001
Octal277267271

Shades and tints

Shades of #BFB7B9

#BFB7B9
(191,183,185)
#AEA7A9
(174,167,169)
#9D9799
(157,151,153)
#8C8789
(140,135,137)
#7B7779
(123,119,121)
#6A6769
(106,103,105)
#595759
(89,87,89)
#484749
(72,71,73)
#373739
(55,55,57)
#262729
(38,39,41)
#151719
(21,23,25)
#000000
(0,0,0)

Tints of #BFB7B9

#BFB7B9
(191,183,185)
#C4BDBF
(196,189,191)
#C9C3C5
(201,195,197)
#CEC9CB
(206,201,203)
#D3CFD1
(211,207,209)
#D8D5D7
(216,213,215)
#DDDBDD
(221,219,221)
#E2E1E3
(226,225,227)
#E7E7E9
(231,231,233)
#ECEDEF
(236,237,239)
#F1F3F5
(241,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFB7B9 color. Also use rgb(191,183,185) instead hex code.

Text Font Color

.myTextColor { color: #BFB7B9; }

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

This text font color is #BFB7B9.


Background Color

.myBgColor { background-color: #BFB7B9; }

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

This div background color is #BFB7B9.


Border color

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

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

This div border color is #BFB7B9.


Opacity

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

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

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

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

This text has shadow with #BFB7B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFB7B9 on black background.


Color preview on white background

This text has color #BFB7B9 on white background.



Black color preview on #BFB7B9 background

This text has black color on #BFB7B9 background.


White color preview on #BFB7B9 background

This text has white color on #BFB7B9 background.