COLOR #B0D0FF

HEX: #B0D0FF
RGB: (176,208,255)

Color info

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

RGB color model

#B0D0FF color RGB value is (176,208,255).

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

RGB channels and saturation

R 176 of 255 = 69%
G 208 of 255 = 82%
B 255 of 255 = 100%

176
208
255

R + G + B ~ 84%. #B0D0FF is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 208 + 255 = 639 (100%)
R 176 of 639 ~ 27.54%
G 208 of 639 ~ 32.55%
B 255 of 639 ~ 39.91%

%27.54
%32.55
%39.91

CMYK color model

#B0D0FF color CMYK value is (31,18,0,0).

  • cyan value is 30.98%
  • magenta value is 18.43%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(31,18,0,0)
C31M18Y0K0 
(31%,18%,0%,0%)
(0.31/0.18/0.00/0.00)	

CMYK percentages

%30.98
%18.43
%0
%0

Codes

Color #B0D0FF in popluar color models

B0D0FF
RGB176208255
HSL216°100.00%84.51%
HSB/HSV216°30.98%100.00%
CMYK30.98%18.43%0.00%
0.00%

Color #B0D0FF in popluar number systems.

HEXB0D0FF
Decimal176208255
Binary101100001101000011111111
Octal260320377

Shades and tints

Shades of #B0D0FF

#B0D0FF
(176,208,255)
#A0BEE8
(160,190,232)
#90ACD1
(144,172,209)
#809ABA
(128,154,186)
#7088A3
(112,136,163)
#60768C
(96,118,140)
#506475
(80,100,117)
#40525E
(64,82,94)
#304047
(48,64,71)
#202E30
(32,46,48)
#101C19
(16,28,25)
#000000
(0,0,0)

Tints of #B0D0FF

#B0D0FF
(176,208,255)
#B7D4FF
(183,212,255)
#BED8FF
(190,216,255)
#C5DCFF
(197,220,255)
#CCE0FF
(204,224,255)
#D3E4FF
(211,228,255)
#DAE8FF
(218,232,255)
#E1ECFF
(225,236,255)
#E8F0FF
(232,240,255)
#EFF4FF
(239,244,255)
#F6F8FF
(246,248,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B0D0FF; }

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

This text font color is #B0D0FF.


Background Color

.myBgColor { background-color: #B0D0FF; }

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

This div background color is #B0D0FF.


Border color

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

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

This div border color is #B0D0FF.


Opacity

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

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

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

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

This text has shadow with #B0D0FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0D0FF on black background.


Color preview on white background

This text has color #B0D0FF on white background.



Black color preview on #B0D0FF background

This text has black color on #B0D0FF background.


White color preview on #B0D0FF background

This text has white color on #B0D0FF background.