COLOR #BFC99F

HEX: #BFC99F RGB: (191,201,159)

Color info

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

RGB color model

#BFC99F color RGB value is (191,201,159).

RGB: (191,201,159) (75%, 79%, 62%)

RGB channels and saturation

R 191 of 255 = 75%
G 201 of 255 = 79%
B 159 of 255 = 62%

191
201
159

R + G + B ~ 72%. #BFC99F is quite light color.

Portions of RGB colors in percentages

R + G + B = 191 + 201 + 159 = 551 (100%)
R 191 of 551 ~ 34.66%
G 201 of 551 ~ 36.48%
B 159 of 551 ~ 28.86'%

%34.66
%36.48
%28.86

CMYK color model

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

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

CMYK: (5,0,21,21)
C5M0Y21K21 (5%, 0%, 21%, 21%)
(0.05 / 0.00 / 0.21 / 0.21)

CMYK percentages

%4.98
%0
%20.9
%21.18

Codes

Color #BFC99F in popluar color models

BF C9 9F
RGB 191 201 159
HSL 74° 28.00% 70.59%
HSB/HSV 74° 20.90% 78.82%
CMYK 4.98% 0.00% 20.90%
21.18%

Color #BFC99F in popluar number systems.

HEX BF C9 9F
Decimal 191 201 159
Binary 10111111 11001001 10011111
Octal 277 311 237

Shades and tints

Shades of #BFC99F

#BFC99F
(191,201,159)
#AEB791
(174,183,145)
#9DA583
(157,165,131)
#8C9375
(140,147,117)
#7B8167
(123,129,103)
#6A6F59
(106,111,89)
#595D4B
(89,93,75)
#484B3D
(72,75,61)
#37392F
(55,57,47)
#262721
(38,39,33)
#151513
(21,21,19)
#000000
(0,0,0)

Tints of #BFC99F

#BFC99F
(191,201,159)
#C4CDA7
(196,205,167)
#C9D1AF
(201,209,175)
#CED5B7
(206,213,183)
#D3D9BF
(211,217,191)
#D8DDC7
(216,221,199)
#DDE1CF
(221,225,207)
#E2E5D7
(226,229,215)
#E7E9DF
(231,233,223)
#ECEDE7
(236,237,231)
#F1F1EF
(241,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFC99F; }

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

This text font color is #BFC99F.

Background Color

.myBgColor { background-color: #BFC99F; }

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

This div background color is #BFC99F.

Border color

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

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

This div border color is #BFC99F.

Opacity

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

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

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

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

This text has shadow with #BFC99F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFC99F.

Preview

Color preview on black background

This text has color #BFC99F on black background.


Color preview on white background

This text has color #BFC99F on white background.


Black color preview on #BFC99F background

This text has black color on #BFC99F background.


White color preview on #BFC99F background

This text has white color on #BFC99F background.


Related colors

Complementary color

Complementary color for #hex is #403660.


I love getcolorcode.com

Triadic colors

1 #9FBFC9 and #C99FBF with #BFC99F are triadic colors.

2 #9FC9BF and #C9BF9F with #BFC99F are triadic colors.