COLOR #B0C8EF

HEX: #B0C8EF
RGB: (176,200,239)

Color info

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

RGB color model

#B0C8EF color RGB value is (176,200,239).

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

RGB channels and saturation

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

176
200
239

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

Portions of RGB colors in percentages

R + G + B =
176 + 200 + 239 = 615 (100%)
R 176 of 615 ~ 28.62%
G 200 of 615 ~ 32.52%
B 239 of 615 ~ 38.86%

%28.62
%32.52
%38.86

CMYK color model

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

  • cyan value is 26.36%
  • magenta value is 16.32%
  • 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
%16.32
%0
%6.27

Codes

Color #B0C8EF in popluar color models

B0C8EF
RGB176200239
HSL217°66.32%81.37%
HSB/HSV217°26.36%93.73%
CMYK26.36%16.32%0.00%
6.27%

Color #B0C8EF in popluar number systems.

HEXB0C8EF
Decimal176200239
Binary101100001100100011101111
Octal260310357

Shades and tints

Shades of #B0C8EF

#B0C8EF
(176,200,239)
#A0B6DA
(160,182,218)
#90A4C5
(144,164,197)
#8092B0
(128,146,176)
#70809B
(112,128,155)
#606E86
(96,110,134)
#505C71
(80,92,113)
#404A5C
(64,74,92)
#303847
(48,56,71)
#202632
(32,38,50)
#10141D
(16,20,29)
#000000
(0,0,0)

Tints of #B0C8EF

#B0C8EF
(176,200,239)
#B7CDF0
(183,205,240)
#BED2F1
(190,210,241)
#C5D7F2
(197,215,242)
#CCDCF3
(204,220,243)
#D3E1F4
(211,225,244)
#DAE6F5
(218,230,245)
#E1EBF6
(225,235,246)
#E8F0F7
(232,240,247)
#EFF5F8
(239,245,248)
#F6FAF9
(246,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0C8EF; }

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

This text font color is #B0C8EF.


Background Color

.myBgColor { background-color: #B0C8EF; }

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

This div background color is #B0C8EF.


Border color

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

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

This div border color is #B0C8EF.


Opacity

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

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

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

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

This text has shadow with #B0C8EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0C8EF on black background.


Color preview on white background

This text has color #B0C8EF on white background.



Black color preview on #B0C8EF background

This text has black color on #B0C8EF background.


White color preview on #B0C8EF background

This text has white color on #B0C8EF background.