COLOR #B0D6FD

HEX: #B0D6FD
RGB: (176,214,253)

Color info

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

RGB color model

#B0D6FD color RGB value is (176,214,253).

  • red value is 176;
  • green value is 214;
  • blue value is 253.
RGB:
(176,214,253)
(69%,84%,99%)

RGB channels and saturation

R 176 of 255 = 69%
G 214 of 255 = 84%
B 253 of 255 = 99%

176
214
253

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

Portions of RGB colors in percentages

R + G + B =
176 + 214 + 253 = 643 (100%)
R 176 of 643 ~ 27.37%
G 214 of 643 ~ 33.28%
B 253 of 643 ~ 39.35%

%27.37
%33.28
%39.35

CMYK color model

#B0D6FD color CMYK value is (30,15,0,1).

  • cyan value is 30.43%
  • magenta value is 15.42%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(30,15,0,1)
C30M15Y0K1 
(30%,15%,0%,1%)
(0.30/0.15/0.00/0.01)	

CMYK percentages

%30.43
%15.42
%0
%0.78

Codes

Color #B0D6FD in popluar color models

B0D6FD
RGB176214253
HSL210°95.06%84.12%
HSB/HSV210°30.43%99.22%
CMYK30.43%15.42%0.00%
0.78%

Color #B0D6FD in popluar number systems.

HEXB0D6FD
Decimal176214253
Binary101100001101011011111101
Octal260326375

Shades and tints

Shades of #B0D6FD

#B0D6FD
(176,214,253)
#A0C3E6
(160,195,230)
#90B0CF
(144,176,207)
#809DB8
(128,157,184)
#708AA1
(112,138,161)
#60778A
(96,119,138)
#506473
(80,100,115)
#40515C
(64,81,92)
#303E45
(48,62,69)
#202B2E
(32,43,46)
#101817
(16,24,23)
#000000
(0,0,0)

Tints of #B0D6FD

#B0D6FD
(176,214,253)
#B7D9FD
(183,217,253)
#BEDCFD
(190,220,253)
#C5DFFD
(197,223,253)
#CCE2FD
(204,226,253)
#D3E5FD
(211,229,253)
#DAE8FD
(218,232,253)
#E1EBFD
(225,235,253)
#E8EEFD
(232,238,253)
#EFF1FD
(239,241,253)
#F6F4FD
(246,244,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0D6FD color. Also use rgb(176,214,253) instead hex code.

Text Font Color

.myTextColor { color: #B0D6FD; }

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

This text font color is #B0D6FD.


Background Color

.myBgColor { background-color: #B0D6FD; }

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

This div background color is #B0D6FD.


Border color

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

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

This div border color is #B0D6FD.


Opacity

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

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

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

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

This text has shadow with #B0D6FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0D6FD on black background.


Color preview on white background

This text has color #B0D6FD on white background.



Black color preview on #B0D6FD background

This text has black color on #B0D6FD background.


White color preview on #B0D6FD background

This text has white color on #B0D6FD background.