COLOR #BFC79C

HEX: #BFC79C
RGB: (191,199,156)

Color info

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

RGB color model

#BFC79C color RGB value is (191,199,156).

  • red value is 191;
  • green value is 199;
  • blue value is 156.
RGB:
(191,199,156)
(75%,78%,61%)

RGB channels and saturation

R 191 of 255 = 75%
G 199 of 255 = 78%
B 156 of 255 = 61%

191
199
156

R + G + B ~ 71%. #BFC79C is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 199 + 156 = 546 (100%)
R 191 of 546 ~ 34.98%
G 199 of 546 ~ 36.45%
B 156 of 546 ~ 28.57%

%34.98
%36.45
%28.57

CMYK color model

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

  • cyan value is 4.02%
  • magenta value is 0.00%
  • yellow value is 21.61%
  • key color value is 21.96%
CMYK:
(4,0,22,22)
C4M0Y22K22 
(4%,0%,22%,22%)
(0.04/0.00/0.22/0.22)	

CMYK percentages

%4.02
%0
%21.61
%21.96

Codes

Color #BFC79C in popluar color models

BFC79C
RGB191199156
HSL71°27.74%69.61%
HSB/HSV71°21.61%78.04%
CMYK4.02%0.00%21.61%
21.96%

Color #BFC79C in popluar number systems.

HEXBFC79C
Decimal191199156
Binary101111111100011110011100
Octal277307234

Shades and tints

Shades of #BFC79C

#BFC79C
(191,199,156)
#AEB58E
(174,181,142)
#9DA380
(157,163,128)
#8C9172
(140,145,114)
#7B7F64
(123,127,100)
#6A6D56
(106,109,86)
#595B48
(89,91,72)
#48493A
(72,73,58)
#37372C
(55,55,44)
#26251E
(38,37,30)
#151310
(21,19,16)
#000000
(0,0,0)

Tints of #BFC79C

#BFC79C
(191,199,156)
#C4CCA5
(196,204,165)
#C9D1AE
(201,209,174)
#CED6B7
(206,214,183)
#D3DBC0
(211,219,192)
#D8E0C9
(216,224,201)
#DDE5D2
(221,229,210)
#E2EADB
(226,234,219)
#E7EFE4
(231,239,228)
#ECF4ED
(236,244,237)
#F1F9F6
(241,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFC79C; }

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

This text font color is #BFC79C.


Background Color

.myBgColor { background-color: #BFC79C; }

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

This div background color is #BFC79C.


Border color

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

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

This div border color is #BFC79C.


Opacity

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

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

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

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

This text has shadow with #BFC79C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFC79C on black background.


Color preview on white background

This text has color #BFC79C on white background.



Black color preview on #BFC79C background

This text has black color on #BFC79C background.


White color preview on #BFC79C background

This text has white color on #BFC79C background.