COLOR #BFC3C6

HEX: #BFC3C6
RGB: (191,195,198)

Color info

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

RGB color model

#BFC3C6 color RGB value is (191,195,198).

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

RGB channels and saturation

R 191 of 255 = 75%
G 195 of 255 = 76%
B 198 of 255 = 78%

191
195
198

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

Portions of RGB colors in percentages

R + G + B =
191 + 195 + 198 = 584 (100%)
R 191 of 584 ~ 32.71%
G 195 of 584 ~ 33.39%
B 198 of 584 ~ 33.9%

%32.71
%33.39
%33.9

CMYK color model

#BFC3C6 color CMYK value is (4,2,0,22).

  • cyan value is 3.54%
  • magenta value is 1.52%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(4,2,0,22)
C4M2Y0K22 
(4%,2%,0%,22%)
(0.04/0.02/0.00/0.22)	

CMYK percentages

%3.54
%1.52
%0
%22.35

Codes

Color #BFC3C6 in popluar color models

BFC3C6
RGB191195198
HSL206°5.79%76.27%
HSB/HSV206°3.54%77.65%
CMYK3.54%1.52%0.00%
22.35%

Color #BFC3C6 in popluar number systems.

HEXBFC3C6
Decimal191195198
Binary101111111100001111000110
Octal277303306

Shades and tints

Shades of #BFC3C6

#BFC3C6
(191,195,198)
#AEB2B4
(174,178,180)
#9DA1A2
(157,161,162)
#8C9090
(140,144,144)
#7B7F7E
(123,127,126)
#6A6E6C
(106,110,108)
#595D5A
(89,93,90)
#484C48
(72,76,72)
#373B36
(55,59,54)
#262A24
(38,42,36)
#151912
(21,25,18)
#000000
(0,0,0)

Tints of #BFC3C6

#BFC3C6
(191,195,198)
#C4C8CB
(196,200,203)
#C9CDD0
(201,205,208)
#CED2D5
(206,210,213)
#D3D7DA
(211,215,218)
#D8DCDF
(216,220,223)
#DDE1E4
(221,225,228)
#E2E6E9
(226,230,233)
#E7EBEE
(231,235,238)
#ECF0F3
(236,240,243)
#F1F5F8
(241,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFC3C6; }

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

This text font color is #BFC3C6.


Background Color

.myBgColor { background-color: #BFC3C6; }

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

This div background color is #BFC3C6.


Border color

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

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

This div border color is #BFC3C6.


Opacity

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

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

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

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

This text has shadow with #BFC3C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFC3C6 on black background.


Color preview on white background

This text has color #BFC3C6 on white background.



Black color preview on #BFC3C6 background

This text has black color on #BFC3C6 background.


White color preview on #BFC3C6 background

This text has white color on #BFC3C6 background.