COLOR #B9F9F7

HEX: #B9F9F7
RGB: (185,249,247)

Color info

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

RGB color model

#B9F9F7 color RGB value is (185,249,247).

  • red value is 185;
  • green value is 249;
  • blue value is 247.
RGB:
(185,249,247)
(73%,98%,97%)

RGB channels and saturation

R 185 of 255 = 73%
G 249 of 255 = 98%
B 247 of 255 = 97%

185
249
247

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

Portions of RGB colors in percentages

R + G + B =
185 + 249 + 247 = 681 (100%)
R 185 of 681 ~ 27.17%
G 249 of 681 ~ 36.56%
B 247 of 681 ~ 36.27%

%27.17
%36.56
%36.27

CMYK color model

#B9F9F7 color CMYK value is (26,0,1,2).

  • cyan value is 25.70%
  • magenta value is 0.00%
  • yellow value is 0.80%
  • key color value is 2.35%
CMYK:
(26,0,1,2)
C26M0Y1K2 
(26%,0%,1%,2%)
(0.26/0.00/0.01/0.02)	

CMYK percentages

%25.7
%0
%0.8
%2.35

Codes

Color #B9F9F7 in popluar color models

B9F9F7
RGB185249247
HSL178°84.21%85.10%
HSB/HSV178°25.70%97.65%
CMYK25.70%0.00%0.80%
2.35%

Color #B9F9F7 in popluar number systems.

HEXB9F9F7
Decimal185249247
Binary101110011111100111110111
Octal271371367

Shades and tints

Shades of #B9F9F7

#B9F9F7
(185,249,247)
#A9E3E1
(169,227,225)
#99CDCB
(153,205,203)
#89B7B5
(137,183,181)
#79A19F
(121,161,159)
#698B89
(105,139,137)
#597573
(89,117,115)
#495F5D
(73,95,93)
#394947
(57,73,71)
#293331
(41,51,49)
#191D1B
(25,29,27)
#000000
(0,0,0)

Tints of #B9F9F7

#B9F9F7
(185,249,247)
#BFF9F7
(191,249,247)
#C5F9F7
(197,249,247)
#CBF9F7
(203,249,247)
#D1F9F7
(209,249,247)
#D7F9F7
(215,249,247)
#DDF9F7
(221,249,247)
#E3F9F7
(227,249,247)
#E9F9F7
(233,249,247)
#EFF9F7
(239,249,247)
#F5F9F7
(245,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9F9F7 color. Also use rgb(185,249,247) instead hex code.

Text Font Color

.myTextColor { color: #B9F9F7; }

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

This text font color is #B9F9F7.


Background Color

.myBgColor { background-color: #B9F9F7; }

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

This div background color is #B9F9F7.


Border color

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

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

This div border color is #B9F9F7.


Opacity

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

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

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

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

This text has shadow with #B9F9F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9F9F7 on black background.


Color preview on white background

This text has color #B9F9F7 on white background.



Black color preview on #B9F9F7 background

This text has black color on #B9F9F7 background.


White color preview on #B9F9F7 background

This text has white color on #B9F9F7 background.