COLOR #BFC9B0

HEX: #BFC9B0 RGB: (191,201,176)

Color info

#BFC9B0 contains red, green and blue colors in about the same proportion. Web safe color of #BFC9B0 is #CCCC99 (or #CC9).

RGB color model

#BFC9B0 color RGB value is (191,201,176).

RGB: (191,201,176) (75%, 79%, 69%)

RGB channels and saturation

R 191 of 255 = 75%
G 201 of 255 = 79%
B 176 of 255 = 69%

191
201
176

R + G + B ~ 74%. #BFC9B0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 191 + 201 + 176 = 568 (100%)
R 191 of 568 ~ 33.63%
G 201 of 568 ~ 35.39%
B 176 of 568 ~ 30.99'%

%33.63
%35.39
%30.99

CMYK color model

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

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

CMYK: (5,0,12,21)
C5M0Y12K21 (5%, 0%, 12%, 21%)
(0.05 / 0.00 / 0.12 / 0.21)

CMYK percentages

%4.98
%0
%12.44
%21.18

Codes

Color #BFC9B0 in popluar color models

BF C9 B0
RGB 191 201 176
HSL 84° 18.80% 73.92%
HSB/HSV 84° 12.44% 78.82%
CMYK 4.98% 0.00% 12.44%
21.18%

Color #BFC9B0 in popluar number systems.

HEX BF C9 B0
Decimal 191 201 176
Binary 10111111 11001001 10110000
Octal 277 311 260

Shades and tints

Shades of #BFC9B0

#BFC9B0
(191,201,176)
#AEB7A0
(174,183,160)
#9DA590
(157,165,144)
#8C9380
(140,147,128)
#7B8170
(123,129,112)
#6A6F60
(106,111,96)
#595D50
(89,93,80)
#484B40
(72,75,64)
#373930
(55,57,48)
#262720
(38,39,32)
#151510
(21,21,16)
#000000
(0,0,0)

Tints of #BFC9B0

#BFC9B0
(191,201,176)
#C4CDB7
(196,205,183)
#C9D1BE
(201,209,190)
#CED5C5
(206,213,197)
#D3D9CC
(211,217,204)
#D8DDD3
(216,221,211)
#DDE1DA
(221,225,218)
#E2E5E1
(226,229,225)
#E7E9E8
(231,233,232)
#ECEDEF
(236,237,239)
#F1F1F6
(241,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFC9B0; }

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

This text font color is #BFC9B0.

Background Color

.myBgColor { background-color: #BFC9B0; }

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

This div background color is #BFC9B0.

Border color

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

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

This div border color is #BFC9B0.

Opacity

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

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

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

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

This text has shadow with #BFC9B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFC9B0.

Preview

Color preview on black background

This text has color #BFC9B0 on black background.


Color preview on white background

This text has color #BFC9B0 on white background.


Black color preview on #BFC9B0 background

This text has black color on #BFC9B0 background.


White color preview on #BFC9B0 background

This text has white color on #BFC9B0 background.


Related colors

Complementary color

Complementary color for #hex is #40364F.


I love getcolorcode.com

Triadic colors

1 #B0BFC9 and #C9B0BF with #BFC9B0 are triadic colors.

2 #B0C9BF and #C9BFB0 with #BFC9B0 are triadic colors.