COLOR #BFA5B4

HEX: #BFA5B4
RGB: (191,165,180)

Color info

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

RGB color model

#BFA5B4 color RGB value is (191,165,180).

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

RGB channels and saturation

R 191 of 255 = 75%
G 165 of 255 = 65%
B 180 of 255 = 71%

191
165
180

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

Portions of RGB colors in percentages

R + G + B =
191 + 165 + 180 = 536 (100%)
R 191 of 536 ~ 35.63%
G 165 of 536 ~ 30.78%
B 180 of 536 ~ 33.58%

%35.63
%30.78
%33.58

CMYK color model

#BFA5B4 color CMYK value is (0,14,6,25).

  • cyan value is 0.00%
  • magenta value is 13.61%
  • yellow value is 5.76%
  • key color value is 25.10%
CMYK:
(0,14,6,25)
C0M14Y6K25 
(0%,14%,6%,25%)
(0.00/0.14/0.06/0.25)	

CMYK percentages

%0
%13.61
%5.76
%25.1

Codes

Color #BFA5B4 in popluar color models

BFA5B4
RGB191165180
HSL325°16.88%69.80%
HSB/HSV325°13.61%74.90%
CMYK0.00%13.61%5.76%
25.10%

Color #BFA5B4 in popluar number systems.

HEXBFA5B4
Decimal191165180
Binary101111111010010110110100
Octal277245264

Shades and tints

Shades of #BFA5B4

#BFA5B4
(191,165,180)
#AE96A4
(174,150,164)
#9D8794
(157,135,148)
#8C7884
(140,120,132)
#7B6974
(123,105,116)
#6A5A64
(106,90,100)
#594B54
(89,75,84)
#483C44
(72,60,68)
#372D34
(55,45,52)
#261E24
(38,30,36)
#150F14
(21,15,20)
#000000
(0,0,0)

Tints of #BFA5B4

#BFA5B4
(191,165,180)
#C4ADBA
(196,173,186)
#C9B5C0
(201,181,192)
#CEBDC6
(206,189,198)
#D3C5CC
(211,197,204)
#D8CDD2
(216,205,210)
#DDD5D8
(221,213,216)
#E2DDDE
(226,221,222)
#E7E5E4
(231,229,228)
#ECEDEA
(236,237,234)
#F1F5F0
(241,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BFA5B4; }

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

This text font color is #BFA5B4.


Background Color

.myBgColor { background-color: #BFA5B4; }

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

This div background color is #BFA5B4.


Border color

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

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

This div border color is #BFA5B4.


Opacity

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

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

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

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

This text has shadow with #BFA5B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFA5B4 on black background.


Color preview on white background

This text has color #BFA5B4 on white background.



Black color preview on #BFA5B4 background

This text has black color on #BFA5B4 background.


White color preview on #BFA5B4 background

This text has white color on #BFA5B4 background.