COLOR #B9BDCB

HEX: #B9BDCB
RGB: (185,189,203)

Color info

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

RGB color model

#B9BDCB color RGB value is (185,189,203).

  • red value is 185;
  • green value is 189;
  • blue value is 203.
RGB:
(185,189,203)
(73%,74%,80%)

RGB channels and saturation

R 185 of 255 = 73%
G 189 of 255 = 74%
B 203 of 255 = 80%

185
189
203

R + G + B ~ 76%. #B9BDCB is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 189 + 203 = 577 (100%)
R 185 of 577 ~ 32.06%
G 189 of 577 ~ 32.76%
B 203 of 577 ~ 35.18%

%32.06
%32.76
%35.18

CMYK color model

#B9BDCB color CMYK value is (9,7,0,20).

  • cyan value is 8.87%
  • magenta value is 6.90%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(9,7,0,20)
C9M7Y0K20 
(9%,7%,0%,20%)
(0.09/0.07/0.00/0.20)	

CMYK percentages

%8.87
%6.9
%0
%20.39

Codes

Color #B9BDCB in popluar color models

B9BDCB
RGB185189203
HSL227°14.75%76.08%
HSB/HSV227°8.87%79.61%
CMYK8.87%6.90%0.00%
20.39%

Color #B9BDCB in popluar number systems.

HEXB9BDCB
Decimal185189203
Binary101110011011110111001011
Octal271275313

Shades and tints

Shades of #B9BDCB

#B9BDCB
(185,189,203)
#A9ACB9
(169,172,185)
#999BA7
(153,155,167)
#898A95
(137,138,149)
#797983
(121,121,131)
#696871
(105,104,113)
#59575F
(89,87,95)
#49464D
(73,70,77)
#39353B
(57,53,59)
#292429
(41,36,41)
#191317
(25,19,23)
#000000
(0,0,0)

Tints of #B9BDCB

#B9BDCB
(185,189,203)
#BFC3CF
(191,195,207)
#C5C9D3
(197,201,211)
#CBCFD7
(203,207,215)
#D1D5DB
(209,213,219)
#D7DBDF
(215,219,223)
#DDE1E3
(221,225,227)
#E3E7E7
(227,231,231)
#E9EDEB
(233,237,235)
#EFF3EF
(239,243,239)
#F5F9F3
(245,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9BDCB color. Also use rgb(185,189,203) instead hex code.

Text Font Color

.myTextColor { color: #B9BDCB; }

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

This text font color is #B9BDCB.


Background Color

.myBgColor { background-color: #B9BDCB; }

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

This div background color is #B9BDCB.


Border color

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

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

This div border color is #B9BDCB.


Opacity

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

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

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

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

This text has shadow with #B9BDCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9BDCB on black background.


Color preview on white background

This text has color #B9BDCB on white background.



Black color preview on #B9BDCB background

This text has black color on #B9BDCB background.


White color preview on #B9BDCB background

This text has white color on #B9BDCB background.