COLOR #B0C6F1

HEX: #B0C6F1
RGB: (176,198,241)

Color info

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

RGB color model

#B0C6F1 color RGB value is (176,198,241).

  • red value is 176;
  • green value is 198;
  • blue value is 241.
RGB:
(176,198,241)
(69%,78%,95%)

RGB channels and saturation

R 176 of 255 = 69%
G 198 of 255 = 78%
B 241 of 255 = 95%

176
198
241

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

Portions of RGB colors in percentages

R + G + B =
176 + 198 + 241 = 615 (100%)
R 176 of 615 ~ 28.62%
G 198 of 615 ~ 32.2%
B 241 of 615 ~ 39.19%

%28.62
%32.2
%39.19

CMYK color model

#B0C6F1 color CMYK value is (27,18,0,5).

  • cyan value is 26.97%
  • magenta value is 17.84%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(27,18,0,5)
C27M18Y0K5 
(27%,18%,0%,5%)
(0.27/0.18/0.00/0.05)	

CMYK percentages

%26.97
%17.84
%0
%5.49

Codes

Color #B0C6F1 in popluar color models

B0C6F1
RGB176198241
HSL220°69.89%81.76%
HSB/HSV220°26.97%94.51%
CMYK26.97%17.84%0.00%
5.49%

Color #B0C6F1 in popluar number systems.

HEXB0C6F1
Decimal176198241
Binary101100001100011011110001
Octal260306361

Shades and tints

Shades of #B0C6F1

#B0C6F1
(176,198,241)
#A0B4DC
(160,180,220)
#90A2C7
(144,162,199)
#8090B2
(128,144,178)
#707E9D
(112,126,157)
#606C88
(96,108,136)
#505A73
(80,90,115)
#40485E
(64,72,94)
#303649
(48,54,73)
#202434
(32,36,52)
#10121F
(16,18,31)
#000000
(0,0,0)

Tints of #B0C6F1

#B0C6F1
(176,198,241)
#B7CBF2
(183,203,242)
#BED0F3
(190,208,243)
#C5D5F4
(197,213,244)
#CCDAF5
(204,218,245)
#D3DFF6
(211,223,246)
#DAE4F7
(218,228,247)
#E1E9F8
(225,233,248)
#E8EEF9
(232,238,249)
#EFF3FA
(239,243,250)
#F6F8FB
(246,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0C6F1 color. Also use rgb(176,198,241) instead hex code.

Text Font Color

.myTextColor { color: #B0C6F1; }

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

This text font color is #B0C6F1.


Background Color

.myBgColor { background-color: #B0C6F1; }

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

This div background color is #B0C6F1.


Border color

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

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

This div border color is #B0C6F1.


Opacity

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

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

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

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

This text has shadow with #B0C6F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0C6F1 on black background.


Color preview on white background

This text has color #B0C6F1 on white background.



Black color preview on #B0C6F1 background

This text has black color on #B0C6F1 background.


White color preview on #B0C6F1 background

This text has white color on #B0C6F1 background.