COLOR #B9BCCF

HEX: #B9BCCF
RGB: (185,188,207)

Color info

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

RGB color model

#B9BCCF color RGB value is (185,188,207).

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

RGB channels and saturation

R 185 of 255 = 73%
G 188 of 255 = 74%
B 207 of 255 = 81%

185
188
207

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

Portions of RGB colors in percentages

R + G + B =
185 + 188 + 207 = 580 (100%)
R 185 of 580 ~ 31.9%
G 188 of 580 ~ 32.41%
B 207 of 580 ~ 35.69%

%31.9
%32.41
%35.69

CMYK color model

#B9BCCF color CMYK value is (11,9,0,19).

  • cyan value is 10.63%
  • magenta value is 9.18%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(11,9,0,19)
C11M9Y0K19 
(11%,9%,0%,19%)
(0.11/0.09/0.00/0.19)	

CMYK percentages

%10.63
%9.18
%0
%18.82

Codes

Color #B9BCCF in popluar color models

B9BCCF
RGB185188207
HSL232°18.64%76.86%
HSB/HSV232°10.63%81.18%
CMYK10.63%9.18%0.00%
18.82%

Color #B9BCCF in popluar number systems.

HEXB9BCCF
Decimal185188207
Binary101110011011110011001111
Octal271274317

Shades and tints

Shades of #B9BCCF

#B9BCCF
(185,188,207)
#A9ABBD
(169,171,189)
#999AAB
(153,154,171)
#898999
(137,137,153)
#797887
(121,120,135)
#696775
(105,103,117)
#595663
(89,86,99)
#494551
(73,69,81)
#39343F
(57,52,63)
#29232D
(41,35,45)
#19121B
(25,18,27)
#000000
(0,0,0)

Tints of #B9BCCF

#B9BCCF
(185,188,207)
#BFC2D3
(191,194,211)
#C5C8D7
(197,200,215)
#CBCEDB
(203,206,219)
#D1D4DF
(209,212,223)
#D7DAE3
(215,218,227)
#DDE0E7
(221,224,231)
#E3E6EB
(227,230,235)
#E9ECEF
(233,236,239)
#EFF2F3
(239,242,243)
#F5F8F7
(245,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9BCCF; }

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

This text font color is #B9BCCF.


Background Color

.myBgColor { background-color: #B9BCCF; }

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

This div background color is #B9BCCF.


Border color

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

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

This div border color is #B9BCCF.


Opacity

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

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

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

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

This text has shadow with #B9BCCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9BCCF on black background.


Color preview on white background

This text has color #B9BCCF on white background.



Black color preview on #B9BCCF background

This text has black color on #B9BCCF background.


White color preview on #B9BCCF background

This text has white color on #B9BCCF background.