COLOR #BFC197

HEX: #BFC197 RGB: (191,193,151)

Color info

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

RGB color model

#BFC197 color RGB value is (191,193,151).

RGB: (191,193,151) (75%, 76%, 59%)

RGB channels and saturation

R 191 of 255 = 75%
G 193 of 255 = 76%
B 151 of 255 = 59%

191
193
151

R + G + B ~ 70%. #BFC197 is quite light color.

Portions of RGB colors in percentages

R + G + B = 191 + 193 + 151 = 535 (100%)
R 191 of 535 ~ 35.7%
G 193 of 535 ~ 36.07%
B 151 of 535 ~ 28.22'%

%35.7
%36.07
%28.22

CMYK color model

#BFC197 color CMYK value is (1,0,22,24).

  • cyan value is 1.04%
  • magenta value is 0.00%
  • yellow value is 21.76%
  • key color value is 24.31%

CMYK: (1,0,22,24)
C1M0Y22K24 (1%, 0%, 22%, 24%)
(0.01 / 0.00 / 0.22 / 0.24)

CMYK percentages

%1.04
%0
%21.76
%24.31

Codes

Color #BFC197 in popluar color models

BF C1 97
RGB 191 193 151
HSL 63° 25.30% 67.45%
HSB/HSV 63° 21.76% 75.69%
CMYK 1.04% 0.00% 21.76%
24.31%

Color #BFC197 in popluar number systems.

HEX BF C1 97
Decimal 191 193 151
Binary 10111111 11000001 10010111
Octal 277 301 227

Shades and tints

Shades of #BFC197

#BFC197
(191,193,151)
#AEB08A
(174,176,138)
#9D9F7D
(157,159,125)
#8C8E70
(140,142,112)
#7B7D63
(123,125,99)
#6A6C56
(106,108,86)
#595B49
(89,91,73)
#484A3C
(72,74,60)
#37392F
(55,57,47)
#262822
(38,40,34)
#151715
(21,23,21)
#000000
(0,0,0)

Tints of #BFC197

#BFC197
(191,193,151)
#C4C6A0
(196,198,160)
#C9CBA9
(201,203,169)
#CED0B2
(206,208,178)
#D3D5BB
(211,213,187)
#D8DAC4
(216,218,196)
#DDDFCD
(221,223,205)
#E2E4D6
(226,228,214)
#E7E9DF
(231,233,223)
#ECEEE8
(236,238,232)
#F1F3F1
(241,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFC197 color. Also use rgb(191,193,151) instead hex code.

Text Font Color

.myTextColor { color: #BFC197; }

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

This text font color is #BFC197.

Background Color

.myBgColor { background-color: #BFC197; }

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

This div background color is #BFC197.

Border color

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

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

This div border color is #BFC197.

Opacity

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

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

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

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

This text has shadow with #BFC197 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFC197.

Preview

Color preview on black background

This text has color #BFC197 on black background.


Color preview on white background

This text has color #BFC197 on white background.


Black color preview on #BFC197 background

This text has black color on #BFC197 background.


White color preview on #BFC197 background

This text has white color on #BFC197 background.


Related colors

Complementary color

Complementary color for #hex is #403E68.


I love getcolorcode.com

Triadic colors

1 #97BFC1 and #C197BF with #BFC197 are triadic colors.

2 #97C1BF and #C1BF97 with #BFC197 are triadic colors.