COLOR #B9E9F5

HEX: #B9E9F5
RGB: (185,233,245)

Color info

#B9E9F5 contains mainly green and blue colors. Web safe color of #B9E9F5 is #CCFFFF (or #CFF).

RGB color model

#B9E9F5 color RGB value is (185,233,245).

  • red value is 185;
  • green value is 233;
  • blue value is 245.
RGB:
(185,233,245)
(73%,91%,96%)

RGB channels and saturation

R 185 of 255 = 73%
G 233 of 255 = 91%
B 245 of 255 = 96%

185
233
245

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

Portions of RGB colors in percentages

R + G + B =
185 + 233 + 245 = 663 (100%)
R 185 of 663 ~ 27.9%
G 233 of 663 ~ 35.14%
B 245 of 663 ~ 36.95%

%27.9
%35.14
%36.95

CMYK color model

#B9E9F5 color CMYK value is (24,5,0,4).

  • cyan value is 24.49%
  • magenta value is 4.90%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(24,5,0,4)
C24M5Y0K4 
(24%,5%,0%,4%)
(0.24/0.05/0.00/0.04)	

CMYK percentages

%24.49
%4.9
%0
%3.92

Codes

Color #B9E9F5 in popluar color models

B9E9F5
RGB185233245
HSL192°75.00%84.31%
HSB/HSV192°24.49%96.08%
CMYK24.49%4.90%0.00%
3.92%

Color #B9E9F5 in popluar number systems.

HEXB9E9F5
Decimal185233245
Binary101110011110100111110101
Octal271351365

Shades and tints

Shades of #B9E9F5

#B9E9F5
(185,233,245)
#A9D4DF
(169,212,223)
#99BFC9
(153,191,201)
#89AAB3
(137,170,179)
#79959D
(121,149,157)
#698087
(105,128,135)
#596B71
(89,107,113)
#49565B
(73,86,91)
#394145
(57,65,69)
#292C2F
(41,44,47)
#191719
(25,23,25)
#000000
(0,0,0)

Tints of #B9E9F5

#B9E9F5
(185,233,245)
#BFEBF5
(191,235,245)
#C5EDF5
(197,237,245)
#CBEFF5
(203,239,245)
#D1F1F5
(209,241,245)
#D7F3F5
(215,243,245)
#DDF5F5
(221,245,245)
#E3F7F5
(227,247,245)
#E9F9F5
(233,249,245)
#EFFBF5
(239,251,245)
#F5FDF5
(245,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9E9F5 color. Also use rgb(185,233,245) instead hex code.

Text Font Color

.myTextColor { color: #B9E9F5; }

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

This text font color is #B9E9F5.


Background Color

.myBgColor { background-color: #B9E9F5; }

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

This div background color is #B9E9F5.


Border color

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

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

This div border color is #B9E9F5.


Opacity

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

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

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

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

This text has shadow with #B9E9F5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9E9F5 on black background.


Color preview on white background

This text has color #B9E9F5 on white background.



Black color preview on #B9E9F5 background

This text has black color on #B9E9F5 background.


White color preview on #B9E9F5 background

This text has white color on #B9E9F5 background.