COLOR #B9DBF3

HEX: #B9DBF3
RGB: (185,219,243)

Color info

#B9DBF3 contains red, green and blue colors in about the same proportion. Web safe color of #B9DBF3 is #CCCCFF (or #CCF).

RGB color model

#B9DBF3 color RGB value is (185,219,243).

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

RGB channels and saturation

R 185 of 255 = 73%
G 219 of 255 = 86%
B 243 of 255 = 95%

185
219
243

R + G + B ~ 85%. #B9DBF3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 219 + 243 = 647 (100%)
R 185 of 647 ~ 28.59%
G 219 of 647 ~ 33.85%
B 243 of 647 ~ 37.56%

%28.59
%33.85
%37.56

CMYK color model

#B9DBF3 color CMYK value is (24,10,0,5).

  • cyan value is 23.87%
  • magenta value is 9.88%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(24,10,0,5)
C24M10Y0K5 
(24%,10%,0%,5%)
(0.24/0.10/0.00/0.05)	

CMYK percentages

%23.87
%9.88
%0
%4.71

Codes

Color #B9DBF3 in popluar color models

B9DBF3
RGB185219243
HSL205°70.73%83.92%
HSB/HSV205°23.87%95.29%
CMYK23.87%9.88%0.00%
4.71%

Color #B9DBF3 in popluar number systems.

HEXB9DBF3
Decimal185219243
Binary101110011101101111110011
Octal271333363

Shades and tints

Shades of #B9DBF3

#B9DBF3
(185,219,243)
#A9C8DD
(169,200,221)
#99B5C7
(153,181,199)
#89A2B1
(137,162,177)
#798F9B
(121,143,155)
#697C85
(105,124,133)
#59696F
(89,105,111)
#495659
(73,86,89)
#394343
(57,67,67)
#29302D
(41,48,45)
#191D17
(25,29,23)
#000000
(0,0,0)

Tints of #B9DBF3

#B9DBF3
(185,219,243)
#BFDEF4
(191,222,244)
#C5E1F5
(197,225,245)
#CBE4F6
(203,228,246)
#D1E7F7
(209,231,247)
#D7EAF8
(215,234,248)
#DDEDF9
(221,237,249)
#E3F0FA
(227,240,250)
#E9F3FB
(233,243,251)
#EFF6FC
(239,246,252)
#F5F9FD
(245,249,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9DBF3; }

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

This text font color is #B9DBF3.


Background Color

.myBgColor { background-color: #B9DBF3; }

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

This div background color is #B9DBF3.


Border color

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

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

This div border color is #B9DBF3.


Opacity

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

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

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

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

This text has shadow with #B9DBF3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9DBF3 on black background.


Color preview on white background

This text has color #B9DBF3 on white background.



Black color preview on #B9DBF3 background

This text has black color on #B9DBF3 background.


White color preview on #B9DBF3 background

This text has white color on #B9DBF3 background.