COLOR #B3D6FF

HEX: #B3D6FF
RGB: (179,214,255)

Color info

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

RGB color model

#B3D6FF color RGB value is (179,214,255).

  • red value is 179;
  • green value is 214;
  • blue value is 255.
RGB:
(179,214,255)
(70%,84%,100%)

RGB channels and saturation

R 179 of 255 = 70%
G 214 of 255 = 84%
B 255 of 255 = 100%

179
214
255

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

Portions of RGB colors in percentages

R + G + B =
179 + 214 + 255 = 648 (100%)
R 179 of 648 ~ 27.62%
G 214 of 648 ~ 33.02%
B 255 of 648 ~ 39.35%

%27.62
%33.02
%39.35

CMYK color model

#B3D6FF color CMYK value is (30,16,0,0).

  • cyan value is 29.80%
  • magenta value is 16.08%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(30,16,0,0)
C30M16Y0K0 
(30%,16%,0%,0%)
(0.30/0.16/0.00/0.00)	

CMYK percentages

%29.8
%16.08
%0
%0

Codes

Color #B3D6FF in popluar color models

B3D6FF
RGB179214255
HSL212°100.00%85.10%
HSB/HSV212°29.80%100.00%
CMYK29.80%16.08%0.00%
0.00%

Color #B3D6FF in popluar number systems.

HEXB3D6FF
Decimal179214255
Binary101100111101011011111111
Octal263326377

Shades and tints

Shades of #B3D6FF

#B3D6FF
(179,214,255)
#A3C3E8
(163,195,232)
#93B0D1
(147,176,209)
#839DBA
(131,157,186)
#738AA3
(115,138,163)
#63778C
(99,119,140)
#536475
(83,100,117)
#43515E
(67,81,94)
#333E47
(51,62,71)
#232B30
(35,43,48)
#131819
(19,24,25)
#000000
(0,0,0)

Tints of #B3D6FF

#B3D6FF
(179,214,255)
#B9D9FF
(185,217,255)
#BFDCFF
(191,220,255)
#C5DFFF
(197,223,255)
#CBE2FF
(203,226,255)
#D1E5FF
(209,229,255)
#D7E8FF
(215,232,255)
#DDEBFF
(221,235,255)
#E3EEFF
(227,238,255)
#E9F1FF
(233,241,255)
#EFF4FF
(239,244,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3D6FF color. Also use rgb(179,214,255) instead hex code.

Text Font Color

.myTextColor { color: #B3D6FF; }

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

This text font color is #B3D6FF.


Background Color

.myBgColor { background-color: #B3D6FF; }

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

This div background color is #B3D6FF.


Border color

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

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

This div border color is #B3D6FF.


Opacity

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

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

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

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

This text has shadow with #B3D6FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3D6FF on black background.


Color preview on white background

This text has color #B3D6FF on white background.



Black color preview on #B3D6FF background

This text has black color on #B3D6FF background.


White color preview on #B3D6FF background

This text has white color on #B3D6FF background.