COLOR #BFC988

HEX: #BFC988 RGB: (191,201,136)

Color info

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

RGB color model

#BFC988 color RGB value is (191,201,136).

RGB: (191,201,136) (75%, 79%, 53%)

RGB channels and saturation

R 191 of 255 = 75%
G 201 of 255 = 79%
B 136 of 255 = 53%

191
201
136

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

Portions of RGB colors in percentages

R + G + B = 191 + 201 + 136 = 528 (100%)
R 191 of 528 ~ 36.17%
G 201 of 528 ~ 38.07%
B 136 of 528 ~ 25.76'%

%36.17
%38.07
%25.76

CMYK color model

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

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

CMYK: (5,0,32,21)
C5M0Y32K21 (5%, 0%, 32%, 21%)
(0.05 / 0.00 / 0.32 / 0.21)

CMYK percentages

%4.98
%0
%32.34
%21.18

Codes

Color #BFC988 in popluar color models

BF C9 88
RGB 191 201 136
HSL 69° 37.57% 66.08%
HSB/HSV 69° 32.34% 78.82%
CMYK 4.98% 0.00% 32.34%
21.18%

Color #BFC988 in popluar number systems.

HEX BF C9 88
Decimal 191 201 136
Binary 10111111 11001001 10001000
Octal 277 311 210

Shades and tints

Shades of #BFC988

#BFC988
(191,201,136)
#AEB77C
(174,183,124)
#9DA570
(157,165,112)
#8C9364
(140,147,100)
#7B8158
(123,129,88)
#6A6F4C
(106,111,76)
#595D40
(89,93,64)
#484B34
(72,75,52)
#373928
(55,57,40)
#26271C
(38,39,28)
#151510
(21,21,16)
#000000
(0,0,0)

Tints of #BFC988

#BFC988
(191,201,136)
#C4CD92
(196,205,146)
#C9D19C
(201,209,156)
#CED5A6
(206,213,166)
#D3D9B0
(211,217,176)
#D8DDBA
(216,221,186)
#DDE1C4
(221,225,196)
#E2E5CE
(226,229,206)
#E7E9D8
(231,233,216)
#ECEDE2
(236,237,226)
#F1F1EC
(241,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFC988; }

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

This text font color is #BFC988.

Background Color

.myBgColor { background-color: #BFC988; }

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

This div background color is #BFC988.

Border color

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

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

This div border color is #BFC988.

Opacity

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

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

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

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

This text has shadow with #BFC988 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFC988.

Preview

Color preview on black background

This text has color #BFC988 on black background.


Color preview on white background

This text has color #BFC988 on white background.


Black color preview on #BFC988 background

This text has black color on #BFC988 background.


White color preview on #BFC988 background

This text has white color on #BFC988 background.


Related colors

Complementary color

Complementary color for #hex is #403677.


I love getcolorcode.com

Triadic colors

1 #88BFC9 and #C988BF with #BFC988 are triadic colors.

2 #88C9BF and #C9BF88 with #BFC988 are triadic colors.