COLOR #B3D5FA

HEX: #B3D5FA
RGB: (179,213,250)

Color info

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

RGB color model

#B3D5FA color RGB value is (179,213,250).

  • red value is 179;
  • green value is 213;
  • blue value is 250.
RGB:
(179,213,250)
(70%,84%,98%)

RGB channels and saturation

R 179 of 255 = 70%
G 213 of 255 = 84%
B 250 of 255 = 98%

179
213
250

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

Portions of RGB colors in percentages

R + G + B =
179 + 213 + 250 = 642 (100%)
R 179 of 642 ~ 27.88%
G 213 of 642 ~ 33.18%
B 250 of 642 ~ 38.94%

%27.88
%33.18
%38.94

CMYK color model

#B3D5FA color CMYK value is (28,15,0,2).

  • cyan value is 28.40%
  • magenta value is 14.80%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(28,15,0,2)
C28M15Y0K2 
(28%,15%,0%,2%)
(0.28/0.15/0.00/0.02)	

CMYK percentages

%28.4
%14.8
%0
%1.96

Codes

Color #B3D5FA in popluar color models

B3D5FA
RGB179213250
HSL211°87.65%84.12%
HSB/HSV211°28.40%98.04%
CMYK28.40%14.80%0.00%
1.96%

Color #B3D5FA in popluar number systems.

HEXB3D5FA
Decimal179213250
Binary101100111101010111111010
Octal263325372

Shades and tints

Shades of #B3D5FA

#B3D5FA
(179,213,250)
#A3C2E4
(163,194,228)
#93AFCE
(147,175,206)
#839CB8
(131,156,184)
#7389A2
(115,137,162)
#63768C
(99,118,140)
#536376
(83,99,118)
#435060
(67,80,96)
#333D4A
(51,61,74)
#232A34
(35,42,52)
#13171E
(19,23,30)
#000000
(0,0,0)

Tints of #B3D5FA

#B3D5FA
(179,213,250)
#B9D8FA
(185,216,250)
#BFDBFA
(191,219,250)
#C5DEFA
(197,222,250)
#CBE1FA
(203,225,250)
#D1E4FA
(209,228,250)
#D7E7FA
(215,231,250)
#DDEAFA
(221,234,250)
#E3EDFA
(227,237,250)
#E9F0FA
(233,240,250)
#EFF3FA
(239,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3D5FA color. Also use rgb(179,213,250) instead hex code.

Text Font Color

.myTextColor { color: #B3D5FA; }

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

This text font color is #B3D5FA.


Background Color

.myBgColor { background-color: #B3D5FA; }

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

This div background color is #B3D5FA.


Border color

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

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

This div border color is #B3D5FA.


Opacity

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

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

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

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

This text has shadow with #B3D5FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3D5FA on black background.


Color preview on white background

This text has color #B3D5FA on white background.



Black color preview on #B3D5FA background

This text has black color on #B3D5FA background.


White color preview on #B3D5FA background

This text has white color on #B3D5FA background.