COLOR #B9BEBF

HEX: #B9BEBF
RGB: (185,190,191)

Color info

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

RGB color model

#B9BEBF color RGB value is (185,190,191).

  • red value is 185;
  • green value is 190;
  • blue value is 191.
RGB:
(185,190,191)
(73%,75%,75%)

RGB channels and saturation

R 185 of 255 = 73%
G 190 of 255 = 75%
B 191 of 255 = 75%

185
190
191

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

Portions of RGB colors in percentages

R + G + B =
185 + 190 + 191 = 566 (100%)
R 185 of 566 ~ 32.69%
G 190 of 566 ~ 33.57%
B 191 of 566 ~ 33.75%

%32.69
%33.57
%33.75

CMYK color model

#B9BEBF color CMYK value is (3,1,0,25).

  • cyan value is 3.14%
  • magenta value is 0.52%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(3,1,0,25)
C3M1Y0K25 
(3%,1%,0%,25%)
(0.03/0.01/0.00/0.25)	

CMYK percentages

%3.14
%0.52
%0
%25.1

Codes

Color #B9BEBF in popluar color models

B9BEBF
RGB185190191
HSL190°4.48%73.73%
HSB/HSV190°3.14%74.90%
CMYK3.14%0.52%0.00%
25.10%

Color #B9BEBF in popluar number systems.

HEXB9BEBF
Decimal185190191
Binary101110011011111010111111
Octal271276277

Shades and tints

Shades of #B9BEBF

#B9BEBF
(185,190,191)
#A9ADAE
(169,173,174)
#999C9D
(153,156,157)
#898B8C
(137,139,140)
#797A7B
(121,122,123)
#69696A
(105,105,106)
#595859
(89,88,89)
#494748
(73,71,72)
#393637
(57,54,55)
#292526
(41,37,38)
#191415
(25,20,21)
#000000
(0,0,0)

Tints of #B9BEBF

#B9BEBF
(185,190,191)
#BFC3C4
(191,195,196)
#C5C8C9
(197,200,201)
#CBCDCE
(203,205,206)
#D1D2D3
(209,210,211)
#D7D7D8
(215,215,216)
#DDDCDD
(221,220,221)
#E3E1E2
(227,225,226)
#E9E6E7
(233,230,231)
#EFEBEC
(239,235,236)
#F5F0F1
(245,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9BEBF color. Also use rgb(185,190,191) instead hex code.

Text Font Color

.myTextColor { color: #B9BEBF; }

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

This text font color is #B9BEBF.


Background Color

.myBgColor { background-color: #B9BEBF; }

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

This div background color is #B9BEBF.


Border color

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

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

This div border color is #B9BEBF.


Opacity

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

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

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

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

This text has shadow with #B9BEBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9BEBF on black background.


Color preview on white background

This text has color #B9BEBF on white background.



Black color preview on #B9BEBF background

This text has black color on #B9BEBF background.


White color preview on #B9BEBF background

This text has white color on #B9BEBF background.