COLOR #B9FBEF

HEX: #B9FBEF
RGB: (185,251,239)

Color info

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

RGB color model

#B9FBEF color RGB value is (185,251,239).

  • red value is 185;
  • green value is 251;
  • blue value is 239.
RGB:
(185,251,239)
(73%,98%,94%)

RGB channels and saturation

R 185 of 255 = 73%
G 251 of 255 = 98%
B 239 of 255 = 94%

185
251
239

R + G + B ~ 88%. #B9FBEF is light color.

Portions of RGB colors in percentages

R + G + B =
185 + 251 + 239 = 675 (100%)
R 185 of 675 ~ 27.41%
G 251 of 675 ~ 37.19%
B 239 of 675 ~ 35.41%

%27.41
%37.19
%35.41

CMYK color model

#B9FBEF color CMYK value is (26,0,5,2).

  • cyan value is 26.29%
  • magenta value is 0.00%
  • yellow value is 4.78%
  • key color value is 1.57%
CMYK:
(26,0,5,2)
C26M0Y5K2 
(26%,0%,5%,2%)
(0.26/0.00/0.05/0.02)	

CMYK percentages

%26.29
%0
%4.78
%1.57

Codes

Color #B9FBEF in popluar color models

B9FBEF
RGB185251239
HSL169°89.19%85.49%
HSB/HSV169°26.29%98.43%
CMYK26.29%0.00%4.78%
1.57%

Color #B9FBEF in popluar number systems.

HEXB9FBEF
Decimal185251239
Binary101110011111101111101111
Octal271373357

Shades and tints

Shades of #B9FBEF

#B9FBEF
(185,251,239)
#A9E5DA
(169,229,218)
#99CFC5
(153,207,197)
#89B9B0
(137,185,176)
#79A39B
(121,163,155)
#698D86
(105,141,134)
#597771
(89,119,113)
#49615C
(73,97,92)
#394B47
(57,75,71)
#293532
(41,53,50)
#191F1D
(25,31,29)
#000000
(0,0,0)

Tints of #B9FBEF

#B9FBEF
(185,251,239)
#BFFBF0
(191,251,240)
#C5FBF1
(197,251,241)
#CBFBF2
(203,251,242)
#D1FBF3
(209,251,243)
#D7FBF4
(215,251,244)
#DDFBF5
(221,251,245)
#E3FBF6
(227,251,246)
#E9FBF7
(233,251,247)
#EFFBF8
(239,251,248)
#F5FBF9
(245,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9FBEF color. Also use rgb(185,251,239) instead hex code.

Text Font Color

.myTextColor { color: #B9FBEF; }

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

This text font color is #B9FBEF.


Background Color

.myBgColor { background-color: #B9FBEF; }

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

This div background color is #B9FBEF.


Border color

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

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

This div border color is #B9FBEF.


Opacity

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

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

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

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

This text has shadow with #B9FBEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9FBEF on black background.


Color preview on white background

This text has color #B9FBEF on white background.



Black color preview on #B9FBEF background

This text has black color on #B9FBEF background.


White color preview on #B9FBEF background

This text has white color on #B9FBEF background.