COLOR #B9D2FA

HEX: #B9D2FA
RGB: (185,210,250)

Color info

#B9D2FA contains mainly green and blue colors. Web safe color of #B9D2FA is #CCCCFF (or #CCF).

RGB color model

#B9D2FA color RGB value is (185,210,250).

  • red value is 185;
  • green value is 210;
  • blue value is 250.
RGB:
(185,210,250)
(73%,82%,98%)

RGB channels and saturation

R 185 of 255 = 73%
G 210 of 255 = 82%
B 250 of 255 = 98%

185
210
250

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

Portions of RGB colors in percentages

R + G + B =
185 + 210 + 250 = 645 (100%)
R 185 of 645 ~ 28.68%
G 210 of 645 ~ 32.56%
B 250 of 645 ~ 38.76%

%28.68
%32.56
%38.76

CMYK color model

#B9D2FA color CMYK value is (26,16,0,2).

  • cyan value is 26.00%
  • magenta value is 16.00%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(26,16,0,2)
C26M16Y0K2 
(26%,16%,0%,2%)
(0.26/0.16/0.00/0.02)	

CMYK percentages

%26
%16
%0
%1.96

Codes

Color #B9D2FA in popluar color models

B9D2FA
RGB185210250
HSL217°86.67%85.29%
HSB/HSV217°26.00%98.04%
CMYK26.00%16.00%0.00%
1.96%

Color #B9D2FA in popluar number systems.

HEXB9D2FA
Decimal185210250
Binary101110011101001011111010
Octal271322372

Shades and tints

Shades of #B9D2FA

#B9D2FA
(185,210,250)
#A9BFE4
(169,191,228)
#99ACCE
(153,172,206)
#8999B8
(137,153,184)
#7986A2
(121,134,162)
#69738C
(105,115,140)
#596076
(89,96,118)
#494D60
(73,77,96)
#393A4A
(57,58,74)
#292734
(41,39,52)
#19141E
(25,20,30)
#000000
(0,0,0)

Tints of #B9D2FA

#B9D2FA
(185,210,250)
#BFD6FA
(191,214,250)
#C5DAFA
(197,218,250)
#CBDEFA
(203,222,250)
#D1E2FA
(209,226,250)
#D7E6FA
(215,230,250)
#DDEAFA
(221,234,250)
#E3EEFA
(227,238,250)
#E9F2FA
(233,242,250)
#EFF6FA
(239,246,250)
#F5FAFA
(245,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9D2FA color. Also use rgb(185,210,250) instead hex code.

Text Font Color

.myTextColor { color: #B9D2FA; }

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

This text font color is #B9D2FA.


Background Color

.myBgColor { background-color: #B9D2FA; }

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

This div background color is #B9D2FA.


Border color

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

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

This div border color is #B9D2FA.


Opacity

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

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

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

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

This text has shadow with #B9D2FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9D2FA on black background.


Color preview on white background

This text has color #B9D2FA on white background.



Black color preview on #B9D2FA background

This text has black color on #B9D2FA background.


White color preview on #B9D2FA background

This text has white color on #B9D2FA background.