COLOR #BFAB97

HEX: #BFAB97
RGB: (191,171,151)

Color info

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

RGB color model

#BFAB97 color RGB value is (191,171,151).

  • red value is 191;
  • green value is 171;
  • blue value is 151.
RGB:
(191,171,151)
(75%,67%,59%)

RGB channels and saturation

R 191 of 255 = 75%
G 171 of 255 = 67%
B 151 of 255 = 59%

191
171
151

R + G + B ~ 67%. #BFAB97 is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 171 + 151 = 513 (100%)
R 191 of 513 ~ 37.23%
G 171 of 513 ~ 33.33%
B 151 of 513 ~ 29.43%

%37.23
%33.33
%29.43

CMYK color model

#BFAB97 color CMYK value is (0,10,21,25).

  • cyan value is 0.00%
  • magenta value is 10.47%
  • yellow value is 20.94%
  • key color value is 25.10%
CMYK:
(0,10,21,25)
C0M10Y21K25 
(0%,10%,21%,25%)
(0.00/0.10/0.21/0.25)	

CMYK percentages

%0
%10.47
%20.94
%25.1

Codes

Color #BFAB97 in popluar color models

BFAB97
RGB191171151
HSL30°23.81%67.06%
HSB/HSV30°20.94%74.90%
CMYK0.00%10.47%20.94%
25.10%

Color #BFAB97 in popluar number systems.

HEXBFAB97
Decimal191171151
Binary101111111010101110010111
Octal277253227

Shades and tints

Shades of #BFAB97

#BFAB97
(191,171,151)
#AE9C8A
(174,156,138)
#9D8D7D
(157,141,125)
#8C7E70
(140,126,112)
#7B6F63
(123,111,99)
#6A6056
(106,96,86)
#595149
(89,81,73)
#48423C
(72,66,60)
#37332F
(55,51,47)
#262422
(38,36,34)
#151515
(21,21,21)
#000000
(0,0,0)

Tints of #BFAB97

#BFAB97
(191,171,151)
#C4B2A0
(196,178,160)
#C9B9A9
(201,185,169)
#CEC0B2
(206,192,178)
#D3C7BB
(211,199,187)
#D8CEC4
(216,206,196)
#DDD5CD
(221,213,205)
#E2DCD6
(226,220,214)
#E7E3DF
(231,227,223)
#ECEAE8
(236,234,232)
#F1F1F1
(241,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFAB97; }

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

This text font color is #BFAB97.


Background Color

.myBgColor { background-color: #BFAB97; }

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

This div background color is #BFAB97.


Border color

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

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

This div border color is #BFAB97.


Opacity

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

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

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

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

This text has shadow with #BFAB97 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFAB97 on black background.


Color preview on white background

This text has color #BFAB97 on white background.



Black color preview on #BFAB97 background

This text has black color on #BFAB97 background.


White color preview on #BFAB97 background

This text has white color on #BFAB97 background.