COLOR #B0B0F7

HEX: #B0B0F7
RGB: (176,176,247)

Color info

#B0B0F7 contains mainly blue color. Web safe color of #B0B0F7 is #9999FF (or #99F).

RGB color model

#B0B0F7 color RGB value is (176,176,247).

  • red value is 176;
  • green value is 176;
  • blue value is 247.
RGB:
(176,176,247)
(69%,69%,97%)

RGB channels and saturation

R 176 of 255 = 69%
G 176 of 255 = 69%
B 247 of 255 = 97%

176
176
247

R + G + B ~ 78%. #B0B0F7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 176 + 247 = 599 (100%)
R 176 of 599 ~ 29.38%
G 176 of 599 ~ 29.38%
B 247 of 599 ~ 41.24%

%29.38
%29.38
%41.24

CMYK color model

#B0B0F7 color CMYK value is (29,29,0,3).

  • cyan value is 28.74%
  • magenta value is 28.74%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(29,29,0,3)
C29M29Y0K3 
(29%,29%,0%,3%)
(0.29/0.29/0.00/0.03)	

CMYK percentages

%28.74
%28.74
%0
%3.14

Codes

Color #B0B0F7 in popluar color models

B0B0F7
RGB176176247
HSL240°81.61%82.94%
HSB/HSV240°28.74%96.86%
CMYK28.74%28.74%0.00%
3.14%

Color #B0B0F7 in popluar number systems.

HEXB0B0F7
Decimal176176247
Binary101100001011000011110111
Octal260260367

Shades and tints

Shades of #B0B0F7

#B0B0F7
(176,176,247)
#A0A0E1
(160,160,225)
#9090CB
(144,144,203)
#8080B5
(128,128,181)
#70709F
(112,112,159)
#606089
(96,96,137)
#505073
(80,80,115)
#40405D
(64,64,93)
#303047
(48,48,71)
#202031
(32,32,49)
#10101B
(16,16,27)
#000000
(0,0,0)

Tints of #B0B0F7

#B0B0F7
(176,176,247)
#B7B7F7
(183,183,247)
#BEBEF7
(190,190,247)
#C5C5F7
(197,197,247)
#CCCCF7
(204,204,247)
#D3D3F7
(211,211,247)
#DADAF7
(218,218,247)
#E1E1F7
(225,225,247)
#E8E8F7
(232,232,247)
#EFEFF7
(239,239,247)
#F6F6F7
(246,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0B0F7; }

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

This text font color is #B0B0F7.


Background Color

.myBgColor { background-color: #B0B0F7; }

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

This div background color is #B0B0F7.


Border color

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

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

This div border color is #B0B0F7.


Opacity

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

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

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

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

This text has shadow with #B0B0F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0B0F7 on black background.


Color preview on white background

This text has color #B0B0F7 on white background.



Black color preview on #B0B0F7 background

This text has black color on #B0B0F7 background.


White color preview on #B0B0F7 background

This text has white color on #B0B0F7 background.