COLOR #B9C7C4

HEX: #B9C7C4
RGB: (185,199,196)

Color info

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

RGB color model

#B9C7C4 color RGB value is (185,199,196).

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

RGB channels and saturation

R 185 of 255 = 73%
G 199 of 255 = 78%
B 196 of 255 = 77%

185
199
196

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

Portions of RGB colors in percentages

R + G + B =
185 + 199 + 196 = 580 (100%)
R 185 of 580 ~ 31.9%
G 199 of 580 ~ 34.31%
B 196 of 580 ~ 33.79%

%31.9
%34.31
%33.79

CMYK color model

#B9C7C4 color CMYK value is (7,0,2,22).

  • cyan value is 7.04%
  • magenta value is 0.00%
  • yellow value is 1.51%
  • key color value is 21.96%
CMYK:
(7,0,2,22)
C7M0Y2K22 
(7%,0%,2%,22%)
(0.07/0.00/0.02/0.22)	

CMYK percentages

%7.04
%0
%1.51
%21.96

Codes

Color #B9C7C4 in popluar color models

B9C7C4
RGB185199196
HSL167°11.11%75.29%
HSB/HSV167°7.04%78.04%
CMYK7.04%0.00%1.51%
21.96%

Color #B9C7C4 in popluar number systems.

HEXB9C7C4
Decimal185199196
Binary101110011100011111000100
Octal271307304

Shades and tints

Shades of #B9C7C4

#B9C7C4
(185,199,196)
#A9B5B3
(169,181,179)
#99A3A2
(153,163,162)
#899191
(137,145,145)
#797F80
(121,127,128)
#696D6F
(105,109,111)
#595B5E
(89,91,94)
#49494D
(73,73,77)
#39373C
(57,55,60)
#29252B
(41,37,43)
#19131A
(25,19,26)
#000000
(0,0,0)

Tints of #B9C7C4

#B9C7C4
(185,199,196)
#BFCCC9
(191,204,201)
#C5D1CE
(197,209,206)
#CBD6D3
(203,214,211)
#D1DBD8
(209,219,216)
#D7E0DD
(215,224,221)
#DDE5E2
(221,229,226)
#E3EAE7
(227,234,231)
#E9EFEC
(233,239,236)
#EFF4F1
(239,244,241)
#F5F9F6
(245,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9C7C4; }

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

This text font color is #B9C7C4.


Background Color

.myBgColor { background-color: #B9C7C4; }

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

This div background color is #B9C7C4.


Border color

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

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

This div border color is #B9C7C4.


Opacity

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

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

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

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

This text has shadow with #B9C7C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9C7C4 on black background.


Color preview on white background

This text has color #B9C7C4 on white background.



Black color preview on #B9C7C4 background

This text has black color on #B9C7C4 background.


White color preview on #B9C7C4 background

This text has white color on #B9C7C4 background.