COLOR #B9F3FD

HEX: #B9F3FD
RGB: (185,243,253)

Color info

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

RGB color model

#B9F3FD color RGB value is (185,243,253).

  • red value is 185;
  • green value is 243;
  • blue value is 253.
RGB:
(185,243,253)
(73%,95%,99%)

RGB channels and saturation

R 185 of 255 = 73%
G 243 of 255 = 95%
B 253 of 255 = 99%

185
243
253

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

Portions of RGB colors in percentages

R + G + B =
185 + 243 + 253 = 681 (100%)
R 185 of 681 ~ 27.17%
G 243 of 681 ~ 35.68%
B 253 of 681 ~ 37.15%

%27.17
%35.68
%37.15

CMYK color model

#B9F3FD color CMYK value is (27,4,0,1).

  • cyan value is 26.88%
  • magenta value is 3.95%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(27,4,0,1)
C27M4Y0K1 
(27%,4%,0%,1%)
(0.27/0.04/0.00/0.01)	

CMYK percentages

%26.88
%3.95
%0
%0.78

Codes

Color #B9F3FD in popluar color models

B9F3FD
RGB185243253
HSL189°94.44%85.88%
HSB/HSV189°26.88%99.22%
CMYK26.88%3.95%0.00%
0.78%

Color #B9F3FD in popluar number systems.

HEXB9F3FD
Decimal185243253
Binary101110011111001111111101
Octal271363375

Shades and tints

Shades of #B9F3FD

#B9F3FD
(185,243,253)
#A9DDE6
(169,221,230)
#99C7CF
(153,199,207)
#89B1B8
(137,177,184)
#799BA1
(121,155,161)
#69858A
(105,133,138)
#596F73
(89,111,115)
#49595C
(73,89,92)
#394345
(57,67,69)
#292D2E
(41,45,46)
#191717
(25,23,23)
#000000
(0,0,0)

Tints of #B9F3FD

#B9F3FD
(185,243,253)
#BFF4FD
(191,244,253)
#C5F5FD
(197,245,253)
#CBF6FD
(203,246,253)
#D1F7FD
(209,247,253)
#D7F8FD
(215,248,253)
#DDF9FD
(221,249,253)
#E3FAFD
(227,250,253)
#E9FBFD
(233,251,253)
#EFFCFD
(239,252,253)
#F5FDFD
(245,253,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9F3FD color. Also use rgb(185,243,253) instead hex code.

Text Font Color

.myTextColor { color: #B9F3FD; }

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

This text font color is #B9F3FD.


Background Color

.myBgColor { background-color: #B9F3FD; }

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

This div background color is #B9F3FD.


Border color

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

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

This div border color is #B9F3FD.


Opacity

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

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

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

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

This text has shadow with #B9F3FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9F3FD on black background.


Color preview on white background

This text has color #B9F3FD on white background.



Black color preview on #B9F3FD background

This text has black color on #B9F3FD background.


White color preview on #B9F3FD background

This text has white color on #B9F3FD background.