COLOR #B9D4DB

HEX: #B9D4DB
RGB: (185,212,219)

Color info

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

RGB color model

#B9D4DB color RGB value is (185,212,219).

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

RGB channels and saturation

R 185 of 255 = 73%
G 212 of 255 = 83%
B 219 of 255 = 86%

185
212
219

R + G + B ~ 81%. #B9D4DB is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 212 + 219 = 616 (100%)
R 185 of 616 ~ 30.03%
G 212 of 616 ~ 34.42%
B 219 of 616 ~ 35.55%

%30.03
%34.42
%35.55

CMYK color model

#B9D4DB color CMYK value is (16,3,0,14).

  • cyan value is 15.53%
  • magenta value is 3.20%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(16,3,0,14)
C16M3Y0K14 
(16%,3%,0%,14%)
(0.16/0.03/0.00/0.14)	

CMYK percentages

%15.53
%3.2
%0
%14.12

Codes

Color #B9D4DB in popluar color models

B9D4DB
RGB185212219
HSL192°32.08%79.22%
HSB/HSV192°15.53%85.88%
CMYK15.53%3.20%0.00%
14.12%

Color #B9D4DB in popluar number systems.

HEXB9D4DB
Decimal185212219
Binary101110011101010011011011
Octal271324333

Shades and tints

Shades of #B9D4DB

#B9D4DB
(185,212,219)
#A9C1C8
(169,193,200)
#99AEB5
(153,174,181)
#899BA2
(137,155,162)
#79888F
(121,136,143)
#69757C
(105,117,124)
#596269
(89,98,105)
#494F56
(73,79,86)
#393C43
(57,60,67)
#292930
(41,41,48)
#19161D
(25,22,29)
#000000
(0,0,0)

Tints of #B9D4DB

#B9D4DB
(185,212,219)
#BFD7DE
(191,215,222)
#C5DAE1
(197,218,225)
#CBDDE4
(203,221,228)
#D1E0E7
(209,224,231)
#D7E3EA
(215,227,234)
#DDE6ED
(221,230,237)
#E3E9F0
(227,233,240)
#E9ECF3
(233,236,243)
#EFEFF6
(239,239,246)
#F5F2F9
(245,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9D4DB; }

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

This text font color is #B9D4DB.


Background Color

.myBgColor { background-color: #B9D4DB; }

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

This div background color is #B9D4DB.


Border color

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

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

This div border color is #B9D4DB.


Opacity

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

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

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

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

This text has shadow with #B9D4DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9D4DB on black background.


Color preview on white background

This text has color #B9D4DB on white background.



Black color preview on #B9D4DB background

This text has black color on #B9D4DB background.


White color preview on #B9D4DB background

This text has white color on #B9D4DB background.