COLOR #B9C7CF

HEX: #B9C7CF RGB: (185,199,207)

Color info

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

RGB color model

#B9C7CF color RGB value is (185,199,207).

RGB: (185,199,207) (73%, 78%, 81%)

RGB channels and saturation

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

185
199
207

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

Portions of RGB colors in percentages

R + G + B = 185 + 199 + 207 = 591 (100%)
R 185 of 591 ~ 31.3%
G 199 of 591 ~ 33.67%
B 207 of 591 ~ 35.03'%

%31.3
%33.67
%35.03

CMYK color model

#B9C7CF color CMYK value is (11,4,0,19).

  • cyan value is 10.63%
  • magenta value is 3.86%
  • yellow value is 0.00%
  • key color value is 18.82%

CMYK: (11,4,0,19)
C11M4Y0K19 (11%, 4%, 0%, 19%)
(0.11 / 0.04 / 0.00 / 0.19)

CMYK percentages

%10.63
%3.86
%0
%18.82

Codes

Color #B9C7CF in popluar color models

B9 C7 CF
RGB 185 199 207
HSL 202° 18.64% 76.86%
HSB/HSV 202° 10.63% 81.18%
CMYK 10.63% 3.86% 0.00%
18.82%

Color #B9C7CF in popluar number systems.

HEX B9 C7 CF
Decimal 185 199 207
Binary 10111001 11000111 11001111
Octal 271 307 317

Shades and tints

Shades of #B9C7CF

#B9C7CF
(185,199,207)
#A9B5BD
(169,181,189)
#99A3AB
(153,163,171)
#899199
(137,145,153)
#797F87
(121,127,135)
#696D75
(105,109,117)
#595B63
(89,91,99)
#494951
(73,73,81)
#39373F
(57,55,63)
#29252D
(41,37,45)
#19131B
(25,19,27)
#000000
(0,0,0)

Tints of #B9C7CF

#B9C7CF
(185,199,207)
#BFCCD3
(191,204,211)
#C5D1D7
(197,209,215)
#CBD6DB
(203,214,219)
#D1DBDF
(209,219,223)
#D7E0E3
(215,224,227)
#DDE5E7
(221,229,231)
#E3EAEB
(227,234,235)
#E9EFEF
(233,239,239)
#EFF4F3
(239,244,243)
#F5F9F7
(245,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9C7CF; }

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

This text font color is #B9C7CF.

Background Color

.myBgColor { background-color: #B9C7CF; }

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

This div background color is #B9C7CF.

Border color

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

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

This div border color is #B9C7CF.

Opacity

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

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

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

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

This text has shadow with #B9C7CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9C7CF.

Preview

Color preview on black background

This text has color #B9C7CF on black background.


Color preview on white background

This text has color #B9C7CF on white background.


Black color preview on #B9C7CF background

This text has black color on #B9C7CF background.


White color preview on #B9C7CF background

This text has white color on #B9C7CF background.


Related colors

Complementary color

Complementary color for #hex is #463830.


I love getcolorcode.com

Triadic colors

1 #CFB9C7 and #C7CFB9 with #B9C7CF are triadic colors.

2 #CFC7B9 and #C7B9CF with #B9C7CF are triadic colors.