COLOR #B9BEBA

HEX: #B9BEBA
RGB: (185,190,186)

Color info

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

RGB color model

#B9BEBA color RGB value is (185,190,186).

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

RGB channels and saturation

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

185
190
186

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

Portions of RGB colors in percentages

R + G + B =
185 + 190 + 186 = 561 (100%)
R 185 of 561 ~ 32.98%
G 190 of 561 ~ 33.87%
B 186 of 561 ~ 33.16%

%32.98
%33.87
%33.16

CMYK color model

#B9BEBA color CMYK value is (3,0,2,25).

  • cyan value is 2.63%
  • magenta value is 0.00%
  • yellow value is 2.11%
  • key color value is 25.49%
CMYK:
(3,0,2,25)
C3M0Y2K25 
(3%,0%,2%,25%)
(0.03/0.00/0.02/0.25)	

CMYK percentages

%2.63
%0
%2.11
%25.49

Codes

Color #B9BEBA in popluar color models

B9BEBA
RGB185190186
HSL132°3.70%73.53%
HSB/HSV132°2.63%74.51%
CMYK2.63%0.00%2.11%
25.49%

Color #B9BEBA in popluar number systems.

HEXB9BEBA
Decimal185190186
Binary101110011011111010111010
Octal271276272

Shades and tints

Shades of #B9BEBA

#B9BEBA
(185,190,186)
#A9ADAA
(169,173,170)
#999C9A
(153,156,154)
#898B8A
(137,139,138)
#797A7A
(121,122,122)
#69696A
(105,105,106)
#59585A
(89,88,90)
#49474A
(73,71,74)
#39363A
(57,54,58)
#29252A
(41,37,42)
#19141A
(25,20,26)
#000000
(0,0,0)

Tints of #B9BEBA

#B9BEBA
(185,190,186)
#BFC3C0
(191,195,192)
#C5C8C6
(197,200,198)
#CBCDCC
(203,205,204)
#D1D2D2
(209,210,210)
#D7D7D8
(215,215,216)
#DDDCDE
(221,220,222)
#E3E1E4
(227,225,228)
#E9E6EA
(233,230,234)
#EFEBF0
(239,235,240)
#F5F0F6
(245,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9BEBA; }

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

This text font color is #B9BEBA.


Background Color

.myBgColor { background-color: #B9BEBA; }

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

This div background color is #B9BEBA.


Border color

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

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

This div border color is #B9BEBA.


Opacity

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

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

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

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

This text has shadow with #B9BEBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9BEBA on black background.


Color preview on white background

This text has color #B9BEBA on white background.



Black color preview on #B9BEBA background

This text has black color on #B9BEBA background.


White color preview on #B9BEBA background

This text has white color on #B9BEBA background.