COLOR #BFC1C7

HEX: #BFC1C7
RGB: (191,193,199)

Color info

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

RGB color model

#BFC1C7 color RGB value is (191,193,199).

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

RGB channels and saturation

R 191 of 255 = 75%
G 193 of 255 = 76%
B 199 of 255 = 78%

191
193
199

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

Portions of RGB colors in percentages

R + G + B =
191 + 193 + 199 = 583 (100%)
R 191 of 583 ~ 32.76%
G 193 of 583 ~ 33.1%
B 199 of 583 ~ 34.13%

%32.76
%33.1
%34.13

CMYK color model

#BFC1C7 color CMYK value is (4,3,0,22).

  • cyan value is 4.02%
  • magenta value is 3.02%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(4,3,0,22)
C4M3Y0K22 
(4%,3%,0%,22%)
(0.04/0.03/0.00/0.22)	

CMYK percentages

%4.02
%3.02
%0
%21.96

Codes

Color #BFC1C7 in popluar color models

BFC1C7
RGB191193199
HSL225°6.67%76.47%
HSB/HSV225°4.02%78.04%
CMYK4.02%3.02%0.00%
21.96%

Color #BFC1C7 in popluar number systems.

HEXBFC1C7
Decimal191193199
Binary101111111100000111000111
Octal277301307

Shades and tints

Shades of #BFC1C7

#BFC1C7
(191,193,199)
#AEB0B5
(174,176,181)
#9D9FA3
(157,159,163)
#8C8E91
(140,142,145)
#7B7D7F
(123,125,127)
#6A6C6D
(106,108,109)
#595B5B
(89,91,91)
#484A49
(72,74,73)
#373937
(55,57,55)
#262825
(38,40,37)
#151713
(21,23,19)
#000000
(0,0,0)

Tints of #BFC1C7

#BFC1C7
(191,193,199)
#C4C6CC
(196,198,204)
#C9CBD1
(201,203,209)
#CED0D6
(206,208,214)
#D3D5DB
(211,213,219)
#D8DAE0
(216,218,224)
#DDDFE5
(221,223,229)
#E2E4EA
(226,228,234)
#E7E9EF
(231,233,239)
#ECEEF4
(236,238,244)
#F1F3F9
(241,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFC1C7; }

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

This text font color is #BFC1C7.


Background Color

.myBgColor { background-color: #BFC1C7; }

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

This div background color is #BFC1C7.


Border color

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

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

This div border color is #BFC1C7.


Opacity

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

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

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

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

This text has shadow with #BFC1C7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFC1C7 on black background.


Color preview on white background

This text has color #BFC1C7 on white background.



Black color preview on #BFC1C7 background

This text has black color on #BFC1C7 background.


White color preview on #BFC1C7 background

This text has white color on #BFC1C7 background.