COLOR #B0D9FF

HEX: #B0D9FF
RGB: (176,217,255)

Color info

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

RGB color model

#B0D9FF color RGB value is (176,217,255).

  • red value is 176;
  • green value is 217;
  • blue value is 255.
RGB:
(176,217,255)
(69%,85%,100%)

RGB channels and saturation

R 176 of 255 = 69%
G 217 of 255 = 85%
B 255 of 255 = 100%

176
217
255

R + G + B ~ 85%. #B0D9FF is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 217 + 255 = 648 (100%)
R 176 of 648 ~ 27.16%
G 217 of 648 ~ 33.49%
B 255 of 648 ~ 39.35%

%27.16
%33.49
%39.35

CMYK color model

#B0D9FF color CMYK value is (31,15,0,0).

  • cyan value is 30.98%
  • magenta value is 14.90%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(31,15,0,0)
C31M15Y0K0 
(31%,15%,0%,0%)
(0.31/0.15/0.00/0.00)	

CMYK percentages

%30.98
%14.9
%0
%0

Codes

Color #B0D9FF in popluar color models

B0D9FF
RGB176217255
HSL209°100.00%84.51%
HSB/HSV209°30.98%100.00%
CMYK30.98%14.90%0.00%
0.00%

Color #B0D9FF in popluar number systems.

HEXB0D9FF
Decimal176217255
Binary101100001101100111111111
Octal260331377

Shades and tints

Shades of #B0D9FF

#B0D9FF
(176,217,255)
#A0C6E8
(160,198,232)
#90B3D1
(144,179,209)
#80A0BA
(128,160,186)
#708DA3
(112,141,163)
#607A8C
(96,122,140)
#506775
(80,103,117)
#40545E
(64,84,94)
#304147
(48,65,71)
#202E30
(32,46,48)
#101B19
(16,27,25)
#000000
(0,0,0)

Tints of #B0D9FF

#B0D9FF
(176,217,255)
#B7DCFF
(183,220,255)
#BEDFFF
(190,223,255)
#C5E2FF
(197,226,255)
#CCE5FF
(204,229,255)
#D3E8FF
(211,232,255)
#DAEBFF
(218,235,255)
#E1EEFF
(225,238,255)
#E8F1FF
(232,241,255)
#EFF4FF
(239,244,255)
#F6F7FF
(246,247,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0D9FF; }

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

This text font color is #B0D9FF.


Background Color

.myBgColor { background-color: #B0D9FF; }

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

This div background color is #B0D9FF.


Border color

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

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

This div border color is #B0D9FF.


Opacity

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

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

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

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

This text has shadow with #B0D9FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0D9FF on black background.


Color preview on white background

This text has color #B0D9FF on white background.



Black color preview on #B0D9FF background

This text has black color on #B0D9FF background.


White color preview on #B0D9FF background

This text has white color on #B0D9FF background.