COLOR #B9CECF

HEX: #B9CECF
RGB: (185,206,207)

Color info

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

RGB color model

#B9CECF color RGB value is (185,206,207).

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

RGB channels and saturation

R 185 of 255 = 73%
G 206 of 255 = 81%
B 207 of 255 = 81%

185
206
207

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

Portions of RGB colors in percentages

R + G + B =
185 + 206 + 207 = 598 (100%)
R 185 of 598 ~ 30.94%
G 206 of 598 ~ 34.45%
B 207 of 598 ~ 34.62%

%30.94
%34.45
%34.62

CMYK color model

#B9CECF color CMYK value is (11,0,0,19).

  • cyan value is 10.63%
  • magenta value is 0.48%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(11,0,0,19)
C11M0Y0K19 
(11%,0%,0%,19%)
(0.11/0.00/0.00/0.19)	

CMYK percentages

%10.63
%0.48
%0
%18.82

Codes

Color #B9CECF in popluar color models

B9CECF
RGB185206207
HSL183°18.64%76.86%
HSB/HSV183°10.63%81.18%
CMYK10.63%0.48%0.00%
18.82%

Color #B9CECF in popluar number systems.

HEXB9CECF
Decimal185206207
Binary101110011100111011001111
Octal271316317

Shades and tints

Shades of #B9CECF

#B9CECF
(185,206,207)
#A9BCBD
(169,188,189)
#99AAAB
(153,170,171)
#899899
(137,152,153)
#798687
(121,134,135)
#697475
(105,116,117)
#596263
(89,98,99)
#495051
(73,80,81)
#393E3F
(57,62,63)
#292C2D
(41,44,45)
#191A1B
(25,26,27)
#000000
(0,0,0)

Tints of #B9CECF

#B9CECF
(185,206,207)
#BFD2D3
(191,210,211)
#C5D6D7
(197,214,215)
#CBDADB
(203,218,219)
#D1DEDF
(209,222,223)
#D7E2E3
(215,226,227)
#DDE6E7
(221,230,231)
#E3EAEB
(227,234,235)
#E9EEEF
(233,238,239)
#EFF2F3
(239,242,243)
#F5F6F7
(245,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9CECF; }

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

This text font color is #B9CECF.


Background Color

.myBgColor { background-color: #B9CECF; }

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

This div background color is #B9CECF.


Border color

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

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

This div border color is #B9CECF.


Opacity

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

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

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

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

This text has shadow with #B9CECF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9CECF on black background.


Color preview on white background

This text has color #B9CECF on white background.



Black color preview on #B9CECF background

This text has black color on #B9CECF background.


White color preview on #B9CECF background

This text has white color on #B9CECF background.