COLOR #B9C6CE

HEX: #B9C6CE
RGB: (185,198,206)

Color info

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

RGB color model

#B9C6CE color RGB value is (185,198,206).

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

RGB channels and saturation

R 185 of 255 = 73%
G 198 of 255 = 78%
B 206 of 255 = 81%

185
198
206

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

Portions of RGB colors in percentages

R + G + B =
185 + 198 + 206 = 589 (100%)
R 185 of 589 ~ 31.41%
G 198 of 589 ~ 33.62%
B 206 of 589 ~ 34.97%

%31.41
%33.62
%34.97

CMYK color model

#B9C6CE color CMYK value is (10,4,0,19).

  • cyan value is 10.19%
  • magenta value is 3.88%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(10,4,0,19)
C10M4Y0K19 
(10%,4%,0%,19%)
(0.10/0.04/0.00/0.19)	

CMYK percentages

%10.19
%3.88
%0
%19.22

Codes

Color #B9C6CE in popluar color models

B9C6CE
RGB185198206
HSL203°17.65%76.67%
HSB/HSV203°10.19%80.78%
CMYK10.19%3.88%0.00%
19.22%

Color #B9C6CE in popluar number systems.

HEXB9C6CE
Decimal185198206
Binary101110011100011011001110
Octal271306316

Shades and tints

Shades of #B9C6CE

#B9C6CE
(185,198,206)
#A9B4BC
(169,180,188)
#99A2AA
(153,162,170)
#899098
(137,144,152)
#797E86
(121,126,134)
#696C74
(105,108,116)
#595A62
(89,90,98)
#494850
(73,72,80)
#39363E
(57,54,62)
#29242C
(41,36,44)
#19121A
(25,18,26)
#000000
(0,0,0)

Tints of #B9C6CE

#B9C6CE
(185,198,206)
#BFCBD2
(191,203,210)
#C5D0D6
(197,208,214)
#CBD5DA
(203,213,218)
#D1DADE
(209,218,222)
#D7DFE2
(215,223,226)
#DDE4E6
(221,228,230)
#E3E9EA
(227,233,234)
#E9EEEE
(233,238,238)
#EFF3F2
(239,243,242)
#F5F8F6
(245,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9C6CE; }

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

This text font color is #B9C6CE.


Background Color

.myBgColor { background-color: #B9C6CE; }

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

This div background color is #B9C6CE.


Border color

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

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

This div border color is #B9C6CE.


Opacity

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

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

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

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

This text has shadow with #B9C6CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9C6CE on black background.


Color preview on white background

This text has color #B9C6CE on white background.



Black color preview on #B9C6CE background

This text has black color on #B9C6CE background.


White color preview on #B9C6CE background

This text has white color on #B9C6CE background.