COLOR #BFA3A6

HEX: #BFA3A6 RGB: (191,163,166)

Color info

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

RGB color model

#BFA3A6 color RGB value is (191,163,166).

RGB: (191,163,166) (75%, 64%, 65%)

RGB channels and saturation

R 191 of 255 = 75%
G 163 of 255 = 64%
B 166 of 255 = 65%

191
163
166

R + G + B ~ 68%. #BFA3A6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 191 + 163 + 166 = 520 (100%)
R 191 of 520 ~ 36.73%
G 163 of 520 ~ 31.35%
B 166 of 520 ~ 31.92'%

%36.73
%31.35
%31.92

CMYK color model

#BFA3A6 color CMYK value is (0,15,13,25).

  • cyan value is 0.00%
  • magenta value is 14.66%
  • yellow value is 13.09%
  • key color value is 25.10%
CMYK: (0,15,13,25) C0M15Y13K25 (0%,15%,13%,25%) (0.00/0.15/0.13/0.25) 

CMYK percentages

%0
%14.66
%13.09
%25.1

Codes

Color #BFA3A6 in popluar color models

BF A3 A6
RGB 191 163 166
HSL 354° 17.95% 69.41%
HSB/HSV 354° 14.66% 74.90%
CMYK 0.00% 14.66% 13.09%
25.10%

Color #BFA3A6 in popluar number systems.

HEX BF A3 A6
Decimal 191 163 166
Binary 10111111 10100011 10100110
Octal 277 243 246

Shades and tints

Shades of #BFA3A6

#BFA3A6
(191,163,166)
#AE9597
(174,149,151)
#9D8788
(157,135,136)
#8C7979
(140,121,121)
#7B6B6A
(123,107,106)
#6A5D5B
(106,93,91)
#594F4C
(89,79,76)
#48413D
(72,65,61)
#37332E
(55,51,46)
#26251F
(38,37,31)
#151710
(21,23,16)
#000000
(0,0,0)

Tints of #BFA3A6

#BFA3A6
(191,163,166)
#C4ABAE
(196,171,174)
#C9B3B6
(201,179,182)
#CEBBBE
(206,187,190)
#D3C3C6
(211,195,198)
#D8CBCE
(216,203,206)
#DDD3D6
(221,211,214)
#E2DBDE
(226,219,222)
#E7E3E6
(231,227,230)
#ECEBEE
(236,235,238)
#F1F3F6
(241,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFA3A6; }

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

This text font color is #BFA3A6.

Background Color

.myBgColor { background-color: #BFA3A6; }

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

This div background color is #BFA3A6.

Border color

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

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

This div border color is #BFA3A6.

Opacity

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

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

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

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

This text has shadow with #BFA3A6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFA3A6.

Preview

Color preview on black background

This text has color #BFA3A6 on black background.


Color preview on white background

This text has color #BFA3A6 on white background.


Black color preview on #BFA3A6 background

This text has black color on #BFA3A6 background.


White color preview on #BFA3A6 background

This text has white color on #BFA3A6 background.


Related colors

Complementary color

Complementary color for #hex is #405C59.


I love getcolorcode.com

Triadic colors

1 #A6BFA3 and #A3A6BF with #BFA3A6 are triadic colors.

2 #A6A3BF and #A3BFA6 with #BFA3A6 are triadic colors.