COLOR #B9C7D6

HEX: #B9C7D6
RGB: (185,199,214)

Color info

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

RGB color model

#B9C7D6 color RGB value is (185,199,214).

  • red value is 185;
  • green value is 199;
  • blue value is 214.
RGB:
(185,199,214)
(73%,78%,84%)

RGB channels and saturation

R 185 of 255 = 73%
G 199 of 255 = 78%
B 214 of 255 = 84%

185
199
214

R + G + B ~ 78%. #B9C7D6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 199 + 214 = 598 (100%)
R 185 of 598 ~ 30.94%
G 199 of 598 ~ 33.28%
B 214 of 598 ~ 35.79%

%30.94
%33.28
%35.79

CMYK color model

#B9C7D6 color CMYK value is (14,7,0,16).

  • cyan value is 13.55%
  • magenta value is 7.01%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(14,7,0,16)
C14M7Y0K16 
(14%,7%,0%,16%)
(0.14/0.07/0.00/0.16)	

CMYK percentages

%13.55
%7.01
%0
%16.08

Codes

Color #B9C7D6 in popluar color models

B9C7D6
RGB185199214
HSL211°26.13%78.24%
HSB/HSV211°13.55%83.92%
CMYK13.55%7.01%0.00%
16.08%

Color #B9C7D6 in popluar number systems.

HEXB9C7D6
Decimal185199214
Binary101110011100011111010110
Octal271307326

Shades and tints

Shades of #B9C7D6

#B9C7D6
(185,199,214)
#A9B5C3
(169,181,195)
#99A3B0
(153,163,176)
#89919D
(137,145,157)
#797F8A
(121,127,138)
#696D77
(105,109,119)
#595B64
(89,91,100)
#494951
(73,73,81)
#39373E
(57,55,62)
#29252B
(41,37,43)
#191318
(25,19,24)
#000000
(0,0,0)

Tints of #B9C7D6

#B9C7D6
(185,199,214)
#BFCCD9
(191,204,217)
#C5D1DC
(197,209,220)
#CBD6DF
(203,214,223)
#D1DBE2
(209,219,226)
#D7E0E5
(215,224,229)
#DDE5E8
(221,229,232)
#E3EAEB
(227,234,235)
#E9EFEE
(233,239,238)
#EFF4F1
(239,244,241)
#F5F9F4
(245,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9C7D6 color. Also use rgb(185,199,214) instead hex code.

Text Font Color

.myTextColor { color: #B9C7D6; }

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

This text font color is #B9C7D6.


Background Color

.myBgColor { background-color: #B9C7D6; }

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

This div background color is #B9C7D6.


Border color

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

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

This div border color is #B9C7D6.


Opacity

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

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

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

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

This text has shadow with #B9C7D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9C7D6 on black background.


Color preview on white background

This text has color #B9C7D6 on white background.



Black color preview on #B9C7D6 background

This text has black color on #B9C7D6 background.


White color preview on #B9C7D6 background

This text has white color on #B9C7D6 background.