COLOR #BFA6B2

HEX: #BFA6B2
RGB: (191,166,178)

Color info

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

RGB color model

#BFA6B2 color RGB value is (191,166,178).

  • red value is 191;
  • green value is 166;
  • blue value is 178.
RGB:
(191,166,178)
(75%,65%,70%)

RGB channels and saturation

R 191 of 255 = 75%
G 166 of 255 = 65%
B 178 of 255 = 70%

191
166
178

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

Portions of RGB colors in percentages

R + G + B =
191 + 166 + 178 = 535 (100%)
R 191 of 535 ~ 35.7%
G 166 of 535 ~ 31.03%
B 178 of 535 ~ 33.27%

%35.7
%31.03
%33.27

CMYK color model

#BFA6B2 color CMYK value is (0,13,7,25).

  • cyan value is 0.00%
  • magenta value is 13.09%
  • yellow value is 6.81%
  • key color value is 25.10%
CMYK:
(0,13,7,25)
C0M13Y7K25 
(0%,13%,7%,25%)
(0.00/0.13/0.07/0.25)	

CMYK percentages

%0
%13.09
%6.81
%25.1

Codes

Color #BFA6B2 in popluar color models

BFA6B2
RGB191166178
HSL331°16.34%70.00%
HSB/HSV331°13.09%74.90%
CMYK0.00%13.09%6.81%
25.10%

Color #BFA6B2 in popluar number systems.

HEXBFA6B2
Decimal191166178
Binary101111111010011010110010
Octal277246262

Shades and tints

Shades of #BFA6B2

#BFA6B2
(191,166,178)
#AE97A2
(174,151,162)
#9D8892
(157,136,146)
#8C7982
(140,121,130)
#7B6A72
(123,106,114)
#6A5B62
(106,91,98)
#594C52
(89,76,82)
#483D42
(72,61,66)
#372E32
(55,46,50)
#261F22
(38,31,34)
#151012
(21,16,18)
#000000
(0,0,0)

Tints of #BFA6B2

#BFA6B2
(191,166,178)
#C4AEB9
(196,174,185)
#C9B6C0
(201,182,192)
#CEBEC7
(206,190,199)
#D3C6CE
(211,198,206)
#D8CED5
(216,206,213)
#DDD6DC
(221,214,220)
#E2DEE3
(226,222,227)
#E7E6EA
(231,230,234)
#ECEEF1
(236,238,241)
#F1F6F8
(241,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFA6B2; }

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

This text font color is #BFA6B2.


Background Color

.myBgColor { background-color: #BFA6B2; }

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

This div background color is #BFA6B2.


Border color

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

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

This div border color is #BFA6B2.


Opacity

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

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

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

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

This text has shadow with #BFA6B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFA6B2 on black background.


Color preview on white background

This text has color #BFA6B2 on white background.



Black color preview on #BFA6B2 background

This text has black color on #BFA6B2 background.


White color preview on #BFA6B2 background

This text has white color on #BFA6B2 background.