COLOR #B9C8CF

HEX: #B9C8CF
RGB: (185,200,207)

Color info

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

RGB color model

#B9C8CF color RGB value is (185,200,207).

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

RGB channels and saturation

R 185 of 255 = 73%
G 200 of 255 = 78%
B 207 of 255 = 81%

185
200
207

R + G + B ~ 77%. #B9C8CF is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 200 + 207 = 592 (100%)
R 185 of 592 ~ 31.25%
G 200 of 592 ~ 33.78%
B 207 of 592 ~ 34.97%

%31.25
%33.78
%34.97

CMYK color model

#B9C8CF color CMYK value is (11,3,0,19).

  • cyan value is 10.63%
  • magenta value is 3.38%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(11,3,0,19)
C11M3Y0K19 
(11%,3%,0%,19%)
(0.11/0.03/0.00/0.19)	

CMYK percentages

%10.63
%3.38
%0
%18.82

Codes

Color #B9C8CF in popluar color models

B9C8CF
RGB185200207
HSL199°18.64%76.86%
HSB/HSV199°10.63%81.18%
CMYK10.63%3.38%0.00%
18.82%

Color #B9C8CF in popluar number systems.

HEXB9C8CF
Decimal185200207
Binary101110011100100011001111
Octal271310317

Shades and tints

Shades of #B9C8CF

#B9C8CF
(185,200,207)
#A9B6BD
(169,182,189)
#99A4AB
(153,164,171)
#899299
(137,146,153)
#798087
(121,128,135)
#696E75
(105,110,117)
#595C63
(89,92,99)
#494A51
(73,74,81)
#39383F
(57,56,63)
#29262D
(41,38,45)
#19141B
(25,20,27)
#000000
(0,0,0)

Tints of #B9C8CF

#B9C8CF
(185,200,207)
#BFCDD3
(191,205,211)
#C5D2D7
(197,210,215)
#CBD7DB
(203,215,219)
#D1DCDF
(209,220,223)
#D7E1E3
(215,225,227)
#DDE6E7
(221,230,231)
#E3EBEB
(227,235,235)
#E9F0EF
(233,240,239)
#EFF5F3
(239,245,243)
#F5FAF7
(245,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9C8CF; }

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

This text font color is #B9C8CF.


Background Color

.myBgColor { background-color: #B9C8CF; }

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

This div background color is #B9C8CF.


Border color

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

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

This div border color is #B9C8CF.


Opacity

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

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

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

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

This text has shadow with #B9C8CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9C8CF on black background.


Color preview on white background

This text has color #B9C8CF on white background.



Black color preview on #B9C8CF background

This text has black color on #B9C8CF background.


White color preview on #B9C8CF background

This text has white color on #B9C8CF background.