COLOR #BFC9B4

HEX: #BFC9B4
RGB: (191,201,180)

Color info

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

RGB color model

#BFC9B4 color RGB value is (191,201,180).

  • red value is 191;
  • green value is 201;
  • blue value is 180.
RGB:
(191,201,180)
(75%,79%,71%)

RGB channels and saturation

R 191 of 255 = 75%
G 201 of 255 = 79%
B 180 of 255 = 71%

191
201
180

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

Portions of RGB colors in percentages

R + G + B =
191 + 201 + 180 = 572 (100%)
R 191 of 572 ~ 33.39%
G 201 of 572 ~ 35.14%
B 180 of 572 ~ 31.47%

%33.39
%35.14
%31.47

CMYK color model

#BFC9B4 color CMYK value is (5,0,10,21).

  • cyan value is 4.98%
  • magenta value is 0.00%
  • yellow value is 10.45%
  • key color value is 21.18%
CMYK:
(5,0,10,21)
C5M0Y10K21 
(5%,0%,10%,21%)
(0.05/0.00/0.10/0.21)	

CMYK percentages

%4.98
%0
%10.45
%21.18

Codes

Color #BFC9B4 in popluar color models

BFC9B4
RGB191201180
HSL89°16.28%74.71%
HSB/HSV89°10.45%78.82%
CMYK4.98%0.00%10.45%
21.18%

Color #BFC9B4 in popluar number systems.

HEXBFC9B4
Decimal191201180
Binary101111111100100110110100
Octal277311264

Shades and tints

Shades of #BFC9B4

#BFC9B4
(191,201,180)
#AEB7A4
(174,183,164)
#9DA594
(157,165,148)
#8C9384
(140,147,132)
#7B8174
(123,129,116)
#6A6F64
(106,111,100)
#595D54
(89,93,84)
#484B44
(72,75,68)
#373934
(55,57,52)
#262724
(38,39,36)
#151514
(21,21,20)
#000000
(0,0,0)

Tints of #BFC9B4

#BFC9B4
(191,201,180)
#C4CDBA
(196,205,186)
#C9D1C0
(201,209,192)
#CED5C6
(206,213,198)
#D3D9CC
(211,217,204)
#D8DDD2
(216,221,210)
#DDE1D8
(221,225,216)
#E2E5DE
(226,229,222)
#E7E9E4
(231,233,228)
#ECEDEA
(236,237,234)
#F1F1F0
(241,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFC9B4; }

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

This text font color is #BFC9B4.


Background Color

.myBgColor { background-color: #BFC9B4; }

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

This div background color is #BFC9B4.


Border color

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

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

This div border color is #BFC9B4.


Opacity

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

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

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

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

This text has shadow with #BFC9B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFC9B4 on black background.


Color preview on white background

This text has color #BFC9B4 on white background.



Black color preview on #BFC9B4 background

This text has black color on #BFC9B4 background.


White color preview on #BFC9B4 background

This text has white color on #BFC9B4 background.