COLOR #BFC39B

HEX: #BFC39B
RGB: (191,195,155)

Color info

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

RGB color model

#BFC39B color RGB value is (191,195,155).

  • red value is 191;
  • green value is 195;
  • blue value is 155.
RGB:
(191,195,155)
(75%,76%,61%)

RGB channels and saturation

R 191 of 255 = 75%
G 195 of 255 = 76%
B 155 of 255 = 61%

191
195
155

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

Portions of RGB colors in percentages

R + G + B =
191 + 195 + 155 = 541 (100%)
R 191 of 541 ~ 35.3%
G 195 of 541 ~ 36.04%
B 155 of 541 ~ 28.65%

%35.3
%36.04
%28.65

CMYK color model

#BFC39B color CMYK value is (2,0,21,24).

  • cyan value is 2.05%
  • magenta value is 0.00%
  • yellow value is 20.51%
  • key color value is 23.53%
CMYK:
(2,0,21,24)
C2M0Y21K24 
(2%,0%,21%,24%)
(0.02/0.00/0.21/0.24)	

CMYK percentages

%2.05
%0
%20.51
%23.53

Codes

Color #BFC39B in popluar color models

BFC39B
RGB191195155
HSL66°25.00%68.63%
HSB/HSV66°20.51%76.47%
CMYK2.05%0.00%20.51%
23.53%

Color #BFC39B in popluar number systems.

HEXBFC39B
Decimal191195155
Binary101111111100001110011011
Octal277303233

Shades and tints

Shades of #BFC39B

#BFC39B
(191,195,155)
#AEB28D
(174,178,141)
#9DA17F
(157,161,127)
#8C9071
(140,144,113)
#7B7F63
(123,127,99)
#6A6E55
(106,110,85)
#595D47
(89,93,71)
#484C39
(72,76,57)
#373B2B
(55,59,43)
#262A1D
(38,42,29)
#15190F
(21,25,15)
#000000
(0,0,0)

Tints of #BFC39B

#BFC39B
(191,195,155)
#C4C8A4
(196,200,164)
#C9CDAD
(201,205,173)
#CED2B6
(206,210,182)
#D3D7BF
(211,215,191)
#D8DCC8
(216,220,200)
#DDE1D1
(221,225,209)
#E2E6DA
(226,230,218)
#E7EBE3
(231,235,227)
#ECF0EC
(236,240,236)
#F1F5F5
(241,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFC39B color. Also use rgb(191,195,155) instead hex code.

Text Font Color

.myTextColor { color: #BFC39B; }

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

This text font color is #BFC39B.


Background Color

.myBgColor { background-color: #BFC39B; }

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

This div background color is #BFC39B.


Border color

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

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

This div border color is #BFC39B.


Opacity

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

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

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

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

This text has shadow with #BFC39B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFC39B on black background.


Color preview on white background

This text has color #BFC39B on white background.



Black color preview on #BFC39B background

This text has black color on #BFC39B background.


White color preview on #BFC39B background

This text has white color on #BFC39B background.