COLOR #B9C9CA

HEX: #B9C9CA
RGB: (185,201,202)

Color info

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

RGB color model

#B9C9CA color RGB value is (185,201,202).

  • red value is 185;
  • green value is 201;
  • blue value is 202.
RGB:
(185,201,202)
(73%,79%,79%)

RGB channels and saturation

R 185 of 255 = 73%
G 201 of 255 = 79%
B 202 of 255 = 79%

185
201
202

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

Portions of RGB colors in percentages

R + G + B =
185 + 201 + 202 = 588 (100%)
R 185 of 588 ~ 31.46%
G 201 of 588 ~ 34.18%
B 202 of 588 ~ 34.35%

%31.46
%34.18
%34.35

CMYK color model

#B9C9CA color CMYK value is (8,0,0,21).

  • cyan value is 8.42%
  • magenta value is 0.50%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(8,0,0,21)
C8M0Y0K21 
(8%,0%,0%,21%)
(0.08/0.00/0.00/0.21)	

CMYK percentages

%8.42
%0.5
%0
%20.78

Codes

Color #B9C9CA in popluar color models

B9C9CA
RGB185201202
HSL184°13.82%75.88%
HSB/HSV184°8.42%79.22%
CMYK8.42%0.50%0.00%
20.78%

Color #B9C9CA in popluar number systems.

HEXB9C9CA
Decimal185201202
Binary101110011100100111001010
Octal271311312

Shades and tints

Shades of #B9C9CA

#B9C9CA
(185,201,202)
#A9B7B8
(169,183,184)
#99A5A6
(153,165,166)
#899394
(137,147,148)
#798182
(121,129,130)
#696F70
(105,111,112)
#595D5E
(89,93,94)
#494B4C
(73,75,76)
#39393A
(57,57,58)
#292728
(41,39,40)
#191516
(25,21,22)
#000000
(0,0,0)

Tints of #B9C9CA

#B9C9CA
(185,201,202)
#BFCDCE
(191,205,206)
#C5D1D2
(197,209,210)
#CBD5D6
(203,213,214)
#D1D9DA
(209,217,218)
#D7DDDE
(215,221,222)
#DDE1E2
(221,225,226)
#E3E5E6
(227,229,230)
#E9E9EA
(233,233,234)
#EFEDEE
(239,237,238)
#F5F1F2
(245,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9C9CA color. Also use rgb(185,201,202) instead hex code.

Text Font Color

.myTextColor { color: #B9C9CA; }

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

This text font color is #B9C9CA.


Background Color

.myBgColor { background-color: #B9C9CA; }

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

This div background color is #B9C9CA.


Border color

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

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

This div border color is #B9C9CA.


Opacity

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

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

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

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

This text has shadow with #B9C9CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9C9CA on black background.


Color preview on white background

This text has color #B9C9CA on white background.



Black color preview on #B9C9CA background

This text has black color on #B9C9CA background.


White color preview on #B9C9CA background

This text has white color on #B9C9CA background.