COLOR #BFC7B0

HEX: #BFC7B0 RGB: (191,199,176)

Color info

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

RGB color model

#BFC7B0 color RGB value is (191,199,176).

RGB: (191,199,176) (75%, 78%, 69%)

RGB channels and saturation

R 191 of 255 = 75%
G 199 of 255 = 78%
B 176 of 255 = 69%

191
199
176

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

Portions of RGB colors in percentages

R + G + B = 191 + 199 + 176 = 566 (100%)
R 191 of 566 ~ 33.75%
G 199 of 566 ~ 35.16%
B 176 of 566 ~ 31.1'%

%33.75
%35.16
%31.1

CMYK color model

#BFC7B0 color CMYK value is (4,0,12,22).

  • cyan value is 4.02%
  • magenta value is 0.00%
  • yellow value is 11.56%
  • key color value is 21.96%

CMYK: (4,0,12,22)
C4M0Y12K22 (4%, 0%, 12%, 22%)
(0.04 / 0.00 / 0.12 / 0.22)

CMYK percentages

%4.02
%0
%11.56
%21.96

Codes

Color #BFC7B0 in popluar color models

BF C7 B0
RGB 191 199 176
HSL 81° 17.04% 73.53%
HSB/HSV 81° 11.56% 78.04%
CMYK 4.02% 0.00% 11.56%
21.96%

Color #BFC7B0 in popluar number systems.

HEX BF C7 B0
Decimal 191 199 176
Binary 10111111 11000111 10110000
Octal 277 307 260

Shades and tints

Shades of #BFC7B0

#BFC7B0
(191,199,176)
#AEB5A0
(174,181,160)
#9DA390
(157,163,144)
#8C9180
(140,145,128)
#7B7F70
(123,127,112)
#6A6D60
(106,109,96)
#595B50
(89,91,80)
#484940
(72,73,64)
#373730
(55,55,48)
#262520
(38,37,32)
#151310
(21,19,16)
#000000
(0,0,0)

Tints of #BFC7B0

#BFC7B0
(191,199,176)
#C4CCB7
(196,204,183)
#C9D1BE
(201,209,190)
#CED6C5
(206,214,197)
#D3DBCC
(211,219,204)
#D8E0D3
(216,224,211)
#DDE5DA
(221,229,218)
#E2EAE1
(226,234,225)
#E7EFE8
(231,239,232)
#ECF4EF
(236,244,239)
#F1F9F6
(241,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFC7B0; }

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

This text font color is #BFC7B0.

Background Color

.myBgColor { background-color: #BFC7B0; }

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

This div background color is #BFC7B0.

Border color

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

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

This div border color is #BFC7B0.

Opacity

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

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

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

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

This text has shadow with #BFC7B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFC7B0.

Preview

Color preview on black background

This text has color #BFC7B0 on black background.


Color preview on white background

This text has color #BFC7B0 on white background.


Black color preview on #BFC7B0 background

This text has black color on #BFC7B0 background.


White color preview on #BFC7B0 background

This text has white color on #BFC7B0 background.


Related colors

Complementary color

Complementary color for #hex is #40384F.


I love getcolorcode.com

Triadic colors

1 #B0BFC7 and #C7B0BF with #BFC7B0 are triadic colors.

2 #B0C7BF and #C7BFB0 with #BFC7B0 are triadic colors.