COLOR #BFC7BC

HEX: #BFC7BC RGB: (191,199,188)

Color info

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

RGB color model

#BFC7BC color RGB value is (191,199,188).

RGB: (191,199,188) (75%, 78%, 74%)

RGB channels and saturation

R 191 of 255 = 75%
G 199 of 255 = 78%
B 188 of 255 = 74%

191
199
188

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

Portions of RGB colors in percentages

R + G + B = 191 + 199 + 188 = 578 (100%)
R 191 of 578 ~ 33.04%
G 199 of 578 ~ 34.43%
B 188 of 578 ~ 32.53'%

%33.04
%34.43
%32.53

CMYK color model

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

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

CMYK: (4,0,6,22)
C4M0Y6K22 (4%, 0%, 6%, 22%)
(0.04 / 0.00 / 0.06 / 0.22)

CMYK percentages

%4.02
%0
%5.53
%21.96

Codes

Color #BFC7BC in popluar color models

BF C7 BC
RGB 191 199 188
HSL 104° 8.94% 75.88%
HSB/HSV 104° 5.53% 78.04%
CMYK 4.02% 0.00% 5.53%
21.96%

Color #BFC7BC in popluar number systems.

HEX BF C7 BC
Decimal 191 199 188
Binary 10111111 11000111 10111100
Octal 277 307 274

Shades and tints

Shades of #BFC7BC

#BFC7BC
(191,199,188)
#AEB5AB
(174,181,171)
#9DA39A
(157,163,154)
#8C9189
(140,145,137)
#7B7F78
(123,127,120)
#6A6D67
(106,109,103)
#595B56
(89,91,86)
#484945
(72,73,69)
#373734
(55,55,52)
#262523
(38,37,35)
#151312
(21,19,18)
#000000
(0,0,0)

Tints of #BFC7BC

#BFC7BC
(191,199,188)
#C4CCC2
(196,204,194)
#C9D1C8
(201,209,200)
#CED6CE
(206,214,206)
#D3DBD4
(211,219,212)
#D8E0DA
(216,224,218)
#DDE5E0
(221,229,224)
#E2EAE6
(226,234,230)
#E7EFEC
(231,239,236)
#ECF4F2
(236,244,242)
#F1F9F8
(241,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFC7BC; }

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

This text font color is #BFC7BC.

Background Color

.myBgColor { background-color: #BFC7BC; }

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

This div background color is #BFC7BC.

Border color

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

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

This div border color is #BFC7BC.

Opacity

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

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

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

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

This text has shadow with #BFC7BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFC7BC.

Preview

Color preview on black background

This text has color #BFC7BC on black background.


Color preview on white background

This text has color #BFC7BC on white background.


Black color preview on #BFC7BC background

This text has black color on #BFC7BC background.


White color preview on #BFC7BC background

This text has white color on #BFC7BC background.


Related colors

Complementary color

Complementary color for #hex is #403843.


I love getcolorcode.com

Triadic colors

1 #BCBFC7 and #C7BCBF with #BFC7BC are triadic colors.

2 #BCC7BF and #C7BFBC with #BFC7BC are triadic colors.