COLOR #B9E6FF

HEX: #B9E6FF
RGB: (185,230,255)

Color info

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

RGB color model

#B9E6FF color RGB value is (185,230,255).

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

RGB channels and saturation

R 185 of 255 = 73%
G 230 of 255 = 90%
B 255 of 255 = 100%

185
230
255

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

Portions of RGB colors in percentages

R + G + B =
185 + 230 + 255 = 670 (100%)
R 185 of 670 ~ 27.61%
G 230 of 670 ~ 34.33%
B 255 of 670 ~ 38.06%

%27.61
%34.33
%38.06

CMYK color model

#B9E6FF color CMYK value is (27,10,0,0).

  • cyan value is 27.45%
  • magenta value is 9.80%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(27,10,0,0)
C27M10Y0K0 
(27%,10%,0%,0%)
(0.27/0.10/0.00/0.00)	

CMYK percentages

%27.45
%9.8
%0
%0

Codes

Color #B9E6FF in popluar color models

B9E6FF
RGB185230255
HSL201°100.00%86.27%
HSB/HSV201°27.45%100.00%
CMYK27.45%9.80%0.00%
0.00%

Color #B9E6FF in popluar number systems.

HEXB9E6FF
Decimal185230255
Binary101110011110011011111111
Octal271346377

Shades and tints

Shades of #B9E6FF

#B9E6FF
(185,230,255)
#A9D2E8
(169,210,232)
#99BED1
(153,190,209)
#89AABA
(137,170,186)
#7996A3
(121,150,163)
#69828C
(105,130,140)
#596E75
(89,110,117)
#495A5E
(73,90,94)
#394647
(57,70,71)
#293230
(41,50,48)
#191E19
(25,30,25)
#000000
(0,0,0)

Tints of #B9E6FF

#B9E6FF
(185,230,255)
#BFE8FF
(191,232,255)
#C5EAFF
(197,234,255)
#CBECFF
(203,236,255)
#D1EEFF
(209,238,255)
#D7F0FF
(215,240,255)
#DDF2FF
(221,242,255)
#E3F4FF
(227,244,255)
#E9F6FF
(233,246,255)
#EFF8FF
(239,248,255)
#F5FAFF
(245,250,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9E6FF; }

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

This text font color is #B9E6FF.


Background Color

.myBgColor { background-color: #B9E6FF; }

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

This div background color is #B9E6FF.


Border color

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

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

This div border color is #B9E6FF.


Opacity

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

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

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

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

This text has shadow with #B9E6FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9E6FF on black background.


Color preview on white background

This text has color #B9E6FF on white background.



Black color preview on #B9E6FF background

This text has black color on #B9E6FF background.


White color preview on #B9E6FF background

This text has white color on #B9E6FF background.