COLOR #B9F8EB

HEX: #B9F8EB
RGB: (185,248,235)

Color info

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

RGB color model

#B9F8EB color RGB value is (185,248,235).

  • red value is 185;
  • green value is 248;
  • blue value is 235.
RGB:
(185,248,235)
(73%,97%,92%)

RGB channels and saturation

R 185 of 255 = 73%
G 248 of 255 = 97%
B 235 of 255 = 92%

185
248
235

R + G + B ~ 87%. #B9F8EB is light color.

Portions of RGB colors in percentages

R + G + B =
185 + 248 + 235 = 668 (100%)
R 185 of 668 ~ 27.69%
G 248 of 668 ~ 37.13%
B 235 of 668 ~ 35.18%

%27.69
%37.13
%35.18

CMYK color model

#B9F8EB color CMYK value is (25,0,5,3).

  • cyan value is 25.40%
  • magenta value is 0.00%
  • yellow value is 5.24%
  • key color value is 2.75%
CMYK:
(25,0,5,3)
C25M0Y5K3 
(25%,0%,5%,3%)
(0.25/0.00/0.05/0.03)	

CMYK percentages

%25.4
%0
%5.24
%2.75

Codes

Color #B9F8EB in popluar color models

B9F8EB
RGB185248235
HSL168°81.82%84.90%
HSB/HSV168°25.40%97.25%
CMYK25.40%0.00%5.24%
2.75%

Color #B9F8EB in popluar number systems.

HEXB9F8EB
Decimal185248235
Binary101110011111100011101011
Octal271370353

Shades and tints

Shades of #B9F8EB

#B9F8EB
(185,248,235)
#A9E2D6
(169,226,214)
#99CCC1
(153,204,193)
#89B6AC
(137,182,172)
#79A097
(121,160,151)
#698A82
(105,138,130)
#59746D
(89,116,109)
#495E58
(73,94,88)
#394843
(57,72,67)
#29322E
(41,50,46)
#191C19
(25,28,25)
#000000
(0,0,0)

Tints of #B9F8EB

#B9F8EB
(185,248,235)
#BFF8EC
(191,248,236)
#C5F8ED
(197,248,237)
#CBF8EE
(203,248,238)
#D1F8EF
(209,248,239)
#D7F8F0
(215,248,240)
#DDF8F1
(221,248,241)
#E3F8F2
(227,248,242)
#E9F8F3
(233,248,243)
#EFF8F4
(239,248,244)
#F5F8F5
(245,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9F8EB color. Also use rgb(185,248,235) instead hex code.

Text Font Color

.myTextColor { color: #B9F8EB; }

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

This text font color is #B9F8EB.


Background Color

.myBgColor { background-color: #B9F8EB; }

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

This div background color is #B9F8EB.


Border color

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

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

This div border color is #B9F8EB.


Opacity

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

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

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

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

This text has shadow with #B9F8EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9F8EB on black background.


Color preview on white background

This text has color #B9F8EB on white background.



Black color preview on #B9F8EB background

This text has black color on #B9F8EB background.


White color preview on #B9F8EB background

This text has white color on #B9F8EB background.