COLOR #BFC6B7

HEX: #BFC6B7
RGB: (191,198,183)

Color info

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

RGB color model

#BFC6B7 color RGB value is (191,198,183).

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

RGB channels and saturation

R 191 of 255 = 75%
G 198 of 255 = 78%
B 183 of 255 = 72%

191
198
183

R + G + B ~ 75%. #BFC6B7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 198 + 183 = 572 (100%)
R 191 of 572 ~ 33.39%
G 198 of 572 ~ 34.62%
B 183 of 572 ~ 31.99%

%33.39
%34.62
%31.99

CMYK color model

#BFC6B7 color CMYK value is (4,0,8,22).

  • cyan value is 3.54%
  • magenta value is 0.00%
  • yellow value is 7.58%
  • key color value is 22.35%
CMYK:
(4,0,8,22)
C4M0Y8K22 
(4%,0%,8%,22%)
(0.04/0.00/0.08/0.22)	

CMYK percentages

%3.54
%0
%7.58
%22.35

Codes

Color #BFC6B7 in popluar color models

BFC6B7
RGB191198183
HSL88°11.63%74.71%
HSB/HSV88°7.58%77.65%
CMYK3.54%0.00%7.58%
22.35%

Color #BFC6B7 in popluar number systems.

HEXBFC6B7
Decimal191198183
Binary101111111100011010110111
Octal277306267

Shades and tints

Shades of #BFC6B7

#BFC6B7
(191,198,183)
#AEB4A7
(174,180,167)
#9DA297
(157,162,151)
#8C9087
(140,144,135)
#7B7E77
(123,126,119)
#6A6C67
(106,108,103)
#595A57
(89,90,87)
#484847
(72,72,71)
#373637
(55,54,55)
#262427
(38,36,39)
#151217
(21,18,23)
#000000
(0,0,0)

Tints of #BFC6B7

#BFC6B7
(191,198,183)
#C4CBBD
(196,203,189)
#C9D0C3
(201,208,195)
#CED5C9
(206,213,201)
#D3DACF
(211,218,207)
#D8DFD5
(216,223,213)
#DDE4DB
(221,228,219)
#E2E9E1
(226,233,225)
#E7EEE7
(231,238,231)
#ECF3ED
(236,243,237)
#F1F8F3
(241,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFC6B7; }

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

This text font color is #BFC6B7.


Background Color

.myBgColor { background-color: #BFC6B7; }

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

This div background color is #BFC6B7.


Border color

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

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

This div border color is #BFC6B7.


Opacity

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

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

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

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

This text has shadow with #BFC6B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFC6B7 on black background.


Color preview on white background

This text has color #BFC6B7 on white background.



Black color preview on #BFC6B7 background

This text has black color on #BFC6B7 background.


White color preview on #BFC6B7 background

This text has white color on #BFC6B7 background.