COLOR #BFC9AD

HEX: #BFC9AD
RGB: (191,201,173)

Color info

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

RGB color model

#BFC9AD color RGB value is (191,201,173).

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

RGB channels and saturation

R 191 of 255 = 75%
G 201 of 255 = 79%
B 173 of 255 = 68%

191
201
173

R + G + B ~ 74%. #BFC9AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 201 + 173 = 565 (100%)
R 191 of 565 ~ 33.81%
G 201 of 565 ~ 35.58%
B 173 of 565 ~ 30.62%

%33.81
%35.58
%30.62

CMYK color model

#BFC9AD color CMYK value is (5,0,14,21).

  • cyan value is 4.98%
  • magenta value is 0.00%
  • yellow value is 13.93%
  • key color value is 21.18%
CMYK:
(5,0,14,21)
C5M0Y14K21 
(5%,0%,14%,21%)
(0.05/0.00/0.14/0.21)	

CMYK percentages

%4.98
%0
%13.93
%21.18

Codes

Color #BFC9AD in popluar color models

BFC9AD
RGB191201173
HSL81°20.59%73.33%
HSB/HSV81°13.93%78.82%
CMYK4.98%0.00%13.93%
21.18%

Color #BFC9AD in popluar number systems.

HEXBFC9AD
Decimal191201173
Binary101111111100100110101101
Octal277311255

Shades and tints

Shades of #BFC9AD

#BFC9AD
(191,201,173)
#AEB79E
(174,183,158)
#9DA58F
(157,165,143)
#8C9380
(140,147,128)
#7B8171
(123,129,113)
#6A6F62
(106,111,98)
#595D53
(89,93,83)
#484B44
(72,75,68)
#373935
(55,57,53)
#262726
(38,39,38)
#151517
(21,21,23)
#000000
(0,0,0)

Tints of #BFC9AD

#BFC9AD
(191,201,173)
#C4CDB4
(196,205,180)
#C9D1BB
(201,209,187)
#CED5C2
(206,213,194)
#D3D9C9
(211,217,201)
#D8DDD0
(216,221,208)
#DDE1D7
(221,225,215)
#E2E5DE
(226,229,222)
#E7E9E5
(231,233,229)
#ECEDEC
(236,237,236)
#F1F1F3
(241,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFC9AD; }

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

This text font color is #BFC9AD.


Background Color

.myBgColor { background-color: #BFC9AD; }

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

This div background color is #BFC9AD.


Border color

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

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

This div border color is #BFC9AD.


Opacity

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

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

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

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

This text has shadow with #BFC9AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFC9AD on black background.


Color preview on white background

This text has color #BFC9AD on white background.



Black color preview on #BFC9AD background

This text has black color on #BFC9AD background.


White color preview on #BFC9AD background

This text has white color on #BFC9AD background.