COLOR #B0D8F1

HEX: #B0D8F1
RGB: (176,216,241)

Color info

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

RGB color model

#B0D8F1 color RGB value is (176,216,241).

  • red value is 176;
  • green value is 216;
  • blue value is 241.
RGB:
(176,216,241)
(69%,85%,95%)

RGB channels and saturation

R 176 of 255 = 69%
G 216 of 255 = 85%
B 241 of 255 = 95%

176
216
241

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

Portions of RGB colors in percentages

R + G + B =
176 + 216 + 241 = 633 (100%)
R 176 of 633 ~ 27.8%
G 216 of 633 ~ 34.12%
B 241 of 633 ~ 38.07%

%27.8
%34.12
%38.07

CMYK color model

#B0D8F1 color CMYK value is (27,10,0,5).

  • cyan value is 26.97%
  • magenta value is 10.37%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(27,10,0,5)
C27M10Y0K5 
(27%,10%,0%,5%)
(0.27/0.10/0.00/0.05)	

CMYK percentages

%26.97
%10.37
%0
%5.49

Codes

Color #B0D8F1 in popluar color models

B0D8F1
RGB176216241
HSL203°69.89%81.76%
HSB/HSV203°26.97%94.51%
CMYK26.97%10.37%0.00%
5.49%

Color #B0D8F1 in popluar number systems.

HEXB0D8F1
Decimal176216241
Binary101100001101100011110001
Octal260330361

Shades and tints

Shades of #B0D8F1

#B0D8F1
(176,216,241)
#A0C5DC
(160,197,220)
#90B2C7
(144,178,199)
#809FB2
(128,159,178)
#708C9D
(112,140,157)
#607988
(96,121,136)
#506673
(80,102,115)
#40535E
(64,83,94)
#304049
(48,64,73)
#202D34
(32,45,52)
#101A1F
(16,26,31)
#000000
(0,0,0)

Tints of #B0D8F1

#B0D8F1
(176,216,241)
#B7DBF2
(183,219,242)
#BEDEF3
(190,222,243)
#C5E1F4
(197,225,244)
#CCE4F5
(204,228,245)
#D3E7F6
(211,231,246)
#DAEAF7
(218,234,247)
#E1EDF8
(225,237,248)
#E8F0F9
(232,240,249)
#EFF3FA
(239,243,250)
#F6F6FB
(246,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0D8F1; }

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

This text font color is #B0D8F1.


Background Color

.myBgColor { background-color: #B0D8F1; }

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

This div background color is #B0D8F1.


Border color

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

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

This div border color is #B0D8F1.


Opacity

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

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

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

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

This text has shadow with #B0D8F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0D8F1 on black background.


Color preview on white background

This text has color #B0D8F1 on white background.



Black color preview on #B0D8F1 background

This text has black color on #B0D8F1 background.


White color preview on #B0D8F1 background

This text has white color on #B0D8F1 background.