COLOR #BFB7BD

HEX: #BFB7BD
RGB: (191,183,189)

Color info

#BFB7BD contains red, green and blue colors in about the same proportion. Web safe color of #BFB7BD is #CCCCCC (or #CCC).

RGB color model

#BFB7BD color RGB value is (191,183,189).

  • red value is 191;
  • green value is 183;
  • blue value is 189.
RGB:
(191,183,189)
(75%,72%,74%)

RGB channels and saturation

R 191 of 255 = 75%
G 183 of 255 = 72%
B 189 of 255 = 74%

191
183
189

R + G + B ~ 74%. #BFB7BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
191 + 183 + 189 = 563 (100%)
R 191 of 563 ~ 33.93%
G 183 of 563 ~ 32.5%
B 189 of 563 ~ 33.57%

%33.93
%32.5
%33.57

CMYK color model

#BFB7BD color CMYK value is (0,4,1,25).

  • cyan value is 0.00%
  • magenta value is 4.19%
  • yellow value is 1.05%
  • key color value is 25.10%
CMYK:
(0,4,1,25)
C0M4Y1K25 
(0%,4%,1%,25%)
(0.00/0.04/0.01/0.25)	

CMYK percentages

%0
%4.19
%1.05
%25.1

Codes

Color #BFB7BD in popluar color models

BFB7BD
RGB191183189
HSL315°5.88%73.33%
HSB/HSV315°4.19%74.90%
CMYK0.00%4.19%1.05%
25.10%

Color #BFB7BD in popluar number systems.

HEXBFB7BD
Decimal191183189
Binary101111111011011110111101
Octal277267275

Shades and tints

Shades of #BFB7BD

#BFB7BD
(191,183,189)
#AEA7AC
(174,167,172)
#9D979B
(157,151,155)
#8C878A
(140,135,138)
#7B7779
(123,119,121)
#6A6768
(106,103,104)
#595757
(89,87,87)
#484746
(72,71,70)
#373735
(55,55,53)
#262724
(38,39,36)
#151713
(21,23,19)
#000000
(0,0,0)

Tints of #BFB7BD

#BFB7BD
(191,183,189)
#C4BDC3
(196,189,195)
#C9C3C9
(201,195,201)
#CEC9CF
(206,201,207)
#D3CFD5
(211,207,213)
#D8D5DB
(216,213,219)
#DDDBE1
(221,219,225)
#E2E1E7
(226,225,231)
#E7E7ED
(231,231,237)
#ECEDF3
(236,237,243)
#F1F3F9
(241,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFB7BD color. Also use rgb(191,183,189) instead hex code.

Text Font Color

.myTextColor { color: #BFB7BD; }

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

This text font color is #BFB7BD.


Background Color

.myBgColor { background-color: #BFB7BD; }

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

This div background color is #BFB7BD.


Border color

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

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

This div border color is #BFB7BD.


Opacity

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

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

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

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

This text has shadow with #BFB7BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BFB7BD on black background.


Color preview on white background

This text has color #BFB7BD on white background.



Black color preview on #BFB7BD background

This text has black color on #BFB7BD background.


White color preview on #BFB7BD background

This text has white color on #BFB7BD background.