COLOR #BFC6CF

HEX: #BFC6CF
RGB: (191,198,207)

Color info

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

RGB color model

#BFC6CF color RGB value is (191,198,207).

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

RGB channels and saturation

R 191 of 255 = 75%
G 198 of 255 = 78%
B 207 of 255 = 81%

191
198
207

R + G + B ~ 78%. #BFC6CF is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 198 + 207 = 596 (100%)
R 191 of 596 ~ 32.05%
G 198 of 596 ~ 33.22%
B 207 of 596 ~ 34.73%

%32.05
%33.22
%34.73

CMYK color model

#BFC6CF color CMYK value is (8,4,0,19).

  • cyan value is 7.73%
  • magenta value is 4.35%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(8,4,0,19)
C8M4Y0K19 
(8%,4%,0%,19%)
(0.08/0.04/0.00/0.19)	

CMYK percentages

%7.73
%4.35
%0
%18.82

Codes

Color #BFC6CF in popluar color models

BFC6CF
RGB191198207
HSL214°14.29%78.04%
HSB/HSV214°7.73%81.18%
CMYK7.73%4.35%0.00%
18.82%

Color #BFC6CF in popluar number systems.

HEXBFC6CF
Decimal191198207
Binary101111111100011011001111
Octal277306317

Shades and tints

Shades of #BFC6CF

#BFC6CF
(191,198,207)
#AEB4BD
(174,180,189)
#9DA2AB
(157,162,171)
#8C9099
(140,144,153)
#7B7E87
(123,126,135)
#6A6C75
(106,108,117)
#595A63
(89,90,99)
#484851
(72,72,81)
#37363F
(55,54,63)
#26242D
(38,36,45)
#15121B
(21,18,27)
#000000
(0,0,0)

Tints of #BFC6CF

#BFC6CF
(191,198,207)
#C4CBD3
(196,203,211)
#C9D0D7
(201,208,215)
#CED5DB
(206,213,219)
#D3DADF
(211,218,223)
#D8DFE3
(216,223,227)
#DDE4E7
(221,228,231)
#E2E9EB
(226,233,235)
#E7EEEF
(231,238,239)
#ECF3F3
(236,243,243)
#F1F8F7
(241,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFC6CF; }

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

This text font color is #BFC6CF.


Background Color

.myBgColor { background-color: #BFC6CF; }

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

This div background color is #BFC6CF.


Border color

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

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

This div border color is #BFC6CF.


Opacity

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

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

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

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

This text has shadow with #BFC6CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFC6CF on black background.


Color preview on white background

This text has color #BFC6CF on white background.



Black color preview on #BFC6CF background

This text has black color on #BFC6CF background.


White color preview on #BFC6CF background

This text has white color on #BFC6CF background.