COLOR #B9CCCF

HEX: #B9CCCF
RGB: (185,204,207)

Color info

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

RGB color model

#B9CCCF color RGB value is (185,204,207).

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

RGB channels and saturation

R 185 of 255 = 73%
G 204 of 255 = 80%
B 207 of 255 = 81%

185
204
207

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

Portions of RGB colors in percentages

R + G + B =
185 + 204 + 207 = 596 (100%)
R 185 of 596 ~ 31.04%
G 204 of 596 ~ 34.23%
B 207 of 596 ~ 34.73%

%31.04
%34.23
%34.73

CMYK color model

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

  • cyan value is 10.63%
  • magenta value is 1.45%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(11,1,0,19)
C11M1Y0K19 
(11%,1%,0%,19%)
(0.11/0.01/0.00/0.19)	

CMYK percentages

%10.63
%1.45
%0
%18.82

Codes

Color #B9CCCF in popluar color models

B9CCCF
RGB185204207
HSL188°18.64%76.86%
HSB/HSV188°10.63%81.18%
CMYK10.63%1.45%0.00%
18.82%

Color #B9CCCF in popluar number systems.

HEXB9CCCF
Decimal185204207
Binary101110011100110011001111
Octal271314317

Shades and tints

Shades of #B9CCCF

#B9CCCF
(185,204,207)
#A9BABD
(169,186,189)
#99A8AB
(153,168,171)
#899699
(137,150,153)
#798487
(121,132,135)
#697275
(105,114,117)
#596063
(89,96,99)
#494E51
(73,78,81)
#393C3F
(57,60,63)
#292A2D
(41,42,45)
#19181B
(25,24,27)
#000000
(0,0,0)

Tints of #B9CCCF

#B9CCCF
(185,204,207)
#BFD0D3
(191,208,211)
#C5D4D7
(197,212,215)
#CBD8DB
(203,216,219)
#D1DCDF
(209,220,223)
#D7E0E3
(215,224,227)
#DDE4E7
(221,228,231)
#E3E8EB
(227,232,235)
#E9ECEF
(233,236,239)
#EFF0F3
(239,240,243)
#F5F4F7
(245,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9CCCF; }

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

This text font color is #B9CCCF.


Background Color

.myBgColor { background-color: #B9CCCF; }

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

This div background color is #B9CCCF.


Border color

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

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

This div border color is #B9CCCF.


Opacity

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

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

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

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

This text has shadow with #B9CCCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9CCCF on black background.


Color preview on white background

This text has color #B9CCCF on white background.



Black color preview on #B9CCCF background

This text has black color on #B9CCCF background.


White color preview on #B9CCCF background

This text has white color on #B9CCCF background.