COLOR #B0CCFE

HEX: #B0CCFE
RGB: (176,204,254)

Color info

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

RGB color model

#B0CCFE color RGB value is (176,204,254).

  • red value is 176;
  • green value is 204;
  • blue value is 254.
RGB:
(176,204,254)
(69%,80%,100%)

RGB channels and saturation

R 176 of 255 = 69%
G 204 of 255 = 80%
B 254 of 255 = 100%

176
204
254

R + G + B ~ 83%. #B0CCFE is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 204 + 254 = 634 (100%)
R 176 of 634 ~ 27.76%
G 204 of 634 ~ 32.18%
B 254 of 634 ~ 40.06%

%27.76
%32.18
%40.06

CMYK color model

#B0CCFE color CMYK value is (31,20,0,0).

  • cyan value is 30.71%
  • magenta value is 19.69%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(31,20,0,0)
C31M20Y0K0 
(31%,20%,0%,0%)
(0.31/0.20/0.00/0.00)	

CMYK percentages

%30.71
%19.69
%0
%0.39

Codes

Color #B0CCFE in popluar color models

B0CCFE
RGB176204254
HSL218°97.50%84.31%
HSB/HSV218°30.71%99.61%
CMYK30.71%19.69%0.00%
0.39%

Color #B0CCFE in popluar number systems.

HEXB0CCFE
Decimal176204254
Binary101100001100110011111110
Octal260314376

Shades and tints

Shades of #B0CCFE

#B0CCFE
(176,204,254)
#A0BAE7
(160,186,231)
#90A8D0
(144,168,208)
#8096B9
(128,150,185)
#7084A2
(112,132,162)
#60728B
(96,114,139)
#506074
(80,96,116)
#404E5D
(64,78,93)
#303C46
(48,60,70)
#202A2F
(32,42,47)
#101818
(16,24,24)
#000000
(0,0,0)

Tints of #B0CCFE

#B0CCFE
(176,204,254)
#B7D0FE
(183,208,254)
#BED4FE
(190,212,254)
#C5D8FE
(197,216,254)
#CCDCFE
(204,220,254)
#D3E0FE
(211,224,254)
#DAE4FE
(218,228,254)
#E1E8FE
(225,232,254)
#E8ECFE
(232,236,254)
#EFF0FE
(239,240,254)
#F6F4FE
(246,244,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0CCFE color. Also use rgb(176,204,254) instead hex code.

Text Font Color

.myTextColor { color: #B0CCFE; }

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

This text font color is #B0CCFE.


Background Color

.myBgColor { background-color: #B0CCFE; }

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

This div background color is #B0CCFE.


Border color

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

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

This div border color is #B0CCFE.


Opacity

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

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

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

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

This text has shadow with #B0CCFE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0CCFE on black background.


Color preview on white background

This text has color #B0CCFE on white background.



Black color preview on #B0CCFE background

This text has black color on #B0CCFE background.


White color preview on #B0CCFE background

This text has white color on #B0CCFE background.