COLOR #B9E6FC

HEX: #B9E6FC
RGB: (185,230,252)

Color info

#B9E6FC contains mainly green and blue colors. Web safe color of #B9E6FC is #CCCCFF (or #CCF).

RGB color model

#B9E6FC color RGB value is (185,230,252).

  • red value is 185;
  • green value is 230;
  • blue value is 252.
RGB:
(185,230,252)
(73%,90%,99%)

RGB channels and saturation

R 185 of 255 = 73%
G 230 of 255 = 90%
B 252 of 255 = 99%

185
230
252

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

Portions of RGB colors in percentages

R + G + B =
185 + 230 + 252 = 667 (100%)
R 185 of 667 ~ 27.74%
G 230 of 667 ~ 34.48%
B 252 of 667 ~ 37.78%

%27.74
%34.48
%37.78

CMYK color model

#B9E6FC color CMYK value is (27,9,0,1).

  • cyan value is 26.59%
  • magenta value is 8.73%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(27,9,0,1)
C27M9Y0K1 
(27%,9%,0%,1%)
(0.27/0.09/0.00/0.01)	

CMYK percentages

%26.59
%8.73
%0
%1.18

Codes

Color #B9E6FC in popluar color models

B9E6FC
RGB185230252
HSL200°91.78%85.69%
HSB/HSV200°26.59%98.82%
CMYK26.59%8.73%0.00%
1.18%

Color #B9E6FC in popluar number systems.

HEXB9E6FC
Decimal185230252
Binary101110011110011011111100
Octal271346374

Shades and tints

Shades of #B9E6FC

#B9E6FC
(185,230,252)
#A9D2E6
(169,210,230)
#99BED0
(153,190,208)
#89AABA
(137,170,186)
#7996A4
(121,150,164)
#69828E
(105,130,142)
#596E78
(89,110,120)
#495A62
(73,90,98)
#39464C
(57,70,76)
#293236
(41,50,54)
#191E20
(25,30,32)
#000000
(0,0,0)

Tints of #B9E6FC

#B9E6FC
(185,230,252)
#BFE8FC
(191,232,252)
#C5EAFC
(197,234,252)
#CBECFC
(203,236,252)
#D1EEFC
(209,238,252)
#D7F0FC
(215,240,252)
#DDF2FC
(221,242,252)
#E3F4FC
(227,244,252)
#E9F6FC
(233,246,252)
#EFF8FC
(239,248,252)
#F5FAFC
(245,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9E6FC color. Also use rgb(185,230,252) instead hex code.

Text Font Color

.myTextColor { color: #B9E6FC; }

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

This text font color is #B9E6FC.


Background Color

.myBgColor { background-color: #B9E6FC; }

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

This div background color is #B9E6FC.


Border color

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

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

This div border color is #B9E6FC.


Opacity

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

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

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

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

This text has shadow with #B9E6FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9E6FC on black background.


Color preview on white background

This text has color #B9E6FC on white background.



Black color preview on #B9E6FC background

This text has black color on #B9E6FC background.


White color preview on #B9E6FC background

This text has white color on #B9E6FC background.