COLOR #BFC9BE

HEX: #BFC9BE
RGB: (191,201,190)

Color info

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

RGB color model

#BFC9BE color RGB value is (191,201,190).

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

RGB channels and saturation

R 191 of 255 = 75%
G 201 of 255 = 79%
B 190 of 255 = 75%

191
201
190

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

Portions of RGB colors in percentages

R + G + B =
191 + 201 + 190 = 582 (100%)
R 191 of 582 ~ 32.82%
G 201 of 582 ~ 34.54%
B 190 of 582 ~ 32.65%

%32.82
%34.54
%32.65

CMYK color model

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

  • cyan value is 4.98%
  • magenta value is 0.00%
  • yellow value is 5.47%
  • key color value is 21.18%
CMYK:
(5,0,5,21)
C5M0Y5K21 
(5%,0%,5%,21%)
(0.05/0.00/0.05/0.21)	

CMYK percentages

%4.98
%0
%5.47
%21.18

Codes

Color #BFC9BE in popluar color models

BFC9BE
RGB191201190
HSL115°9.24%76.67%
HSB/HSV115°5.47%78.82%
CMYK4.98%0.00%5.47%
21.18%

Color #BFC9BE in popluar number systems.

HEXBFC9BE
Decimal191201190
Binary101111111100100110111110
Octal277311276

Shades and tints

Shades of #BFC9BE

#BFC9BE
(191,201,190)
#AEB7AD
(174,183,173)
#9DA59C
(157,165,156)
#8C938B
(140,147,139)
#7B817A
(123,129,122)
#6A6F69
(106,111,105)
#595D58
(89,93,88)
#484B47
(72,75,71)
#373936
(55,57,54)
#262725
(38,39,37)
#151514
(21,21,20)
#000000
(0,0,0)

Tints of #BFC9BE

#BFC9BE
(191,201,190)
#C4CDC3
(196,205,195)
#C9D1C8
(201,209,200)
#CED5CD
(206,213,205)
#D3D9D2
(211,217,210)
#D8DDD7
(216,221,215)
#DDE1DC
(221,225,220)
#E2E5E1
(226,229,225)
#E7E9E6
(231,233,230)
#ECEDEB
(236,237,235)
#F1F1F0
(241,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFC9BE; }

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

This text font color is #BFC9BE.


Background Color

.myBgColor { background-color: #BFC9BE; }

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

This div background color is #BFC9BE.


Border color

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

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

This div border color is #BFC9BE.


Opacity

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

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

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

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

This text has shadow with #BFC9BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFC9BE on black background.


Color preview on white background

This text has color #BFC9BE on white background.



Black color preview on #BFC9BE background

This text has black color on #BFC9BE background.


White color preview on #BFC9BE background

This text has white color on #BFC9BE background.