COLOR #BFC9A3

HEX: #BFC9A3
RGB: (191,201,163)

Color info

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

RGB color model

#BFC9A3 color RGB value is (191,201,163).

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

RGB channels and saturation

R 191 of 255 = 75%
G 201 of 255 = 79%
B 163 of 255 = 64%

191
201
163

R + G + B ~ 73%. #BFC9A3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 201 + 163 = 555 (100%)
R 191 of 555 ~ 34.41%
G 201 of 555 ~ 36.22%
B 163 of 555 ~ 29.37%

%34.41
%36.22
%29.37

CMYK color model

#BFC9A3 color CMYK value is (5,0,19,21).

  • cyan value is 4.98%
  • magenta value is 0.00%
  • yellow value is 18.91%
  • key color value is 21.18%
CMYK:
(5,0,19,21)
C5M0Y19K21 
(5%,0%,19%,21%)
(0.05/0.00/0.19/0.21)	

CMYK percentages

%4.98
%0
%18.91
%21.18

Codes

Color #BFC9A3 in popluar color models

BFC9A3
RGB191201163
HSL76°26.03%71.37%
HSB/HSV76°18.91%78.82%
CMYK4.98%0.00%18.91%
21.18%

Color #BFC9A3 in popluar number systems.

HEXBFC9A3
Decimal191201163
Binary101111111100100110100011
Octal277311243

Shades and tints

Shades of #BFC9A3

#BFC9A3
(191,201,163)
#AEB795
(174,183,149)
#9DA587
(157,165,135)
#8C9379
(140,147,121)
#7B816B
(123,129,107)
#6A6F5D
(106,111,93)
#595D4F
(89,93,79)
#484B41
(72,75,65)
#373933
(55,57,51)
#262725
(38,39,37)
#151517
(21,21,23)
#000000
(0,0,0)

Tints of #BFC9A3

#BFC9A3
(191,201,163)
#C4CDAB
(196,205,171)
#C9D1B3
(201,209,179)
#CED5BB
(206,213,187)
#D3D9C3
(211,217,195)
#D8DDCB
(216,221,203)
#DDE1D3
(221,225,211)
#E2E5DB
(226,229,219)
#E7E9E3
(231,233,227)
#ECEDEB
(236,237,235)
#F1F1F3
(241,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFC9A3; }

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

This text font color is #BFC9A3.


Background Color

.myBgColor { background-color: #BFC9A3; }

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

This div background color is #BFC9A3.


Border color

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

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

This div border color is #BFC9A3.


Opacity

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

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

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

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

This text has shadow with #BFC9A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFC9A3 on black background.


Color preview on white background

This text has color #BFC9A3 on white background.



Black color preview on #BFC9A3 background

This text has black color on #BFC9A3 background.


White color preview on #BFC9A3 background

This text has white color on #BFC9A3 background.