COLOR #BFB1A6

HEX: #BFB1A6
RGB: (191,177,166)

Color info

#BFB1A6 contains red, green and blue colors in about the same proportion. Web safe color of #BFB1A6 is #CC9999 (or #C99).

RGB color model

#BFB1A6 color RGB value is (191,177,166).

  • red value is 191;
  • green value is 177;
  • blue value is 166.
RGB:
(191,177,166)
(75%,69%,65%)

RGB channels and saturation

R 191 of 255 = 75%
G 177 of 255 = 69%
B 166 of 255 = 65%

191
177
166

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

Portions of RGB colors in percentages

R + G + B =
191 + 177 + 166 = 534 (100%)
R 191 of 534 ~ 35.77%
G 177 of 534 ~ 33.15%
B 166 of 534 ~ 31.09%

%35.77
%33.15
%31.09

CMYK color model

#BFB1A6 color CMYK value is (0,7,13,25).

  • cyan value is 0.00%
  • magenta value is 7.33%
  • yellow value is 13.09%
  • key color value is 25.10%
CMYK:
(0,7,13,25)
C0M7Y13K25 
(0%,7%,13%,25%)
(0.00/0.07/0.13/0.25)	

CMYK percentages

%0
%7.33
%13.09
%25.1

Codes

Color #BFB1A6 in popluar color models

BFB1A6
RGB191177166
HSL26°16.34%70.00%
HSB/HSV26°13.09%74.90%
CMYK0.00%7.33%13.09%
25.10%

Color #BFB1A6 in popluar number systems.

HEXBFB1A6
Decimal191177166
Binary101111111011000110100110
Octal277261246

Shades and tints

Shades of #BFB1A6

#BFB1A6
(191,177,166)
#AEA197
(174,161,151)
#9D9188
(157,145,136)
#8C8179
(140,129,121)
#7B716A
(123,113,106)
#6A615B
(106,97,91)
#59514C
(89,81,76)
#48413D
(72,65,61)
#37312E
(55,49,46)
#26211F
(38,33,31)
#151110
(21,17,16)
#000000
(0,0,0)

Tints of #BFB1A6

#BFB1A6
(191,177,166)
#C4B8AE
(196,184,174)
#C9BFB6
(201,191,182)
#CEC6BE
(206,198,190)
#D3CDC6
(211,205,198)
#D8D4CE
(216,212,206)
#DDDBD6
(221,219,214)
#E2E2DE
(226,226,222)
#E7E9E6
(231,233,230)
#ECF0EE
(236,240,238)
#F1F7F6
(241,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFB1A6 color. Also use rgb(191,177,166) instead hex code.

Text Font Color

.myTextColor { color: #BFB1A6; }

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

This text font color is #BFB1A6.


Background Color

.myBgColor { background-color: #BFB1A6; }

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

This div background color is #BFB1A6.


Border color

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

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

This div border color is #BFB1A6.


Opacity

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

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

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

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

This text has shadow with #BFB1A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFB1A6 on black background.


Color preview on white background

This text has color #BFB1A6 on white background.



Black color preview on #BFB1A6 background

This text has black color on #BFB1A6 background.


White color preview on #BFB1A6 background

This text has white color on #BFB1A6 background.