COLOR #BFAAB1

HEX: #BFAAB1
RGB: (191,170,177)

Color info

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

RGB color model

#BFAAB1 color RGB value is (191,170,177).

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

RGB channels and saturation

R 191 of 255 = 75%
G 170 of 255 = 67%
B 177 of 255 = 69%

191
170
177

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

Portions of RGB colors in percentages

R + G + B =
191 + 170 + 177 = 538 (100%)
R 191 of 538 ~ 35.5%
G 170 of 538 ~ 31.6%
B 177 of 538 ~ 32.9%

%35.5
%31.6
%32.9

CMYK color model

#BFAAB1 color CMYK value is (0,11,7,25).

  • cyan value is 0.00%
  • magenta value is 10.99%
  • yellow value is 7.33%
  • key color value is 25.10%
CMYK:
(0,11,7,25)
C0M11Y7K25 
(0%,11%,7%,25%)
(0.00/0.11/0.07/0.25)	

CMYK percentages

%0
%10.99
%7.33
%25.1

Codes

Color #BFAAB1 in popluar color models

BFAAB1
RGB191170177
HSL340°14.09%70.78%
HSB/HSV340°10.99%74.90%
CMYK0.00%10.99%7.33%
25.10%

Color #BFAAB1 in popluar number systems.

HEXBFAAB1
Decimal191170177
Binary101111111010101010110001
Octal277252261

Shades and tints

Shades of #BFAAB1

#BFAAB1
(191,170,177)
#AE9BA1
(174,155,161)
#9D8C91
(157,140,145)
#8C7D81
(140,125,129)
#7B6E71
(123,110,113)
#6A5F61
(106,95,97)
#595051
(89,80,81)
#484141
(72,65,65)
#373231
(55,50,49)
#262321
(38,35,33)
#151411
(21,20,17)
#000000
(0,0,0)

Tints of #BFAAB1

#BFAAB1
(191,170,177)
#C4B1B8
(196,177,184)
#C9B8BF
(201,184,191)
#CEBFC6
(206,191,198)
#D3C6CD
(211,198,205)
#D8CDD4
(216,205,212)
#DDD4DB
(221,212,219)
#E2DBE2
(226,219,226)
#E7E2E9
(231,226,233)
#ECE9F0
(236,233,240)
#F1F0F7
(241,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFAAB1; }

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

This text font color is #BFAAB1.


Background Color

.myBgColor { background-color: #BFAAB1; }

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

This div background color is #BFAAB1.


Border color

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

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

This div border color is #BFAAB1.


Opacity

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

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

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

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

This text has shadow with #BFAAB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFAAB1 on black background.


Color preview on white background

This text has color #BFAAB1 on white background.



Black color preview on #BFAAB1 background

This text has black color on #BFAAB1 background.


White color preview on #BFAAB1 background

This text has white color on #BFAAB1 background.