COLOR #BFBBB9

HEX: #BFBBB9
RGB: (191,187,185)

Color info

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

RGB color model

#BFBBB9 color RGB value is (191,187,185).

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

RGB channels and saturation

R 191 of 255 = 75%
G 187 of 255 = 73%
B 185 of 255 = 73%

191
187
185

R + G + B ~ 74%. #BFBBB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 187 + 185 = 563 (100%)
R 191 of 563 ~ 33.93%
G 187 of 563 ~ 33.21%
B 185 of 563 ~ 32.86%

%33.93
%33.21
%32.86

CMYK color model

#BFBBB9 color CMYK value is (0,2,3,25).

  • cyan value is 0.00%
  • magenta value is 2.09%
  • yellow value is 3.14%
  • key color value is 25.10%
CMYK:
(0,2,3,25)
C0M2Y3K25 
(0%,2%,3%,25%)
(0.00/0.02/0.03/0.25)	

CMYK percentages

%0
%2.09
%3.14
%25.1

Codes

Color #BFBBB9 in popluar color models

BFBBB9
RGB191187185
HSL20°4.48%73.73%
HSB/HSV20°3.14%74.90%
CMYK0.00%2.09%3.14%
25.10%

Color #BFBBB9 in popluar number systems.

HEXBFBBB9
Decimal191187185
Binary101111111011101110111001
Octal277273271

Shades and tints

Shades of #BFBBB9

#BFBBB9
(191,187,185)
#AEAAA9
(174,170,169)
#9D9999
(157,153,153)
#8C8889
(140,136,137)
#7B7779
(123,119,121)
#6A6669
(106,102,105)
#595559
(89,85,89)
#484449
(72,68,73)
#373339
(55,51,57)
#262229
(38,34,41)
#151119
(21,17,25)
#000000
(0,0,0)

Tints of #BFBBB9

#BFBBB9
(191,187,185)
#C4C1BF
(196,193,191)
#C9C7C5
(201,199,197)
#CECDCB
(206,205,203)
#D3D3D1
(211,211,209)
#D8D9D7
(216,217,215)
#DDDFDD
(221,223,221)
#E2E5E3
(226,229,227)
#E7EBE9
(231,235,233)
#ECF1EF
(236,241,239)
#F1F7F5
(241,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFBBB9; }

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

This text font color is #BFBBB9.


Background Color

.myBgColor { background-color: #BFBBB9; }

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

This div background color is #BFBBB9.


Border color

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

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

This div border color is #BFBBB9.


Opacity

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

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

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

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

This text has shadow with #BFBBB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFBBB9 on black background.


Color preview on white background

This text has color #BFBBB9 on white background.



Black color preview on #BFBBB9 background

This text has black color on #BFBBB9 background.


White color preview on #BFBBB9 background

This text has white color on #BFBBB9 background.