COLOR #B9BBCF

HEX: #B9BBCF
RGB: (185,187,207)

Color info

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

RGB color model

#B9BBCF color RGB value is (185,187,207).

  • red value is 185;
  • green value is 187;
  • blue value is 207.
RGB:
(185,187,207)
(73%,73%,81%)

RGB channels and saturation

R 185 of 255 = 73%
G 187 of 255 = 73%
B 207 of 255 = 81%

185
187
207

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

Portions of RGB colors in percentages

R + G + B =
185 + 187 + 207 = 579 (100%)
R 185 of 579 ~ 31.95%
G 187 of 579 ~ 32.3%
B 207 of 579 ~ 35.75%

%31.95
%32.3
%35.75

CMYK color model

#B9BBCF color CMYK value is (11,10,0,19).

  • cyan value is 10.63%
  • magenta value is 9.66%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(11,10,0,19)
C11M10Y0K19 
(11%,10%,0%,19%)
(0.11/0.10/0.00/0.19)	

CMYK percentages

%10.63
%9.66
%0
%18.82

Codes

Color #B9BBCF in popluar color models

B9BBCF
RGB185187207
HSL235°18.64%76.86%
HSB/HSV235°10.63%81.18%
CMYK10.63%9.66%0.00%
18.82%

Color #B9BBCF in popluar number systems.

HEXB9BBCF
Decimal185187207
Binary101110011011101111001111
Octal271273317

Shades and tints

Shades of #B9BBCF

#B9BBCF
(185,187,207)
#A9AABD
(169,170,189)
#9999AB
(153,153,171)
#898899
(137,136,153)
#797787
(121,119,135)
#696675
(105,102,117)
#595563
(89,85,99)
#494451
(73,68,81)
#39333F
(57,51,63)
#29222D
(41,34,45)
#19111B
(25,17,27)
#000000
(0,0,0)

Tints of #B9BBCF

#B9BBCF
(185,187,207)
#BFC1D3
(191,193,211)
#C5C7D7
(197,199,215)
#CBCDDB
(203,205,219)
#D1D3DF
(209,211,223)
#D7D9E3
(215,217,227)
#DDDFE7
(221,223,231)
#E3E5EB
(227,229,235)
#E9EBEF
(233,235,239)
#EFF1F3
(239,241,243)
#F5F7F7
(245,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9BBCF color. Also use rgb(185,187,207) instead hex code.

Text Font Color

.myTextColor { color: #B9BBCF; }

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

This text font color is #B9BBCF.


Background Color

.myBgColor { background-color: #B9BBCF; }

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

This div background color is #B9BBCF.


Border color

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

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

This div border color is #B9BBCF.


Opacity

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

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

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

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

This text has shadow with #B9BBCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9BBCF on black background.


Color preview on white background

This text has color #B9BBCF on white background.



Black color preview on #B9BBCF background

This text has black color on #B9BBCF background.


White color preview on #B9BBCF background

This text has white color on #B9BBCF background.