COLOR #BFC6BA

HEX: #BFC6BA
RGB: (191,198,186)

Color info

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

RGB color model

#BFC6BA color RGB value is (191,198,186).

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

RGB channels and saturation

R 191 of 255 = 75%
G 198 of 255 = 78%
B 186 of 255 = 73%

191
198
186

R + G + B ~ 75%. #BFC6BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 198 + 186 = 575 (100%)
R 191 of 575 ~ 33.22%
G 198 of 575 ~ 34.43%
B 186 of 575 ~ 32.35%

%33.22
%34.43
%32.35

CMYK color model

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

  • cyan value is 3.54%
  • magenta value is 0.00%
  • yellow value is 6.06%
  • key color value is 22.35%
CMYK:
(4,0,6,22)
C4M0Y6K22 
(4%,0%,6%,22%)
(0.04/0.00/0.06/0.22)	

CMYK percentages

%3.54
%0
%6.06
%22.35

Codes

Color #BFC6BA in popluar color models

BFC6BA
RGB191198186
HSL95°9.52%75.29%
HSB/HSV95°6.06%77.65%
CMYK3.54%0.00%6.06%
22.35%

Color #BFC6BA in popluar number systems.

HEXBFC6BA
Decimal191198186
Binary101111111100011010111010
Octal277306272

Shades and tints

Shades of #BFC6BA

#BFC6BA
(191,198,186)
#AEB4AA
(174,180,170)
#9DA29A
(157,162,154)
#8C908A
(140,144,138)
#7B7E7A
(123,126,122)
#6A6C6A
(106,108,106)
#595A5A
(89,90,90)
#48484A
(72,72,74)
#37363A
(55,54,58)
#26242A
(38,36,42)
#15121A
(21,18,26)
#000000
(0,0,0)

Tints of #BFC6BA

#BFC6BA
(191,198,186)
#C4CBC0
(196,203,192)
#C9D0C6
(201,208,198)
#CED5CC
(206,213,204)
#D3DAD2
(211,218,210)
#D8DFD8
(216,223,216)
#DDE4DE
(221,228,222)
#E2E9E4
(226,233,228)
#E7EEEA
(231,238,234)
#ECF3F0
(236,243,240)
#F1F8F6
(241,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFC6BA; }

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

This text font color is #BFC6BA.


Background Color

.myBgColor { background-color: #BFC6BA; }

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

This div background color is #BFC6BA.


Border color

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

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

This div border color is #BFC6BA.


Opacity

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

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

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

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

This text has shadow with #BFC6BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFC6BA on black background.


Color preview on white background

This text has color #BFC6BA on white background.



Black color preview on #BFC6BA background

This text has black color on #BFC6BA background.


White color preview on #BFC6BA background

This text has white color on #BFC6BA background.