COLOR #B9D1DC

HEX: #B9D1DC
RGB: (185,209,220)

Color info

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

RGB color model

#B9D1DC color RGB value is (185,209,220).

  • red value is 185;
  • green value is 209;
  • blue value is 220.
RGB:
(185,209,220)
(73%,82%,86%)

RGB channels and saturation

R 185 of 255 = 73%
G 209 of 255 = 82%
B 220 of 255 = 86%

185
209
220

R + G + B ~ 80%. #B9D1DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 209 + 220 = 614 (100%)
R 185 of 614 ~ 30.13%
G 209 of 614 ~ 34.04%
B 220 of 614 ~ 35.83%

%30.13
%34.04
%35.83

CMYK color model

#B9D1DC color CMYK value is (16,5,0,14).

  • cyan value is 15.91%
  • magenta value is 5.00%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(16,5,0,14)
C16M5Y0K14 
(16%,5%,0%,14%)
(0.16/0.05/0.00/0.14)	

CMYK percentages

%15.91
%5
%0
%13.73

Codes

Color #B9D1DC in popluar color models

B9D1DC
RGB185209220
HSL199°33.33%79.41%
HSB/HSV199°15.91%86.27%
CMYK15.91%5.00%0.00%
13.73%

Color #B9D1DC in popluar number systems.

HEXB9D1DC
Decimal185209220
Binary101110011101000111011100
Octal271321334

Shades and tints

Shades of #B9D1DC

#B9D1DC
(185,209,220)
#A9BEC8
(169,190,200)
#99ABB4
(153,171,180)
#8998A0
(137,152,160)
#79858C
(121,133,140)
#697278
(105,114,120)
#595F64
(89,95,100)
#494C50
(73,76,80)
#39393C
(57,57,60)
#292628
(41,38,40)
#191314
(25,19,20)
#000000
(0,0,0)

Tints of #B9D1DC

#B9D1DC
(185,209,220)
#BFD5DF
(191,213,223)
#C5D9E2
(197,217,226)
#CBDDE5
(203,221,229)
#D1E1E8
(209,225,232)
#D7E5EB
(215,229,235)
#DDE9EE
(221,233,238)
#E3EDF1
(227,237,241)
#E9F1F4
(233,241,244)
#EFF5F7
(239,245,247)
#F5F9FA
(245,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9D1DC color. Also use rgb(185,209,220) instead hex code.

Text Font Color

.myTextColor { color: #B9D1DC; }

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

This text font color is #B9D1DC.


Background Color

.myBgColor { background-color: #B9D1DC; }

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

This div background color is #B9D1DC.


Border color

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

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

This div border color is #B9D1DC.


Opacity

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

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

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

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

This text has shadow with #B9D1DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9D1DC on black background.


Color preview on white background

This text has color #B9D1DC on white background.



Black color preview on #B9D1DC background

This text has black color on #B9D1DC background.


White color preview on #B9D1DC background

This text has white color on #B9D1DC background.