COLOR #B9FFF2

HEX: #B9FFF2
RGB: (185,255,242)

Color info

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

RGB color model

#B9FFF2 color RGB value is (185,255,242).

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

RGB channels and saturation

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

185
255
242

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

Portions of RGB colors in percentages

R + G + B =
185 + 255 + 242 = 682 (100%)
R 185 of 682 ~ 27.13%
G 255 of 682 ~ 37.39%
B 242 of 682 ~ 35.48%

%27.13
%37.39
%35.48

CMYK color model

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

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

CMYK percentages

%27.45
%0
%5.1
%0

Codes

Color #B9FFF2 in popluar color models

B9FFF2
RGB185255242
HSL169°100.00%86.27%
HSB/HSV169°27.45%100.00%
CMYK27.45%0.00%5.10%
0.00%

Color #B9FFF2 in popluar number systems.

HEXB9FFF2
Decimal185255242
Binary101110011111111111110010
Octal271377362

Shades and tints

Shades of #B9FFF2

#B9FFF2
(185,255,242)
#A9E8DC
(169,232,220)
#99D1C6
(153,209,198)
#89BAB0
(137,186,176)
#79A39A
(121,163,154)
#698C84
(105,140,132)
#59756E
(89,117,110)
#495E58
(73,94,88)
#394742
(57,71,66)
#29302C
(41,48,44)
#191916
(25,25,22)
#000000
(0,0,0)

Tints of #B9FFF2

#B9FFF2
(185,255,242)
#BFFFF3
(191,255,243)
#C5FFF4
(197,255,244)
#CBFFF5
(203,255,245)
#D1FFF6
(209,255,246)
#D7FFF7
(215,255,247)
#DDFFF8
(221,255,248)
#E3FFF9
(227,255,249)
#E9FFFA
(233,255,250)
#EFFFFB
(239,255,251)
#F5FFFC
(245,255,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9FFF2; }

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

This text font color is #B9FFF2.


Background Color

.myBgColor { background-color: #B9FFF2; }

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

This div background color is #B9FFF2.


Border color

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

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

This div border color is #B9FFF2.


Opacity

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

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

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

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

This text has shadow with #B9FFF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9FFF2 on black background.


Color preview on white background

This text has color #B9FFF2 on white background.



Black color preview on #B9FFF2 background

This text has black color on #B9FFF2 background.


White color preview on #B9FFF2 background

This text has white color on #B9FFF2 background.