COLOR #B2D9FA

HEX: #B2D9FA
RGB: (178,217,250)

Color info

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

RGB color model

#B2D9FA color RGB value is (178,217,250).

  • red value is 178;
  • green value is 217;
  • blue value is 250.
RGB:
(178,217,250)
(70%,85%,98%)

RGB channels and saturation

R 178 of 255 = 70%
G 217 of 255 = 85%
B 250 of 255 = 98%

178
217
250

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

Portions of RGB colors in percentages

R + G + B =
178 + 217 + 250 = 645 (100%)
R 178 of 645 ~ 27.6%
G 217 of 645 ~ 33.64%
B 250 of 645 ~ 38.76%

%27.6
%33.64
%38.76

CMYK color model

#B2D9FA color CMYK value is (29,13,0,2).

  • cyan value is 28.80%
  • magenta value is 13.20%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(29,13,0,2)
C29M13Y0K2 
(29%,13%,0%,2%)
(0.29/0.13/0.00/0.02)	

CMYK percentages

%28.8
%13.2
%0
%1.96

Codes

Color #B2D9FA in popluar color models

B2D9FA
RGB178217250
HSL208°87.80%83.92%
HSB/HSV208°28.80%98.04%
CMYK28.80%13.20%0.00%
1.96%

Color #B2D9FA in popluar number systems.

HEXB2D9FA
Decimal178217250
Binary101100101101100111111010
Octal262331372

Shades and tints

Shades of #B2D9FA

#B2D9FA
(178,217,250)
#A2C6E4
(162,198,228)
#92B3CE
(146,179,206)
#82A0B8
(130,160,184)
#728DA2
(114,141,162)
#627A8C
(98,122,140)
#526776
(82,103,118)
#425460
(66,84,96)
#32414A
(50,65,74)
#222E34
(34,46,52)
#121B1E
(18,27,30)
#000000
(0,0,0)

Tints of #B2D9FA

#B2D9FA
(178,217,250)
#B9DCFA
(185,220,250)
#C0DFFA
(192,223,250)
#C7E2FA
(199,226,250)
#CEE5FA
(206,229,250)
#D5E8FA
(213,232,250)
#DCEBFA
(220,235,250)
#E3EEFA
(227,238,250)
#EAF1FA
(234,241,250)
#F1F4FA
(241,244,250)
#F8F7FA
(248,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2D9FA color. Also use rgb(178,217,250) instead hex code.

Text Font Color

.myTextColor { color: #B2D9FA; }

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

This text font color is #B2D9FA.


Background Color

.myBgColor { background-color: #B2D9FA; }

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

This div background color is #B2D9FA.


Border color

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

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

This div border color is #B2D9FA.


Opacity

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

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

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

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

This text has shadow with #B2D9FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2D9FA on black background.


Color preview on white background

This text has color #B2D9FA on white background.



Black color preview on #B2D9FA background

This text has black color on #B2D9FA background.


White color preview on #B2D9FA background

This text has white color on #B2D9FA background.