COLOR #BFCC87

HEX: #BFCC87
RGB: (191,204,135)

Color info

#BFCC87 contains mainly red and green colors. Web safe color of #BFCC87 is #CCCC99 (or #CC9).

RGB color model

#BFCC87 color RGB value is (191,204,135).

  • red value is 191;
  • green value is 204;
  • blue value is 135.
RGB:
(191,204,135)
(75%,80%,53%)

RGB channels and saturation

R 191 of 255 = 75%
G 204 of 255 = 80%
B 135 of 255 = 53%

191
204
135

R + G + B ~ 69%. #BFCC87 is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 204 + 135 = 530 (100%)
R 191 of 530 ~ 36.04%
G 204 of 530 ~ 38.49%
B 135 of 530 ~ 25.47%

%36.04
%38.49
%25.47

CMYK color model

#BFCC87 color CMYK value is (6,0,34,20).

  • cyan value is 6.37%
  • magenta value is 0.00%
  • yellow value is 33.82%
  • key color value is 20.00%
CMYK:
(6,0,34,20)
C6M0Y34K20 
(6%,0%,34%,20%)
(0.06/0.00/0.34/0.20)	

CMYK percentages

%6.37
%0
%33.82
%20

Codes

Color #BFCC87 in popluar color models

BFCC87
RGB191204135
HSL71°40.35%66.47%
HSB/HSV71°33.82%80.00%
CMYK6.37%0.00%33.82%
20.00%

Color #BFCC87 in popluar number systems.

HEXBFCC87
Decimal191204135
Binary101111111100110010000111
Octal277314207

Shades and tints

Shades of #BFCC87

#BFCC87
(191,204,135)
#AEBA7B
(174,186,123)
#9DA86F
(157,168,111)
#8C9663
(140,150,99)
#7B8457
(123,132,87)
#6A724B
(106,114,75)
#59603F
(89,96,63)
#484E33
(72,78,51)
#373C27
(55,60,39)
#262A1B
(38,42,27)
#15180F
(21,24,15)
#000000
(0,0,0)

Tints of #BFCC87

#BFCC87
(191,204,135)
#C4D091
(196,208,145)
#C9D49B
(201,212,155)
#CED8A5
(206,216,165)
#D3DCAF
(211,220,175)
#D8E0B9
(216,224,185)
#DDE4C3
(221,228,195)
#E2E8CD
(226,232,205)
#E7ECD7
(231,236,215)
#ECF0E1
(236,240,225)
#F1F4EB
(241,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFCC87 color. Also use rgb(191,204,135) instead hex code.

Text Font Color

.myTextColor { color: #BFCC87; }

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

This text font color is #BFCC87.


Background Color

.myBgColor { background-color: #BFCC87; }

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

This div background color is #BFCC87.


Border color

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

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

This div border color is #BFCC87.


Opacity

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

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

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

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

This text has shadow with #BFCC87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFCC87 on black background.


Color preview on white background

This text has color #BFCC87 on white background.



Black color preview on #BFCC87 background

This text has black color on #BFCC87 background.


White color preview on #BFCC87 background

This text has white color on #BFCC87 background.