COLOR #B0B8FD

HEX: #B0B8FD
RGB: (176,184,253)

Color info

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

RGB color model

#B0B8FD color RGB value is (176,184,253).

  • red value is 176;
  • green value is 184;
  • blue value is 253.
RGB:
(176,184,253)
(69%,72%,99%)

RGB channels and saturation

R 176 of 255 = 69%
G 184 of 255 = 72%
B 253 of 255 = 99%

176
184
253

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

Portions of RGB colors in percentages

R + G + B =
176 + 184 + 253 = 613 (100%)
R 176 of 613 ~ 28.71%
G 184 of 613 ~ 30.02%
B 253 of 613 ~ 41.27%

%28.71
%30.02
%41.27

CMYK color model

#B0B8FD color CMYK value is (30,27,0,1).

  • cyan value is 30.43%
  • magenta value is 27.27%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(30,27,0,1)
C30M27Y0K1 
(30%,27%,0%,1%)
(0.30/0.27/0.00/0.01)	

CMYK percentages

%30.43
%27.27
%0
%0.78

Codes

Color #B0B8FD in popluar color models

B0B8FD
RGB176184253
HSL234°95.06%84.12%
HSB/HSV234°30.43%99.22%
CMYK30.43%27.27%0.00%
0.78%

Color #B0B8FD in popluar number systems.

HEXB0B8FD
Decimal176184253
Binary101100001011100011111101
Octal260270375

Shades and tints

Shades of #B0B8FD

#B0B8FD
(176,184,253)
#A0A8E6
(160,168,230)
#9098CF
(144,152,207)
#8088B8
(128,136,184)
#7078A1
(112,120,161)
#60688A
(96,104,138)
#505873
(80,88,115)
#40485C
(64,72,92)
#303845
(48,56,69)
#20282E
(32,40,46)
#101817
(16,24,23)
#000000
(0,0,0)

Tints of #B0B8FD

#B0B8FD
(176,184,253)
#B7BEFD
(183,190,253)
#BEC4FD
(190,196,253)
#C5CAFD
(197,202,253)
#CCD0FD
(204,208,253)
#D3D6FD
(211,214,253)
#DADCFD
(218,220,253)
#E1E2FD
(225,226,253)
#E8E8FD
(232,232,253)
#EFEEFD
(239,238,253)
#F6F4FD
(246,244,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0B8FD; }

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

This text font color is #B0B8FD.


Background Color

.myBgColor { background-color: #B0B8FD; }

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

This div background color is #B0B8FD.


Border color

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

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

This div border color is #B0B8FD.


Opacity

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

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

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

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

This text has shadow with #B0B8FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0B8FD on black background.


Color preview on white background

This text has color #B0B8FD on white background.



Black color preview on #B0B8FD background

This text has black color on #B0B8FD background.


White color preview on #B0B8FD background

This text has white color on #B0B8FD background.