COLOR #B9F4F5

HEX: #B9F4F5
RGB: (185,244,245)

Color info

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

RGB color model

#B9F4F5 color RGB value is (185,244,245).

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

RGB channels and saturation

R 185 of 255 = 73%
G 244 of 255 = 96%
B 245 of 255 = 96%

185
244
245

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

Portions of RGB colors in percentages

R + G + B =
185 + 244 + 245 = 674 (100%)
R 185 of 674 ~ 27.45%
G 244 of 674 ~ 36.2%
B 245 of 674 ~ 36.35%

%27.45
%36.2
%36.35

CMYK color model

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

  • cyan value is 24.49%
  • magenta value is 0.41%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(24,0,0,4)
C24M0Y0K4 
(24%,0%,0%,4%)
(0.24/0.00/0.00/0.04)	

CMYK percentages

%24.49
%0.41
%0
%3.92

Codes

Color #B9F4F5 in popluar color models

B9F4F5
RGB185244245
HSL181°75.00%84.31%
HSB/HSV181°24.49%96.08%
CMYK24.49%0.41%0.00%
3.92%

Color #B9F4F5 in popluar number systems.

HEXB9F4F5
Decimal185244245
Binary101110011111010011110101
Octal271364365

Shades and tints

Shades of #B9F4F5

#B9F4F5
(185,244,245)
#A9DEDF
(169,222,223)
#99C8C9
(153,200,201)
#89B2B3
(137,178,179)
#799C9D
(121,156,157)
#698687
(105,134,135)
#597071
(89,112,113)
#495A5B
(73,90,91)
#394445
(57,68,69)
#292E2F
(41,46,47)
#191819
(25,24,25)
#000000
(0,0,0)

Tints of #B9F4F5

#B9F4F5
(185,244,245)
#BFF5F5
(191,245,245)
#C5F6F5
(197,246,245)
#CBF7F5
(203,247,245)
#D1F8F5
(209,248,245)
#D7F9F5
(215,249,245)
#DDFAF5
(221,250,245)
#E3FBF5
(227,251,245)
#E9FCF5
(233,252,245)
#EFFDF5
(239,253,245)
#F5FEF5
(245,254,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9F4F5; }

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

This text font color is #B9F4F5.


Background Color

.myBgColor { background-color: #B9F4F5; }

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

This div background color is #B9F4F5.


Border color

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

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

This div border color is #B9F4F5.


Opacity

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

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

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

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

This text has shadow with #B9F4F5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9F4F5 on black background.


Color preview on white background

This text has color #B9F4F5 on white background.



Black color preview on #B9F4F5 background

This text has black color on #B9F4F5 background.


White color preview on #B9F4F5 background

This text has white color on #B9F4F5 background.