COLOR #B0C9EF

HEX: #B0C9EF
RGB: (176,201,239)

Color info

#B0C9EF contains mainly green and blue colors. Web safe color of #B0C9EF is #99CCFF (or #9CF).

RGB color model

#B0C9EF color RGB value is (176,201,239).

  • red value is 176;
  • green value is 201;
  • blue value is 239.
RGB:
(176,201,239)
(69%,79%,94%)

RGB channels and saturation

R 176 of 255 = 69%
G 201 of 255 = 79%
B 239 of 255 = 94%

176
201
239

R + G + B ~ 81%. #B0C9EF is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 201 + 239 = 616 (100%)
R 176 of 616 ~ 28.57%
G 201 of 616 ~ 32.63%
B 239 of 616 ~ 38.8%

%28.57
%32.63
%38.8

CMYK color model

#B0C9EF color CMYK value is (26,16,0,6).

  • cyan value is 26.36%
  • magenta value is 15.90%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(26,16,0,6)
C26M16Y0K6 
(26%,16%,0%,6%)
(0.26/0.16/0.00/0.06)	

CMYK percentages

%26.36
%15.9
%0
%6.27

Codes

Color #B0C9EF in popluar color models

B0C9EF
RGB176201239
HSL216°66.32%81.37%
HSB/HSV216°26.36%93.73%
CMYK26.36%15.90%0.00%
6.27%

Color #B0C9EF in popluar number systems.

HEXB0C9EF
Decimal176201239
Binary101100001100100111101111
Octal260311357

Shades and tints

Shades of #B0C9EF

#B0C9EF
(176,201,239)
#A0B7DA
(160,183,218)
#90A5C5
(144,165,197)
#8093B0
(128,147,176)
#70819B
(112,129,155)
#606F86
(96,111,134)
#505D71
(80,93,113)
#404B5C
(64,75,92)
#303947
(48,57,71)
#202732
(32,39,50)
#10151D
(16,21,29)
#000000
(0,0,0)

Tints of #B0C9EF

#B0C9EF
(176,201,239)
#B7CDF0
(183,205,240)
#BED1F1
(190,209,241)
#C5D5F2
(197,213,242)
#CCD9F3
(204,217,243)
#D3DDF4
(211,221,244)
#DAE1F5
(218,225,245)
#E1E5F6
(225,229,246)
#E8E9F7
(232,233,247)
#EFEDF8
(239,237,248)
#F6F1F9
(246,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0C9EF color. Also use rgb(176,201,239) instead hex code.

Text Font Color

.myTextColor { color: #B0C9EF; }

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

This text font color is #B0C9EF.


Background Color

.myBgColor { background-color: #B0C9EF; }

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

This div background color is #B0C9EF.


Border color

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

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

This div border color is #B0C9EF.


Opacity

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

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

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

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

This text has shadow with #B0C9EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0C9EF on black background.


Color preview on white background

This text has color #B0C9EF on white background.



Black color preview on #B0C9EF background

This text has black color on #B0C9EF background.


White color preview on #B0C9EF background

This text has white color on #B0C9EF background.