COLOR #BFAAB7

HEX: #BFAAB7
RGB: (191,170,183)

Color info

#BFAAB7 contains red, green and blue colors in about the same proportion. Web safe color of #BFAAB7 is #CC99CC (or #C9C).

RGB color model

#BFAAB7 color RGB value is (191,170,183).

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

RGB channels and saturation

R 191 of 255 = 75%
G 170 of 255 = 67%
B 183 of 255 = 72%

191
170
183

R + G + B ~ 71%. #BFAAB7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 170 + 183 = 544 (100%)
R 191 of 544 ~ 35.11%
G 170 of 544 ~ 31.25%
B 183 of 544 ~ 33.64%

%35.11
%31.25
%33.64

CMYK color model

#BFAAB7 color CMYK value is (0,11,4,25).

  • cyan value is 0.00%
  • magenta value is 10.99%
  • yellow value is 4.19%
  • key color value is 25.10%
CMYK:
(0,11,4,25)
C0M11Y4K25 
(0%,11%,4%,25%)
(0.00/0.11/0.04/0.25)	

CMYK percentages

%0
%10.99
%4.19
%25.1

Codes

Color #BFAAB7 in popluar color models

BFAAB7
RGB191170183
HSL323°14.09%70.78%
HSB/HSV323°10.99%74.90%
CMYK0.00%10.99%4.19%
25.10%

Color #BFAAB7 in popluar number systems.

HEXBFAAB7
Decimal191170183
Binary101111111010101010110111
Octal277252267

Shades and tints

Shades of #BFAAB7

#BFAAB7
(191,170,183)
#AE9BA7
(174,155,167)
#9D8C97
(157,140,151)
#8C7D87
(140,125,135)
#7B6E77
(123,110,119)
#6A5F67
(106,95,103)
#595057
(89,80,87)
#484147
(72,65,71)
#373237
(55,50,55)
#262327
(38,35,39)
#151417
(21,20,23)
#000000
(0,0,0)

Tints of #BFAAB7

#BFAAB7
(191,170,183)
#C4B1BD
(196,177,189)
#C9B8C3
(201,184,195)
#CEBFC9
(206,191,201)
#D3C6CF
(211,198,207)
#D8CDD5
(216,205,213)
#DDD4DB
(221,212,219)
#E2DBE1
(226,219,225)
#E7E2E7
(231,226,231)
#ECE9ED
(236,233,237)
#F1F0F3
(241,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFAAB7; }

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

This text font color is #BFAAB7.


Background Color

.myBgColor { background-color: #BFAAB7; }

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

This div background color is #BFAAB7.


Border color

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

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

This div border color is #BFAAB7.


Opacity

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

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

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

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

This text has shadow with #BFAAB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFAAB7 on black background.


Color preview on white background

This text has color #BFAAB7 on white background.



Black color preview on #BFAAB7 background

This text has black color on #BFAAB7 background.


White color preview on #BFAAB7 background

This text has white color on #BFAAB7 background.