COLOR #B0C3FF

HEX: #B0C3FF
RGB: (176,195,255)

Color info

#B0C3FF contains mainly blue color. Web safe color of #B0C3FF is #99CCFF (or #9CF).

RGB color model

#B0C3FF color RGB value is (176,195,255).

  • red value is 176;
  • green value is 195;
  • blue value is 255.
RGB:
(176,195,255)
(69%,76%,100%)

RGB channels and saturation

R 176 of 255 = 69%
G 195 of 255 = 76%
B 255 of 255 = 100%

176
195
255

R + G + B ~ 82%. #B0C3FF is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 195 + 255 = 626 (100%)
R 176 of 626 ~ 28.12%
G 195 of 626 ~ 31.15%
B 255 of 626 ~ 40.73%

%28.12
%31.15
%40.73

CMYK color model

#B0C3FF color CMYK value is (31,24,0,0).

  • cyan value is 30.98%
  • magenta value is 23.53%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(31,24,0,0)
C31M24Y0K0 
(31%,24%,0%,0%)
(0.31/0.24/0.00/0.00)	

CMYK percentages

%30.98
%23.53
%0
%0

Codes

Color #B0C3FF in popluar color models

B0C3FF
RGB176195255
HSL226°100.00%84.51%
HSB/HSV226°30.98%100.00%
CMYK30.98%23.53%0.00%
0.00%

Color #B0C3FF in popluar number systems.

HEXB0C3FF
Decimal176195255
Binary101100001100001111111111
Octal260303377

Shades and tints

Shades of #B0C3FF

#B0C3FF
(176,195,255)
#A0B2E8
(160,178,232)
#90A1D1
(144,161,209)
#8090BA
(128,144,186)
#707FA3
(112,127,163)
#606E8C
(96,110,140)
#505D75
(80,93,117)
#404C5E
(64,76,94)
#303B47
(48,59,71)
#202A30
(32,42,48)
#101919
(16,25,25)
#000000
(0,0,0)

Tints of #B0C3FF

#B0C3FF
(176,195,255)
#B7C8FF
(183,200,255)
#BECDFF
(190,205,255)
#C5D2FF
(197,210,255)
#CCD7FF
(204,215,255)
#D3DCFF
(211,220,255)
#DAE1FF
(218,225,255)
#E1E6FF
(225,230,255)
#E8EBFF
(232,235,255)
#EFF0FF
(239,240,255)
#F6F5FF
(246,245,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0C3FF color. Also use rgb(176,195,255) instead hex code.

Text Font Color

.myTextColor { color: #B0C3FF; }

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

This text font color is #B0C3FF.


Background Color

.myBgColor { background-color: #B0C3FF; }

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

This div background color is #B0C3FF.


Border color

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

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

This div border color is #B0C3FF.


Opacity

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

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

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

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

This text has shadow with #B0C3FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0C3FF on black background.


Color preview on white background

This text has color #B0C3FF on white background.



Black color preview on #B0C3FF background

This text has black color on #B0C3FF background.


White color preview on #B0C3FF background

This text has white color on #B0C3FF background.