COLOR #BFA7B2

HEX: #BFA7B2
RGB: (191,167,178)

Color info

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

RGB color model

#BFA7B2 color RGB value is (191,167,178).

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

RGB channels and saturation

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

191
167
178

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

Portions of RGB colors in percentages

R + G + B =
191 + 167 + 178 = 536 (100%)
R 191 of 536 ~ 35.63%
G 167 of 536 ~ 31.16%
B 178 of 536 ~ 33.21%

%35.63
%31.16
%33.21

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.57%
  • 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
%12.57
%6.81
%25.1

Codes

Color #BFA7B2 in popluar color models

BFA7B2
RGB191167178
HSL333°15.79%70.20%
HSB/HSV333°12.57%74.90%
CMYK0.00%12.57%6.81%
25.10%

Color #BFA7B2 in popluar number systems.

HEXBFA7B2
Decimal191167178
Binary101111111010011110110010
Octal277247262

Shades and tints

Shades of #BFA7B2

#BFA7B2
(191,167,178)
#AE98A2
(174,152,162)
#9D8992
(157,137,146)
#8C7A82
(140,122,130)
#7B6B72
(123,107,114)
#6A5C62
(106,92,98)
#594D52
(89,77,82)
#483E42
(72,62,66)
#372F32
(55,47,50)
#262022
(38,32,34)
#151112
(21,17,18)
#000000
(0,0,0)

Tints of #BFA7B2

#BFA7B2
(191,167,178)
#C4AFB9
(196,175,185)
#C9B7C0
(201,183,192)
#CEBFC7
(206,191,199)
#D3C7CE
(211,199,206)
#D8CFD5
(216,207,213)
#DDD7DC
(221,215,220)
#E2DFE3
(226,223,227)
#E7E7EA
(231,231,234)
#ECEFF1
(236,239,241)
#F1F7F8
(241,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFA7B2; }

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

This text font color is #BFA7B2.


Background Color

.myBgColor { background-color: #BFA7B2; }

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

This div background color is #BFA7B2.


Border color

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

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

This div border color is #BFA7B2.


Opacity

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

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

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

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

This text has shadow with #BFA7B2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFA7B2 on black background.


Color preview on white background

This text has color #BFA7B2 on white background.



Black color preview on #BFA7B2 background

This text has black color on #BFA7B2 background.


White color preview on #BFA7B2 background

This text has white color on #BFA7B2 background.