COLOR #B9E9EF

HEX: #B9E9EF
RGB: (185,233,239)

Color info

#B9E9EF contains red, green and blue colors in about the same proportion. Web safe color of #B9E9EF is #CCFFFF (or #CFF).

RGB color model

#B9E9EF color RGB value is (185,233,239).

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

RGB channels and saturation

R 185 of 255 = 73%
G 233 of 255 = 91%
B 239 of 255 = 94%

185
233
239

R + G + B ~ 86%. #B9E9EF is light color.

Portions of RGB colors in percentages

R + G + B =
185 + 233 + 239 = 657 (100%)
R 185 of 657 ~ 28.16%
G 233 of 657 ~ 35.46%
B 239 of 657 ~ 36.38%

%28.16
%35.46
%36.38

CMYK color model

#B9E9EF color CMYK value is (23,3,0,6).

  • cyan value is 22.59%
  • magenta value is 2.51%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(23,3,0,6)
C23M3Y0K6 
(23%,3%,0%,6%)
(0.23/0.03/0.00/0.06)	

CMYK percentages

%22.59
%2.51
%0
%6.27

Codes

Color #B9E9EF in popluar color models

B9E9EF
RGB185233239
HSL187°62.79%83.14%
HSB/HSV187°22.59%93.73%
CMYK22.59%2.51%0.00%
6.27%

Color #B9E9EF in popluar number systems.

HEXB9E9EF
Decimal185233239
Binary101110011110100111101111
Octal271351357

Shades and tints

Shades of #B9E9EF

#B9E9EF
(185,233,239)
#A9D4DA
(169,212,218)
#99BFC5
(153,191,197)
#89AAB0
(137,170,176)
#79959B
(121,149,155)
#698086
(105,128,134)
#596B71
(89,107,113)
#49565C
(73,86,92)
#394147
(57,65,71)
#292C32
(41,44,50)
#19171D
(25,23,29)
#000000
(0,0,0)

Tints of #B9E9EF

#B9E9EF
(185,233,239)
#BFEBF0
(191,235,240)
#C5EDF1
(197,237,241)
#CBEFF2
(203,239,242)
#D1F1F3
(209,241,243)
#D7F3F4
(215,243,244)
#DDF5F5
(221,245,245)
#E3F7F6
(227,247,246)
#E9F9F7
(233,249,247)
#EFFBF8
(239,251,248)
#F5FDF9
(245,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9E9EF; }

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

This text font color is #B9E9EF.


Background Color

.myBgColor { background-color: #B9E9EF; }

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

This div background color is #B9E9EF.


Border color

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

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

This div border color is #B9E9EF.


Opacity

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

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

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

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

This text has shadow with #B9E9EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9E9EF on black background.


Color preview on white background

This text has color #B9E9EF on white background.



Black color preview on #B9E9EF background

This text has black color on #B9E9EF background.


White color preview on #B9E9EF background

This text has white color on #B9E9EF background.