COLOR #B9DBE9

HEX: #B9DBE9
RGB: (185,219,233)

Color info

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

RGB color model

#B9DBE9 color RGB value is (185,219,233).

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

RGB channels and saturation

R 185 of 255 = 73%
G 219 of 255 = 86%
B 233 of 255 = 91%

185
219
233

R + G + B ~ 83%. #B9DBE9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 219 + 233 = 637 (100%)
R 185 of 637 ~ 29.04%
G 219 of 637 ~ 34.38%
B 233 of 637 ~ 36.58%

%29.04
%34.38
%36.58

CMYK color model

#B9DBE9 color CMYK value is (21,6,0,9).

  • cyan value is 20.60%
  • magenta value is 6.01%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(21,6,0,9)
C21M6Y0K9 
(21%,6%,0%,9%)
(0.21/0.06/0.00/0.09)	

CMYK percentages

%20.6
%6.01
%0
%8.63

Codes

Color #B9DBE9 in popluar color models

B9DBE9
RGB185219233
HSL198°52.17%81.96%
HSB/HSV198°20.60%91.37%
CMYK20.60%6.01%0.00%
8.63%

Color #B9DBE9 in popluar number systems.

HEXB9DBE9
Decimal185219233
Binary101110011101101111101001
Octal271333351

Shades and tints

Shades of #B9DBE9

#B9DBE9
(185,219,233)
#A9C8D4
(169,200,212)
#99B5BF
(153,181,191)
#89A2AA
(137,162,170)
#798F95
(121,143,149)
#697C80
(105,124,128)
#59696B
(89,105,107)
#495656
(73,86,86)
#394341
(57,67,65)
#29302C
(41,48,44)
#191D17
(25,29,23)
#000000
(0,0,0)

Tints of #B9DBE9

#B9DBE9
(185,219,233)
#BFDEEB
(191,222,235)
#C5E1ED
(197,225,237)
#CBE4EF
(203,228,239)
#D1E7F1
(209,231,241)
#D7EAF3
(215,234,243)
#DDEDF5
(221,237,245)
#E3F0F7
(227,240,247)
#E9F3F9
(233,243,249)
#EFF6FB
(239,246,251)
#F5F9FD
(245,249,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9DBE9; }

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

This text font color is #B9DBE9.


Background Color

.myBgColor { background-color: #B9DBE9; }

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

This div background color is #B9DBE9.


Border color

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

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

This div border color is #B9DBE9.


Opacity

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

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

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

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

This text has shadow with #B9DBE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9DBE9 on black background.


Color preview on white background

This text has color #B9DBE9 on white background.



Black color preview on #B9DBE9 background

This text has black color on #B9DBE9 background.


White color preview on #B9DBE9 background

This text has white color on #B9DBE9 background.