COLOR #B0C6EF

HEX: #B0C6EF
RGB: (176,198,239)

Color info

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

RGB color model

#B0C6EF color RGB value is (176,198,239).

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

RGB channels and saturation

R 176 of 255 = 69%
G 198 of 255 = 78%
B 239 of 255 = 94%

176
198
239

R + G + B ~ 80%. #B0C6EF is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 198 + 239 = 613 (100%)
R 176 of 613 ~ 28.71%
G 198 of 613 ~ 32.3%
B 239 of 613 ~ 38.99%

%28.71
%32.3
%38.99

CMYK color model

#B0C6EF color CMYK value is (26,17,0,6).

  • cyan value is 26.36%
  • magenta value is 17.15%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(26,17,0,6)
C26M17Y0K6 
(26%,17%,0%,6%)
(0.26/0.17/0.00/0.06)	

CMYK percentages

%26.36
%17.15
%0
%6.27

Codes

Color #B0C6EF in popluar color models

B0C6EF
RGB176198239
HSL219°66.32%81.37%
HSB/HSV219°26.36%93.73%
CMYK26.36%17.15%0.00%
6.27%

Color #B0C6EF in popluar number systems.

HEXB0C6EF
Decimal176198239
Binary101100001100011011101111
Octal260306357

Shades and tints

Shades of #B0C6EF

#B0C6EF
(176,198,239)
#A0B4DA
(160,180,218)
#90A2C5
(144,162,197)
#8090B0
(128,144,176)
#707E9B
(112,126,155)
#606C86
(96,108,134)
#505A71
(80,90,113)
#40485C
(64,72,92)
#303647
(48,54,71)
#202432
(32,36,50)
#10121D
(16,18,29)
#000000
(0,0,0)

Tints of #B0C6EF

#B0C6EF
(176,198,239)
#B7CBF0
(183,203,240)
#BED0F1
(190,208,241)
#C5D5F2
(197,213,242)
#CCDAF3
(204,218,243)
#D3DFF4
(211,223,244)
#DAE4F5
(218,228,245)
#E1E9F6
(225,233,246)
#E8EEF7
(232,238,247)
#EFF3F8
(239,243,248)
#F6F8F9
(246,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0C6EF; }

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

This text font color is #B0C6EF.


Background Color

.myBgColor { background-color: #B0C6EF; }

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

This div background color is #B0C6EF.


Border color

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

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

This div border color is #B0C6EF.


Opacity

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

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

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

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

This text has shadow with #B0C6EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0C6EF on black background.


Color preview on white background

This text has color #B0C6EF on white background.



Black color preview on #B0C6EF background

This text has black color on #B0C6EF background.


White color preview on #B0C6EF background

This text has white color on #B0C6EF background.