COLOR #B0D8F4

HEX: #B0D8F4
RGB: (176,216,244)

Color info

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

RGB color model

#B0D8F4 color RGB value is (176,216,244).

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

RGB channels and saturation

R 176 of 255 = 69%
G 216 of 255 = 85%
B 244 of 255 = 96%

176
216
244

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

Portions of RGB colors in percentages

R + G + B =
176 + 216 + 244 = 636 (100%)
R 176 of 636 ~ 27.67%
G 216 of 636 ~ 33.96%
B 244 of 636 ~ 38.36%

%27.67
%33.96
%38.36

CMYK color model

#B0D8F4 color CMYK value is (28,11,0,4).

  • cyan value is 27.87%
  • magenta value is 11.48%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(28,11,0,4)
C28M11Y0K4 
(28%,11%,0%,4%)
(0.28/0.11/0.00/0.04)	

CMYK percentages

%27.87
%11.48
%0
%4.31

Codes

Color #B0D8F4 in popluar color models

B0D8F4
RGB176216244
HSL205°75.56%82.35%
HSB/HSV205°27.87%95.69%
CMYK27.87%11.48%0.00%
4.31%

Color #B0D8F4 in popluar number systems.

HEXB0D8F4
Decimal176216244
Binary101100001101100011110100
Octal260330364

Shades and tints

Shades of #B0D8F4

#B0D8F4
(176,216,244)
#A0C5DE
(160,197,222)
#90B2C8
(144,178,200)
#809FB2
(128,159,178)
#708C9C
(112,140,156)
#607986
(96,121,134)
#506670
(80,102,112)
#40535A
(64,83,90)
#304044
(48,64,68)
#202D2E
(32,45,46)
#101A18
(16,26,24)
#000000
(0,0,0)

Tints of #B0D8F4

#B0D8F4
(176,216,244)
#B7DBF5
(183,219,245)
#BEDEF6
(190,222,246)
#C5E1F7
(197,225,247)
#CCE4F8
(204,228,248)
#D3E7F9
(211,231,249)
#DAEAFA
(218,234,250)
#E1EDFB
(225,237,251)
#E8F0FC
(232,240,252)
#EFF3FD
(239,243,253)
#F6F6FE
(246,246,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0D8F4; }

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

This text font color is #B0D8F4.


Background Color

.myBgColor { background-color: #B0D8F4; }

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

This div background color is #B0D8F4.


Border color

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

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

This div border color is #B0D8F4.


Opacity

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

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

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

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

This text has shadow with #B0D8F4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0D8F4 on black background.


Color preview on white background

This text has color #B0D8F4 on white background.



Black color preview on #B0D8F4 background

This text has black color on #B0D8F4 background.


White color preview on #B0D8F4 background

This text has white color on #B0D8F4 background.