COLOR #B9C7CC

HEX: #B9C7CC RGB: (185,199,204)

Color info

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

RGB color model

#B9C7CC color RGB value is (185,199,204).

RGB: (185,199,204) (73%, 78%, 80%)

RGB channels and saturation

R 185 of 255 = 73%
G 199 of 255 = 78%
B 204 of 255 = 80%

185
199
204

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

Portions of RGB colors in percentages

R + G + B = 185 + 199 + 204 = 588 (100%)
R 185 of 588 ~ 31.46%
G 199 of 588 ~ 33.84%
B 204 of 588 ~ 34.69'%

%31.46
%33.84
%34.69

CMYK color model

#B9C7CC color CMYK value is (9,2,0,20).

  • cyan value is 9.31%
  • magenta value is 2.45%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (9,2,0,20)
C9M2Y0K20 (9%, 2%, 0%, 20%)
(0.09 / 0.02 / 0.00 / 0.20)

CMYK percentages

%9.31
%2.45
%0
%20

Codes

Color #B9C7CC in popluar color models

B9 C7 CC
RGB 185 199 204
HSL 196° 15.70% 76.27%
HSB/HSV 196° 9.31% 80.00%
CMYK 9.31% 2.45% 0.00%
20.00%

Color #B9C7CC in popluar number systems.

HEX B9 C7 CC
Decimal 185 199 204
Binary 10111001 11000111 11001100
Octal 271 307 314

Shades and tints

Shades of #B9C7CC

#B9C7CC
(185,199,204)
#A9B5BA
(169,181,186)
#99A3A8
(153,163,168)
#899196
(137,145,150)
#797F84
(121,127,132)
#696D72
(105,109,114)
#595B60
(89,91,96)
#49494E
(73,73,78)
#39373C
(57,55,60)
#29252A
(41,37,42)
#191318
(25,19,24)
#000000
(0,0,0)

Tints of #B9C7CC

#B9C7CC
(185,199,204)
#BFCCD0
(191,204,208)
#C5D1D4
(197,209,212)
#CBD6D8
(203,214,216)
#D1DBDC
(209,219,220)
#D7E0E0
(215,224,224)
#DDE5E4
(221,229,228)
#E3EAE8
(227,234,232)
#E9EFEC
(233,239,236)
#EFF4F0
(239,244,240)
#F5F9F4
(245,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9C7CC; }

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

This text font color is #B9C7CC.

Background Color

.myBgColor { background-color: #B9C7CC; }

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

This div background color is #B9C7CC.

Border color

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

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

This div border color is #B9C7CC.

Opacity

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

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

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

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

This text has shadow with #B9C7CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9C7CC.

Preview

Color preview on black background

This text has color #B9C7CC on black background.


Color preview on white background

This text has color #B9C7CC on white background.


Black color preview on #B9C7CC background

This text has black color on #B9C7CC background.


White color preview on #B9C7CC background

This text has white color on #B9C7CC background.


Related colors

Complementary color

Complementary color for #hex is #463833.


I love getcolorcode.com

Triadic colors

1 #CCB9C7 and #C7CCB9 with #B9C7CC are triadic colors.

2 #CCC7B9 and #C7B9CC with #B9C7CC are triadic colors.