COLOR #B9F1FF

HEX: #B9F1FF
RGB: (185,241,255)

Color info

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

RGB color model

#B9F1FF color RGB value is (185,241,255).

  • red value is 185;
  • green value is 241;
  • blue value is 255.
RGB:
(185,241,255)
(73%,95%,100%)

RGB channels and saturation

R 185 of 255 = 73%
G 241 of 255 = 95%
B 255 of 255 = 100%

185
241
255

R + G + B ~ 89%. #B9F1FF is light color.

Portions of RGB colors in percentages

R + G + B =
185 + 241 + 255 = 681 (100%)
R 185 of 681 ~ 27.17%
G 241 of 681 ~ 35.39%
B 255 of 681 ~ 37.44%

%27.17
%35.39
%37.44

CMYK color model

#B9F1FF color CMYK value is (27,5,0,0).

  • cyan value is 27.45%
  • magenta value is 5.49%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(27,5,0,0)
C27M5Y0K0 
(27%,5%,0%,0%)
(0.27/0.05/0.00/0.00)	

CMYK percentages

%27.45
%5.49
%0
%0

Codes

Color #B9F1FF in popluar color models

B9F1FF
RGB185241255
HSL192°100.00%86.27%
HSB/HSV192°27.45%100.00%
CMYK27.45%5.49%0.00%
0.00%

Color #B9F1FF in popluar number systems.

HEXB9F1FF
Decimal185241255
Binary101110011111000111111111
Octal271361377

Shades and tints

Shades of #B9F1FF

#B9F1FF
(185,241,255)
#A9DCE8
(169,220,232)
#99C7D1
(153,199,209)
#89B2BA
(137,178,186)
#799DA3
(121,157,163)
#69888C
(105,136,140)
#597375
(89,115,117)
#495E5E
(73,94,94)
#394947
(57,73,71)
#293430
(41,52,48)
#191F19
(25,31,25)
#000000
(0,0,0)

Tints of #B9F1FF

#B9F1FF
(185,241,255)
#BFF2FF
(191,242,255)
#C5F3FF
(197,243,255)
#CBF4FF
(203,244,255)
#D1F5FF
(209,245,255)
#D7F6FF
(215,246,255)
#DDF7FF
(221,247,255)
#E3F8FF
(227,248,255)
#E9F9FF
(233,249,255)
#EFFAFF
(239,250,255)
#F5FBFF
(245,251,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9F1FF color. Also use rgb(185,241,255) instead hex code.

Text Font Color

.myTextColor { color: #B9F1FF; }

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

This text font color is #B9F1FF.


Background Color

.myBgColor { background-color: #B9F1FF; }

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

This div background color is #B9F1FF.


Border color

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

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

This div border color is #B9F1FF.


Opacity

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

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

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

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

This text has shadow with #B9F1FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9F1FF on black background.


Color preview on white background

This text has color #B9F1FF on white background.



Black color preview on #B9F1FF background

This text has black color on #B9F1FF background.


White color preview on #B9F1FF background

This text has white color on #B9F1FF background.