COLOR #B0BAF8

HEX: #B0BAF8
RGB: (176,186,248)

Color info

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

RGB color model

#B0BAF8 color RGB value is (176,186,248).

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

RGB channels and saturation

R 176 of 255 = 69%
G 186 of 255 = 73%
B 248 of 255 = 97%

176
186
248

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

Portions of RGB colors in percentages

R + G + B =
176 + 186 + 248 = 610 (100%)
R 176 of 610 ~ 28.85%
G 186 of 610 ~ 30.49%
B 248 of 610 ~ 40.66%

%28.85
%30.49
%40.66

CMYK color model

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

  • cyan value is 29.03%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(29,25,0,3)
C29M25Y0K3 
(29%,25%,0%,3%)
(0.29/0.25/0.00/0.03)	

CMYK percentages

%29.03
%25
%0
%2.75

Codes

Color #B0BAF8 in popluar color models

B0BAF8
RGB176186248
HSL232°83.72%83.14%
HSB/HSV232°29.03%97.25%
CMYK29.03%25.00%0.00%
2.75%

Color #B0BAF8 in popluar number systems.

HEXB0BAF8
Decimal176186248
Binary101100001011101011111000
Octal260272370

Shades and tints

Shades of #B0BAF8

#B0BAF8
(176,186,248)
#A0AAE2
(160,170,226)
#909ACC
(144,154,204)
#808AB6
(128,138,182)
#707AA0
(112,122,160)
#606A8A
(96,106,138)
#505A74
(80,90,116)
#404A5E
(64,74,94)
#303A48
(48,58,72)
#202A32
(32,42,50)
#101A1C
(16,26,28)
#000000
(0,0,0)

Tints of #B0BAF8

#B0BAF8
(176,186,248)
#B7C0F8
(183,192,248)
#BEC6F8
(190,198,248)
#C5CCF8
(197,204,248)
#CCD2F8
(204,210,248)
#D3D8F8
(211,216,248)
#DADEF8
(218,222,248)
#E1E4F8
(225,228,248)
#E8EAF8
(232,234,248)
#EFF0F8
(239,240,248)
#F6F6F8
(246,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0BAF8; }

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

This text font color is #B0BAF8.


Background Color

.myBgColor { background-color: #B0BAF8; }

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

This div background color is #B0BAF8.


Border color

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

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

This div border color is #B0BAF8.


Opacity

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

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

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

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

This text has shadow with #B0BAF8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0BAF8 on black background.


Color preview on white background

This text has color #B0BAF8 on white background.



Black color preview on #B0BAF8 background

This text has black color on #B0BAF8 background.


White color preview on #B0BAF8 background

This text has white color on #B0BAF8 background.