COLOR #BFC6C7

HEX: #BFC6C7 RGB: (191,198,199)

Color info

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

RGB color model

#BFC6C7 color RGB value is (191,198,199).

RGB: (191,198,199) (75%, 78%, 78%)

RGB channels and saturation

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

191
198
199

R + G + B ~ 77%. #BFC6C7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 191 + 198 + 199 = 588 (100%)
R 191 of 588 ~ 32.48%
G 198 of 588 ~ 33.67%
B 199 of 588 ~ 33.84'%

%32.48
%33.67
%33.84

CMYK color model

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

  • cyan value is 4.02%
  • magenta value is 0.50%
  • yellow value is 0.00%
  • key color value is 21.96%

CMYK: (4,1,0,22)
C4M1Y0K22 (4%, 1%, 0%, 22%)
(0.04 / 0.01 / 0.00 / 0.22)

CMYK percentages

%4.02
%0.5
%0
%21.96

Codes

Color #BFC6C7 in popluar color models

BF C6 C7
RGB 191 198 199
HSL 188° 6.67% 76.47%
HSB/HSV 188° 4.02% 78.04%
CMYK 4.02% 0.50% 0.00%
21.96%

Color #BFC6C7 in popluar number systems.

HEX BF C6 C7
Decimal 191 198 199
Binary 10111111 11000110 11000111
Octal 277 306 307

Shades and tints

Shades of #BFC6C7

#BFC6C7
(191,198,199)
#AEB4B5
(174,180,181)
#9DA2A3
(157,162,163)
#8C9091
(140,144,145)
#7B7E7F
(123,126,127)
#6A6C6D
(106,108,109)
#595A5B
(89,90,91)
#484849
(72,72,73)
#373637
(55,54,55)
#262425
(38,36,37)
#151213
(21,18,19)
#000000
(0,0,0)

Tints of #BFC6C7

#BFC6C7
(191,198,199)
#C4CBCC
(196,203,204)
#C9D0D1
(201,208,209)
#CED5D6
(206,213,214)
#D3DADB
(211,218,219)
#D8DFE0
(216,223,224)
#DDE4E5
(221,228,229)
#E2E9EA
(226,233,234)
#E7EEEF
(231,238,239)
#ECF3F4
(236,243,244)
#F1F8F9
(241,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFC6C7; }

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

This text font color is #BFC6C7.

Background Color

.myBgColor { background-color: #BFC6C7; }

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

This div background color is #BFC6C7.

Border color

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

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

This div border color is #BFC6C7.

Opacity

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

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

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

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

This text has shadow with #BFC6C7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFC6C7.

Preview

Color preview on black background

This text has color #BFC6C7 on black background.


Color preview on white background

This text has color #BFC6C7 on white background.


Black color preview on #BFC6C7 background

This text has black color on #BFC6C7 background.


White color preview on #BFC6C7 background

This text has white color on #BFC6C7 background.


Related colors

Complementary color

Complementary color for #hex is #403938.


I love getcolorcode.com

Triadic colors

1 #C7BFC6 and #C6C7BF with #BFC6C7 are triadic colors.

2 #C7C6BF and #C6BFC7 with #BFC6C7 are triadic colors.