COLOR #BFC99D

HEX: #BFC99D
RGB: (191,201,157)

Color info

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

RGB color model

#BFC99D color RGB value is (191,201,157).

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

RGB channels and saturation

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

191
201
157

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

Portions of RGB colors in percentages

R + G + B =
191 + 201 + 157 = 549 (100%)
R 191 of 549 ~ 34.79%
G 201 of 549 ~ 36.61%
B 157 of 549 ~ 28.6%

%34.79
%36.61
%28.6

CMYK color model

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

  • cyan value is 4.98%
  • magenta value is 0.00%
  • yellow value is 21.89%
  • key color value is 21.18%
CMYK:
(5,0,22,21)
C5M0Y22K21 
(5%,0%,22%,21%)
(0.05/0.00/0.22/0.21)	

CMYK percentages

%4.98
%0
%21.89
%21.18

Codes

Color #BFC99D in popluar color models

BFC99D
RGB191201157
HSL74°28.95%70.20%
HSB/HSV74°21.89%78.82%
CMYK4.98%0.00%21.89%
21.18%

Color #BFC99D in popluar number systems.

HEXBFC99D
Decimal191201157
Binary101111111100100110011101
Octal277311235

Shades and tints

Shades of #BFC99D

#BFC99D
(191,201,157)
#AEB78F
(174,183,143)
#9DA581
(157,165,129)
#8C9373
(140,147,115)
#7B8165
(123,129,101)
#6A6F57
(106,111,87)
#595D49
(89,93,73)
#484B3B
(72,75,59)
#37392D
(55,57,45)
#26271F
(38,39,31)
#151511
(21,21,17)
#000000
(0,0,0)

Tints of #BFC99D

#BFC99D
(191,201,157)
#C4CDA5
(196,205,165)
#C9D1AD
(201,209,173)
#CED5B5
(206,213,181)
#D3D9BD
(211,217,189)
#D8DDC5
(216,221,197)
#DDE1CD
(221,225,205)
#E2E5D5
(226,229,213)
#E7E9DD
(231,233,221)
#ECEDE5
(236,237,229)
#F1F1ED
(241,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFC99D; }

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

This text font color is #BFC99D.


Background Color

.myBgColor { background-color: #BFC99D; }

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

This div background color is #BFC99D.


Border color

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

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

This div border color is #BFC99D.


Opacity

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

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

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

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

This text has shadow with #BFC99D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFC99D on black background.


Color preview on white background

This text has color #BFC99D on white background.



Black color preview on #BFC99D background

This text has black color on #BFC99D background.


White color preview on #BFC99D background

This text has white color on #BFC99D background.