COLOR #BFC3C1

HEX: #BFC3C1
RGB: (191,195,193)

Color info

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

RGB color model

#BFC3C1 color RGB value is (191,195,193).

  • red value is 191;
  • green value is 195;
  • blue value is 193.
RGB:
(191,195,193)
(75%,76%,76%)

RGB channels and saturation

R 191 of 255 = 75%
G 195 of 255 = 76%
B 193 of 255 = 76%

191
195
193

R + G + B ~ 76%. #BFC3C1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 195 + 193 = 579 (100%)
R 191 of 579 ~ 32.99%
G 195 of 579 ~ 33.68%
B 193 of 579 ~ 33.33%

%32.99
%33.68
%33.33

CMYK color model

#BFC3C1 color CMYK value is (2,0,1,24).

  • cyan value is 2.05%
  • magenta value is 0.00%
  • yellow value is 1.03%
  • key color value is 23.53%
CMYK:
(2,0,1,24)
C2M0Y1K24 
(2%,0%,1%,24%)
(0.02/0.00/0.01/0.24)	

CMYK percentages

%2.05
%0
%1.03
%23.53

Codes

Color #BFC3C1 in popluar color models

BFC3C1
RGB191195193
HSL150°3.23%75.69%
HSB/HSV150°2.05%76.47%
CMYK2.05%0.00%1.03%
23.53%

Color #BFC3C1 in popluar number systems.

HEXBFC3C1
Decimal191195193
Binary101111111100001111000001
Octal277303301

Shades and tints

Shades of #BFC3C1

#BFC3C1
(191,195,193)
#AEB2B0
(174,178,176)
#9DA19F
(157,161,159)
#8C908E
(140,144,142)
#7B7F7D
(123,127,125)
#6A6E6C
(106,110,108)
#595D5B
(89,93,91)
#484C4A
(72,76,74)
#373B39
(55,59,57)
#262A28
(38,42,40)
#151917
(21,25,23)
#000000
(0,0,0)

Tints of #BFC3C1

#BFC3C1
(191,195,193)
#C4C8C6
(196,200,198)
#C9CDCB
(201,205,203)
#CED2D0
(206,210,208)
#D3D7D5
(211,215,213)
#D8DCDA
(216,220,218)
#DDE1DF
(221,225,223)
#E2E6E4
(226,230,228)
#E7EBE9
(231,235,233)
#ECF0EE
(236,240,238)
#F1F5F3
(241,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFC3C1 color. Also use rgb(191,195,193) instead hex code.

Text Font Color

.myTextColor { color: #BFC3C1; }

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

This text font color is #BFC3C1.


Background Color

.myBgColor { background-color: #BFC3C1; }

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

This div background color is #BFC3C1.


Border color

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

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

This div border color is #BFC3C1.


Opacity

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

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

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

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

This text has shadow with #BFC3C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFC3C1 on black background.


Color preview on white background

This text has color #BFC3C1 on white background.



Black color preview on #BFC3C1 background

This text has black color on #BFC3C1 background.


White color preview on #BFC3C1 background

This text has white color on #BFC3C1 background.