COLOR #BFA5A9

HEX: #BFA5A9
RGB: (191,165,169)

Color info

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

RGB color model

#BFA5A9 color RGB value is (191,165,169).

  • red value is 191;
  • green value is 165;
  • blue value is 169.
RGB:
(191,165,169)
(75%,65%,66%)

RGB channels and saturation

R 191 of 255 = 75%
G 165 of 255 = 65%
B 169 of 255 = 66%

191
165
169

R + G + B ~ 69%. #BFA5A9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 165 + 169 = 525 (100%)
R 191 of 525 ~ 36.38%
G 165 of 525 ~ 31.43%
B 169 of 525 ~ 32.19%

%36.38
%31.43
%32.19

CMYK color model

#BFA5A9 color CMYK value is (0,14,12,25).

  • cyan value is 0.00%
  • magenta value is 13.61%
  • yellow value is 11.52%
  • key color value is 25.10%
CMYK:
(0,14,12,25)
C0M14Y12K25 
(0%,14%,12%,25%)
(0.00/0.14/0.12/0.25)	

CMYK percentages

%0
%13.61
%11.52
%25.1

Codes

Color #BFA5A9 in popluar color models

BFA5A9
RGB191165169
HSL351°16.88%69.80%
HSB/HSV351°13.61%74.90%
CMYK0.00%13.61%11.52%
25.10%

Color #BFA5A9 in popluar number systems.

HEXBFA5A9
Decimal191165169
Binary101111111010010110101001
Octal277245251

Shades and tints

Shades of #BFA5A9

#BFA5A9
(191,165,169)
#AE969A
(174,150,154)
#9D878B
(157,135,139)
#8C787C
(140,120,124)
#7B696D
(123,105,109)
#6A5A5E
(106,90,94)
#594B4F
(89,75,79)
#483C40
(72,60,64)
#372D31
(55,45,49)
#261E22
(38,30,34)
#150F13
(21,15,19)
#000000
(0,0,0)

Tints of #BFA5A9

#BFA5A9
(191,165,169)
#C4ADB0
(196,173,176)
#C9B5B7
(201,181,183)
#CEBDBE
(206,189,190)
#D3C5C5
(211,197,197)
#D8CDCC
(216,205,204)
#DDD5D3
(221,213,211)
#E2DDDA
(226,221,218)
#E7E5E1
(231,229,225)
#ECEDE8
(236,237,232)
#F1F5EF
(241,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFA5A9 color. Also use rgb(191,165,169) instead hex code.

Text Font Color

.myTextColor { color: #BFA5A9; }

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

This text font color is #BFA5A9.


Background Color

.myBgColor { background-color: #BFA5A9; }

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

This div background color is #BFA5A9.


Border color

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

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

This div border color is #BFA5A9.


Opacity

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

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

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

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

This text has shadow with #BFA5A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFA5A9 on black background.


Color preview on white background

This text has color #BFA5A9 on white background.



Black color preview on #BFA5A9 background

This text has black color on #BFA5A9 background.


White color preview on #BFA5A9 background

This text has white color on #BFA5A9 background.