COLOR #BFC9BD

HEX: #BFC9BD RGB: (191,201,189)

Color info

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

RGB color model

#BFC9BD color RGB value is (191,201,189).

RGB: (191,201,189) (75%, 79%, 74%)

RGB channels and saturation

R 191 of 255 = 75%
G 201 of 255 = 79%
B 189 of 255 = 74%

191
201
189

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

Portions of RGB colors in percentages

R + G + B = 191 + 201 + 189 = 581 (100%)
R 191 of 581 ~ 32.87%
G 201 of 581 ~ 34.6%
B 189 of 581 ~ 32.53'%

%32.87
%34.6
%32.53

CMYK color model

#BFC9BD color CMYK value is (5,0,6,21).

  • cyan value is 4.98%
  • magenta value is 0.00%
  • yellow value is 5.97%
  • key color value is 21.18%

CMYK: (5,0,6,21)
C5M0Y6K21 (5%, 0%, 6%, 21%)
(0.05 / 0.00 / 0.06 / 0.21)

CMYK percentages

%4.98
%0
%5.97
%21.18

Codes

Color #BFC9BD in popluar color models

BF C9 BD
RGB 191 201 189
HSL 110° 10.00% 76.47%
HSB/HSV 110° 5.97% 78.82%
CMYK 4.98% 0.00% 5.97%
21.18%

Color #BFC9BD in popluar number systems.

HEX BF C9 BD
Decimal 191 201 189
Binary 10111111 11001001 10111101
Octal 277 311 275

Shades and tints

Shades of #BFC9BD

#BFC9BD
(191,201,189)
#AEB7AC
(174,183,172)
#9DA59B
(157,165,155)
#8C938A
(140,147,138)
#7B8179
(123,129,121)
#6A6F68
(106,111,104)
#595D57
(89,93,87)
#484B46
(72,75,70)
#373935
(55,57,53)
#262724
(38,39,36)
#151513
(21,21,19)
#000000
(0,0,0)

Tints of #BFC9BD

#BFC9BD
(191,201,189)
#C4CDC3
(196,205,195)
#C9D1C9
(201,209,201)
#CED5CF
(206,213,207)
#D3D9D5
(211,217,213)
#D8DDDB
(216,221,219)
#DDE1E1
(221,225,225)
#E2E5E7
(226,229,231)
#E7E9ED
(231,233,237)
#ECEDF3
(236,237,243)
#F1F1F9
(241,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFC9BD color. Also use rgb(191,201,189) instead hex code.

Text Font Color

.myTextColor { color: #BFC9BD; }

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

This text font color is #BFC9BD.

Background Color

.myBgColor { background-color: #BFC9BD; }

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

This div background color is #BFC9BD.

Border color

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

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

This div border color is #BFC9BD.

Opacity

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

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

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

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

This text has shadow with #BFC9BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFC9BD.

Preview

Color preview on black background

This text has color #BFC9BD on black background.


Color preview on white background

This text has color #BFC9BD on white background.


Black color preview on #BFC9BD background

This text has black color on #BFC9BD background.


White color preview on #BFC9BD background

This text has white color on #BFC9BD background.


Related colors

Complementary color

Complementary color for #hex is #403642.


I love getcolorcode.com

Triadic colors

1 #BDBFC9 and #C9BDBF with #BFC9BD are triadic colors.

2 #BDC9BF and #C9BFBD with #BFC9BD are triadic colors.