COLOR #BFC0B0

HEX: #BFC0B0
RGB: (191,192,176)

Color info

#BFC0B0 contains red, green and blue colors in about the same proportion. Web safe color of #BFC0B0 is #CCCC99 (or #CC9).

RGB color model

#BFC0B0 color RGB value is (191,192,176).

  • red value is 191;
  • green value is 192;
  • blue value is 176.
RGB:
(191,192,176)
(75%,75%,69%)

RGB channels and saturation

R 191 of 255 = 75%
G 192 of 255 = 75%
B 176 of 255 = 69%

191
192
176

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

Portions of RGB colors in percentages

R + G + B =
191 + 192 + 176 = 559 (100%)
R 191 of 559 ~ 34.17%
G 192 of 559 ~ 34.35%
B 176 of 559 ~ 31.48%

%34.17
%34.35
%31.48

CMYK color model

#BFC0B0 color CMYK value is (1,0,8,25).

  • cyan value is 0.52%
  • magenta value is 0.00%
  • yellow value is 8.33%
  • key color value is 24.71%
CMYK:
(1,0,8,25)
C1M0Y8K25 
(1%,0%,8%,25%)
(0.01/0.00/0.08/0.25)	

CMYK percentages

%0.52
%0
%8.33
%24.71

Codes

Color #BFC0B0 in popluar color models

BFC0B0
RGB191192176
HSL64°11.27%72.16%
HSB/HSV64°8.33%75.29%
CMYK0.52%0.00%8.33%
24.71%

Color #BFC0B0 in popluar number systems.

HEXBFC0B0
Decimal191192176
Binary101111111100000010110000
Octal277300260

Shades and tints

Shades of #BFC0B0

#BFC0B0
(191,192,176)
#AEAFA0
(174,175,160)
#9D9E90
(157,158,144)
#8C8D80
(140,141,128)
#7B7C70
(123,124,112)
#6A6B60
(106,107,96)
#595A50
(89,90,80)
#484940
(72,73,64)
#373830
(55,56,48)
#262720
(38,39,32)
#151610
(21,22,16)
#000000
(0,0,0)

Tints of #BFC0B0

#BFC0B0
(191,192,176)
#C4C5B7
(196,197,183)
#C9CABE
(201,202,190)
#CECFC5
(206,207,197)
#D3D4CC
(211,212,204)
#D8D9D3
(216,217,211)
#DDDEDA
(221,222,218)
#E2E3E1
(226,227,225)
#E7E8E8
(231,232,232)
#ECEDEF
(236,237,239)
#F1F2F6
(241,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFC0B0 color. Also use rgb(191,192,176) instead hex code.

Text Font Color

.myTextColor { color: #BFC0B0; }

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

This text font color is #BFC0B0.


Background Color

.myBgColor { background-color: #BFC0B0; }

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

This div background color is #BFC0B0.


Border color

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

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

This div border color is #BFC0B0.


Opacity

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

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

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

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

This text has shadow with #BFC0B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFC0B0 on black background.


Color preview on white background

This text has color #BFC0B0 on white background.



Black color preview on #BFC0B0 background

This text has black color on #BFC0B0 background.


White color preview on #BFC0B0 background

This text has white color on #BFC0B0 background.