COLOR #B9E2FA

HEX: #B9E2FA
RGB: (185,226,250)

Color info

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

RGB color model

#B9E2FA color RGB value is (185,226,250).

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

RGB channels and saturation

R 185 of 255 = 73%
G 226 of 255 = 89%
B 250 of 255 = 98%

185
226
250

R + G + B ~ 87%. #B9E2FA is light color.

Portions of RGB colors in percentages

R + G + B =
185 + 226 + 250 = 661 (100%)
R 185 of 661 ~ 27.99%
G 226 of 661 ~ 34.19%
B 250 of 661 ~ 37.82%

%27.99
%34.19
%37.82

CMYK color model

#B9E2FA color CMYK value is (26,10,0,2).

  • cyan value is 26.00%
  • magenta value is 9.60%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(26,10,0,2)
C26M10Y0K2 
(26%,10%,0%,2%)
(0.26/0.10/0.00/0.02)	

CMYK percentages

%26
%9.6
%0
%1.96

Codes

Color #B9E2FA in popluar color models

B9E2FA
RGB185226250
HSL202°86.67%85.29%
HSB/HSV202°26.00%98.04%
CMYK26.00%9.60%0.00%
1.96%

Color #B9E2FA in popluar number systems.

HEXB9E2FA
Decimal185226250
Binary101110011110001011111010
Octal271342372

Shades and tints

Shades of #B9E2FA

#B9E2FA
(185,226,250)
#A9CEE4
(169,206,228)
#99BACE
(153,186,206)
#89A6B8
(137,166,184)
#7992A2
(121,146,162)
#697E8C
(105,126,140)
#596A76
(89,106,118)
#495660
(73,86,96)
#39424A
(57,66,74)
#292E34
(41,46,52)
#191A1E
(25,26,30)
#000000
(0,0,0)

Tints of #B9E2FA

#B9E2FA
(185,226,250)
#BFE4FA
(191,228,250)
#C5E6FA
(197,230,250)
#CBE8FA
(203,232,250)
#D1EAFA
(209,234,250)
#D7ECFA
(215,236,250)
#DDEEFA
(221,238,250)
#E3F0FA
(227,240,250)
#E9F2FA
(233,242,250)
#EFF4FA
(239,244,250)
#F5F6FA
(245,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9E2FA; }

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

This text font color is #B9E2FA.


Background Color

.myBgColor { background-color: #B9E2FA; }

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

This div background color is #B9E2FA.


Border color

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

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

This div border color is #B9E2FA.


Opacity

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

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

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

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

This text has shadow with #B9E2FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9E2FA on black background.


Color preview on white background

This text has color #B9E2FA on white background.



Black color preview on #B9E2FA background

This text has black color on #B9E2FA background.


White color preview on #B9E2FA background

This text has white color on #B9E2FA background.