COLOR #B9DBE2

HEX: #B9DBE2
RGB: (185,219,226)

Color info

#B9DBE2 contains red, green and blue colors in about the same proportion. Web safe color of #B9DBE2 is #CCCCCC (or #CCC).

RGB color model

#B9DBE2 color RGB value is (185,219,226).

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

RGB channels and saturation

R 185 of 255 = 73%
G 219 of 255 = 86%
B 226 of 255 = 89%

185
219
226

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

Portions of RGB colors in percentages

R + G + B =
185 + 219 + 226 = 630 (100%)
R 185 of 630 ~ 29.37%
G 219 of 630 ~ 34.76%
B 226 of 630 ~ 35.87%

%29.37
%34.76
%35.87

CMYK color model

#B9DBE2 color CMYK value is (18,3,0,11).

  • cyan value is 18.14%
  • magenta value is 3.10%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(18,3,0,11)
C18M3Y0K11 
(18%,3%,0%,11%)
(0.18/0.03/0.00/0.11)	

CMYK percentages

%18.14
%3.1
%0
%11.37

Codes

Color #B9DBE2 in popluar color models

B9DBE2
RGB185219226
HSL190°41.41%80.59%
HSB/HSV190°18.14%88.63%
CMYK18.14%3.10%0.00%
11.37%

Color #B9DBE2 in popluar number systems.

HEXB9DBE2
Decimal185219226
Binary101110011101101111100010
Octal271333342

Shades and tints

Shades of #B9DBE2

#B9DBE2
(185,219,226)
#A9C8CE
(169,200,206)
#99B5BA
(153,181,186)
#89A2A6
(137,162,166)
#798F92
(121,143,146)
#697C7E
(105,124,126)
#59696A
(89,105,106)
#495656
(73,86,86)
#394342
(57,67,66)
#29302E
(41,48,46)
#191D1A
(25,29,26)
#000000
(0,0,0)

Tints of #B9DBE2

#B9DBE2
(185,219,226)
#BFDEE4
(191,222,228)
#C5E1E6
(197,225,230)
#CBE4E8
(203,228,232)
#D1E7EA
(209,231,234)
#D7EAEC
(215,234,236)
#DDEDEE
(221,237,238)
#E3F0F0
(227,240,240)
#E9F3F2
(233,243,242)
#EFF6F4
(239,246,244)
#F5F9F6
(245,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9DBE2; }

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

This text font color is #B9DBE2.


Background Color

.myBgColor { background-color: #B9DBE2; }

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

This div background color is #B9DBE2.


Border color

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

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

This div border color is #B9DBE2.


Opacity

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

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

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

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

This text has shadow with #B9DBE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9DBE2 on black background.


Color preview on white background

This text has color #B9DBE2 on white background.



Black color preview on #B9DBE2 background

This text has black color on #B9DBE2 background.


White color preview on #B9DBE2 background

This text has white color on #B9DBE2 background.