COLOR #B9C9CE

HEX: #B9C9CE
RGB: (185,201,206)

Color info

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

RGB color model

#B9C9CE color RGB value is (185,201,206).

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

RGB channels and saturation

R 185 of 255 = 73%
G 201 of 255 = 79%
B 206 of 255 = 81%

185
201
206

R + G + B ~ 78%. #B9C9CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 201 + 206 = 592 (100%)
R 185 of 592 ~ 31.25%
G 201 of 592 ~ 33.95%
B 206 of 592 ~ 34.8%

%31.25
%33.95
%34.8

CMYK color model

#B9C9CE color CMYK value is (10,2,0,19).

  • cyan value is 10.19%
  • magenta value is 2.43%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(10,2,0,19)
C10M2Y0K19 
(10%,2%,0%,19%)
(0.10/0.02/0.00/0.19)	

CMYK percentages

%10.19
%2.43
%0
%19.22

Codes

Color #B9C9CE in popluar color models

B9C9CE
RGB185201206
HSL194°17.65%76.67%
HSB/HSV194°10.19%80.78%
CMYK10.19%2.43%0.00%
19.22%

Color #B9C9CE in popluar number systems.

HEXB9C9CE
Decimal185201206
Binary101110011100100111001110
Octal271311316

Shades and tints

Shades of #B9C9CE

#B9C9CE
(185,201,206)
#A9B7BC
(169,183,188)
#99A5AA
(153,165,170)
#899398
(137,147,152)
#798186
(121,129,134)
#696F74
(105,111,116)
#595D62
(89,93,98)
#494B50
(73,75,80)
#39393E
(57,57,62)
#29272C
(41,39,44)
#19151A
(25,21,26)
#000000
(0,0,0)

Tints of #B9C9CE

#B9C9CE
(185,201,206)
#BFCDD2
(191,205,210)
#C5D1D6
(197,209,214)
#CBD5DA
(203,213,218)
#D1D9DE
(209,217,222)
#D7DDE2
(215,221,226)
#DDE1E6
(221,225,230)
#E3E5EA
(227,229,234)
#E9E9EE
(233,233,238)
#EFEDF2
(239,237,242)
#F5F1F6
(245,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9C9CE; }

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

This text font color is #B9C9CE.


Background Color

.myBgColor { background-color: #B9C9CE; }

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

This div background color is #B9C9CE.


Border color

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

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

This div border color is #B9C9CE.


Opacity

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

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

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

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

This text has shadow with #B9C9CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9C9CE on black background.


Color preview on white background

This text has color #B9C9CE on white background.



Black color preview on #B9C9CE background

This text has black color on #B9C9CE background.


White color preview on #B9C9CE background

This text has white color on #B9C9CE background.