COLOR #B9DBDF

HEX: #B9DBDF RGB: (185,219,223)

Color info

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

RGB color model

#B9DBDF color RGB value is (185,219,223).

RGB: (185,219,223) (73%, 86%, 87%)

RGB channels and saturation

R 185 of 255 = 73%
G 219 of 255 = 86%
B 223 of 255 = 87%

185
219
223

R + G + B ~ 82%. #B9DBDF is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 219 + 223 = 627 (100%)
R 185 of 627 ~ 29.51%
G 219 of 627 ~ 34.93%
B 223 of 627 ~ 35.57'%

%29.51
%34.93
%35.57

CMYK color model

#B9DBDF color CMYK value is (17,2,0,13).

  • cyan value is 17.04%
  • magenta value is 1.79%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK: (17,2,0,13) C17M2Y0K13 (17%,2%,0%,13%) (0.17/0.02/0.00/0.13) 

CMYK percentages

%17.04
%1.79
%0
%12.55

Codes

Color #B9DBDF in popluar color models

B9 DB DF
RGB 185 219 223
HSL 186° 37.25% 80.00%
HSB/HSV 186° 17.04% 87.45%
CMYK 17.04% 1.79% 0.00%
12.55%

Color #B9DBDF in popluar number systems.

HEX B9 DB DF
Decimal 185 219 223
Binary 10111001 11011011 11011111
Octal 271 333 337

Shades and tints

Shades of #B9DBDF

#B9DBDF
(185,219,223)
#A9C8CB
(169,200,203)
#99B5B7
(153,181,183)
#89A2A3
(137,162,163)
#798F8F
(121,143,143)
#697C7B
(105,124,123)
#596967
(89,105,103)
#495653
(73,86,83)
#39433F
(57,67,63)
#29302B
(41,48,43)
#191D17
(25,29,23)
#000000
(0,0,0)

Tints of #B9DBDF

#B9DBDF
(185,219,223)
#BFDEE1
(191,222,225)
#C5E1E3
(197,225,227)
#CBE4E5
(203,228,229)
#D1E7E7
(209,231,231)
#D7EAE9
(215,234,233)
#DDEDEB
(221,237,235)
#E3F0ED
(227,240,237)
#E9F3EF
(233,243,239)
#EFF6F1
(239,246,241)
#F5F9F3
(245,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9DBDF; }

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

This text font color is #B9DBDF.

Background Color

.myBgColor { background-color: #B9DBDF; }

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

This div background color is #B9DBDF.

Border color

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

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

This div border color is #B9DBDF.

Opacity

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

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

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

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

This text has shadow with #B9DBDF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9DBDF.

Preview

Color preview on black background

This text has color #B9DBDF on black background.


Color preview on white background

This text has color #B9DBDF on white background.


Black color preview on #B9DBDF background

This text has black color on #B9DBDF background.


White color preview on #B9DBDF background

This text has white color on #B9DBDF background.


Related colors

Complementary color

Complementary color for #hex is #462420.


I love getcolorcode.com

Triadic colors

1 #DFB9DB and #DBDFB9 with #B9DBDF are triadic colors.

2 #DFDBB9 and #DBB9DF with #B9DBDF are triadic colors.