COLOR #BFC7C0

HEX: #BFC7C0
RGB: (191,199,192)

Color info

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

RGB color model

#BFC7C0 color RGB value is (191,199,192).

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

RGB channels and saturation

R 191 of 255 = 75%
G 199 of 255 = 78%
B 192 of 255 = 75%

191
199
192

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

Portions of RGB colors in percentages

R + G + B =
191 + 199 + 192 = 582 (100%)
R 191 of 582 ~ 32.82%
G 199 of 582 ~ 34.19%
B 192 of 582 ~ 32.99%

%32.82
%34.19
%32.99

CMYK color model

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

  • cyan value is 4.02%
  • magenta value is 0.00%
  • yellow value is 3.52%
  • key color value is 21.96%
CMYK:
(4,0,4,22)
C4M0Y4K22 
(4%,0%,4%,22%)
(0.04/0.00/0.04/0.22)	

CMYK percentages

%4.02
%0
%3.52
%21.96

Codes

Color #BFC7C0 in popluar color models

BFC7C0
RGB191199192
HSL128°6.67%76.47%
HSB/HSV128°4.02%78.04%
CMYK4.02%0.00%3.52%
21.96%

Color #BFC7C0 in popluar number systems.

HEXBFC7C0
Decimal191199192
Binary101111111100011111000000
Octal277307300

Shades and tints

Shades of #BFC7C0

#BFC7C0
(191,199,192)
#AEB5AF
(174,181,175)
#9DA39E
(157,163,158)
#8C918D
(140,145,141)
#7B7F7C
(123,127,124)
#6A6D6B
(106,109,107)
#595B5A
(89,91,90)
#484949
(72,73,73)
#373738
(55,55,56)
#262527
(38,37,39)
#151316
(21,19,22)
#000000
(0,0,0)

Tints of #BFC7C0

#BFC7C0
(191,199,192)
#C4CCC5
(196,204,197)
#C9D1CA
(201,209,202)
#CED6CF
(206,214,207)
#D3DBD4
(211,219,212)
#D8E0D9
(216,224,217)
#DDE5DE
(221,229,222)
#E2EAE3
(226,234,227)
#E7EFE8
(231,239,232)
#ECF4ED
(236,244,237)
#F1F9F2
(241,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFC7C0; }

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

This text font color is #BFC7C0.


Background Color

.myBgColor { background-color: #BFC7C0; }

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

This div background color is #BFC7C0.


Border color

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

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

This div border color is #BFC7C0.


Opacity

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

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

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

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

This text has shadow with #BFC7C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFC7C0 on black background.


Color preview on white background

This text has color #BFC7C0 on white background.



Black color preview on #BFC7C0 background

This text has black color on #BFC7C0 background.


White color preview on #BFC7C0 background

This text has white color on #BFC7C0 background.