COLOR #B9BCCB

HEX: #B9BCCB
RGB: (185,188,203)

Color info

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

RGB color model

#B9BCCB color RGB value is (185,188,203).

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

RGB channels and saturation

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

185
188
203

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

Portions of RGB colors in percentages

R + G + B =
185 + 188 + 203 = 576 (100%)
R 185 of 576 ~ 32.12%
G 188 of 576 ~ 32.64%
B 203 of 576 ~ 35.24%

%32.12
%32.64
%35.24

CMYK color model

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

  • cyan value is 8.87%
  • magenta value is 7.39%
  • 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
%7.39
%0
%20.39

Codes

Color #B9BCCB in popluar color models

B9BCCB
RGB185188203
HSL230°14.75%76.08%
HSB/HSV230°8.87%79.61%
CMYK8.87%7.39%0.00%
20.39%

Color #B9BCCB in popluar number systems.

HEXB9BCCB
Decimal185188203
Binary101110011011110011001011
Octal271274313

Shades and tints

Shades of #B9BCCB

#B9BCCB
(185,188,203)
#A9ABB9
(169,171,185)
#999AA7
(153,154,167)
#898995
(137,137,149)
#797883
(121,120,131)
#696771
(105,103,113)
#59565F
(89,86,95)
#49454D
(73,69,77)
#39343B
(57,52,59)
#292329
(41,35,41)
#191217
(25,18,23)
#000000
(0,0,0)

Tints of #B9BCCB

#B9BCCB
(185,188,203)
#BFC2CF
(191,194,207)
#C5C8D3
(197,200,211)
#CBCED7
(203,206,215)
#D1D4DB
(209,212,219)
#D7DADF
(215,218,223)
#DDE0E3
(221,224,227)
#E3E6E7
(227,230,231)
#E9ECEB
(233,236,235)
#EFF2EF
(239,242,239)
#F5F8F3
(245,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9BCCB; }

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

This text font color is #B9BCCB.


Background Color

.myBgColor { background-color: #B9BCCB; }

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

This div background color is #B9BCCB.


Border color

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

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

This div border color is #B9BCCB.


Opacity

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

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

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

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

This text has shadow with #B9BCCB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9BCCB on black background.


Color preview on white background

This text has color #B9BCCB on white background.



Black color preview on #B9BCCB background

This text has black color on #B9BCCB background.


White color preview on #B9BCCB background

This text has white color on #B9BCCB background.