COLOR #B9C8BF

HEX: #B9C8BF
RGB: (185,200,191)

Color info

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

RGB color model

#B9C8BF color RGB value is (185,200,191).

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

RGB channels and saturation

R 185 of 255 = 73%
G 200 of 255 = 78%
B 191 of 255 = 75%

185
200
191

R + G + B ~ 75%. #B9C8BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 200 + 191 = 576 (100%)
R 185 of 576 ~ 32.12%
G 200 of 576 ~ 34.72%
B 191 of 576 ~ 33.16%

%32.12
%34.72
%33.16

CMYK color model

#B9C8BF color CMYK value is (8,0,5,22).

  • cyan value is 7.50%
  • magenta value is 0.00%
  • yellow value is 4.50%
  • key color value is 21.57%
CMYK:
(8,0,5,22)
C8M0Y5K22 
(8%,0%,5%,22%)
(0.08/0.00/0.05/0.22)	

CMYK percentages

%7.5
%0
%4.5
%21.57

Codes

Color #B9C8BF in popluar color models

B9C8BF
RGB185200191
HSL144°12.00%75.49%
HSB/HSV144°7.50%78.43%
CMYK7.50%0.00%4.50%
21.57%

Color #B9C8BF in popluar number systems.

HEXB9C8BF
Decimal185200191
Binary101110011100100010111111
Octal271310277

Shades and tints

Shades of #B9C8BF

#B9C8BF
(185,200,191)
#A9B6AE
(169,182,174)
#99A49D
(153,164,157)
#89928C
(137,146,140)
#79807B
(121,128,123)
#696E6A
(105,110,106)
#595C59
(89,92,89)
#494A48
(73,74,72)
#393837
(57,56,55)
#292626
(41,38,38)
#191415
(25,20,21)
#000000
(0,0,0)

Tints of #B9C8BF

#B9C8BF
(185,200,191)
#BFCDC4
(191,205,196)
#C5D2C9
(197,210,201)
#CBD7CE
(203,215,206)
#D1DCD3
(209,220,211)
#D7E1D8
(215,225,216)
#DDE6DD
(221,230,221)
#E3EBE2
(227,235,226)
#E9F0E7
(233,240,231)
#EFF5EC
(239,245,236)
#F5FAF1
(245,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9C8BF; }

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

This text font color is #B9C8BF.


Background Color

.myBgColor { background-color: #B9C8BF; }

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

This div background color is #B9C8BF.


Border color

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

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

This div border color is #B9C8BF.


Opacity

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

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

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

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

This text has shadow with #B9C8BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9C8BF on black background.


Color preview on white background

This text has color #B9C8BF on white background.



Black color preview on #B9C8BF background

This text has black color on #B9C8BF background.


White color preview on #B9C8BF background

This text has white color on #B9C8BF background.