COLOR #B0DCF0

HEX: #B0DCF0
RGB: (176,220,240)

Color info

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

RGB color model

#B0DCF0 color RGB value is (176,220,240).

  • red value is 176;
  • green value is 220;
  • blue value is 240.
RGB:
(176,220,240)
(69%,86%,94%)

RGB channels and saturation

R 176 of 255 = 69%
G 220 of 255 = 86%
B 240 of 255 = 94%

176
220
240

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

Portions of RGB colors in percentages

R + G + B =
176 + 220 + 240 = 636 (100%)
R 176 of 636 ~ 27.67%
G 220 of 636 ~ 34.59%
B 240 of 636 ~ 37.74%

%27.67
%34.59
%37.74

CMYK color model

#B0DCF0 color CMYK value is (27,8,0,6).

  • cyan value is 26.67%
  • magenta value is 8.33%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(27,8,0,6)
C27M8Y0K6 
(27%,8%,0%,6%)
(0.27/0.08/0.00/0.06)	

CMYK percentages

%26.67
%8.33
%0
%5.88

Codes

Color #B0DCF0 in popluar color models

B0DCF0
RGB176220240
HSL199°68.09%81.57%
HSB/HSV199°26.67%94.12%
CMYK26.67%8.33%0.00%
5.88%

Color #B0DCF0 in popluar number systems.

HEXB0DCF0
Decimal176220240
Binary101100001101110011110000
Octal260334360

Shades and tints

Shades of #B0DCF0

#B0DCF0
(176,220,240)
#A0C8DB
(160,200,219)
#90B4C6
(144,180,198)
#80A0B1
(128,160,177)
#708C9C
(112,140,156)
#607887
(96,120,135)
#506472
(80,100,114)
#40505D
(64,80,93)
#303C48
(48,60,72)
#202833
(32,40,51)
#10141E
(16,20,30)
#000000
(0,0,0)

Tints of #B0DCF0

#B0DCF0
(176,220,240)
#B7DFF1
(183,223,241)
#BEE2F2
(190,226,242)
#C5E5F3
(197,229,243)
#CCE8F4
(204,232,244)
#D3EBF5
(211,235,245)
#DAEEF6
(218,238,246)
#E1F1F7
(225,241,247)
#E8F4F8
(232,244,248)
#EFF7F9
(239,247,249)
#F6FAFA
(246,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0DCF0 color. Also use rgb(176,220,240) instead hex code.

Text Font Color

.myTextColor { color: #B0DCF0; }

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

This text font color is #B0DCF0.


Background Color

.myBgColor { background-color: #B0DCF0; }

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

This div background color is #B0DCF0.


Border color

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

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

This div border color is #B0DCF0.


Opacity

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

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

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

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

This text has shadow with #B0DCF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0DCF0 on black background.


Color preview on white background

This text has color #B0DCF0 on white background.



Black color preview on #B0DCF0 background

This text has black color on #B0DCF0 background.


White color preview on #B0DCF0 background

This text has white color on #B0DCF0 background.