COLOR #BFAFB5

HEX: #BFAFB5
RGB: (191,175,181)

Color info

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

RGB color model

#BFAFB5 color RGB value is (191,175,181).

  • red value is 191;
  • green value is 175;
  • blue value is 181.
RGB:
(191,175,181)
(75%,69%,71%)

RGB channels and saturation

R 191 of 255 = 75%
G 175 of 255 = 69%
B 181 of 255 = 71%

191
175
181

R + G + B ~ 72%. #BFAFB5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 175 + 181 = 547 (100%)
R 191 of 547 ~ 34.92%
G 175 of 547 ~ 31.99%
B 181 of 547 ~ 33.09%

%34.92
%31.99
%33.09

CMYK color model

#BFAFB5 color CMYK value is (0,8,5,25).

  • cyan value is 0.00%
  • magenta value is 8.38%
  • yellow value is 5.24%
  • key color value is 25.10%
CMYK:
(0,8,5,25)
C0M8Y5K25 
(0%,8%,5%,25%)
(0.00/0.08/0.05/0.25)	

CMYK percentages

%0
%8.38
%5.24
%25.1

Codes

Color #BFAFB5 in popluar color models

BFAFB5
RGB191175181
HSL338°11.11%71.76%
HSB/HSV338°8.38%74.90%
CMYK0.00%8.38%5.24%
25.10%

Color #BFAFB5 in popluar number systems.

HEXBFAFB5
Decimal191175181
Binary101111111010111110110101
Octal277257265

Shades and tints

Shades of #BFAFB5

#BFAFB5
(191,175,181)
#AEA0A5
(174,160,165)
#9D9195
(157,145,149)
#8C8285
(140,130,133)
#7B7375
(123,115,117)
#6A6465
(106,100,101)
#595555
(89,85,85)
#484645
(72,70,69)
#373735
(55,55,53)
#262825
(38,40,37)
#151915
(21,25,21)
#000000
(0,0,0)

Tints of #BFAFB5

#BFAFB5
(191,175,181)
#C4B6BB
(196,182,187)
#C9BDC1
(201,189,193)
#CEC4C7
(206,196,199)
#D3CBCD
(211,203,205)
#D8D2D3
(216,210,211)
#DDD9D9
(221,217,217)
#E2E0DF
(226,224,223)
#E7E7E5
(231,231,229)
#ECEEEB
(236,238,235)
#F1F5F1
(241,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFAFB5 color. Also use rgb(191,175,181) instead hex code.

Text Font Color

.myTextColor { color: #BFAFB5; }

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

This text font color is #BFAFB5.


Background Color

.myBgColor { background-color: #BFAFB5; }

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

This div background color is #BFAFB5.


Border color

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

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

This div border color is #BFAFB5.


Opacity

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

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

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

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

This text has shadow with #BFAFB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFAFB5 on black background.


Color preview on white background

This text has color #BFAFB5 on white background.



Black color preview on #BFAFB5 background

This text has black color on #BFAFB5 background.


White color preview on #BFAFB5 background

This text has white color on #BFAFB5 background.