COLOR #B9DBD5

HEX: #B9DBD5
RGB: (185,219,213)

Color info

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

RGB color model

#B9DBD5 color RGB value is (185,219,213).

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

RGB channels and saturation

R 185 of 255 = 73%
G 219 of 255 = 86%
B 213 of 255 = 84%

185
219
213

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

Portions of RGB colors in percentages

R + G + B =
185 + 219 + 213 = 617 (100%)
R 185 of 617 ~ 29.98%
G 219 of 617 ~ 35.49%
B 213 of 617 ~ 34.52%

%29.98
%35.49
%34.52

CMYK color model

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

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

CMYK percentages

%15.53
%0
%2.74
%14.12

Codes

Color #B9DBD5 in popluar color models

B9DBD5
RGB185219213
HSL169°32.08%79.22%
HSB/HSV169°15.53%85.88%
CMYK15.53%0.00%2.74%
14.12%

Color #B9DBD5 in popluar number systems.

HEXB9DBD5
Decimal185219213
Binary101110011101101111010101
Octal271333325

Shades and tints

Shades of #B9DBD5

#B9DBD5
(185,219,213)
#A9C8C2
(169,200,194)
#99B5AF
(153,181,175)
#89A29C
(137,162,156)
#798F89
(121,143,137)
#697C76
(105,124,118)
#596963
(89,105,99)
#495650
(73,86,80)
#39433D
(57,67,61)
#29302A
(41,48,42)
#191D17
(25,29,23)
#000000
(0,0,0)

Tints of #B9DBD5

#B9DBD5
(185,219,213)
#BFDED8
(191,222,216)
#C5E1DB
(197,225,219)
#CBE4DE
(203,228,222)
#D1E7E1
(209,231,225)
#D7EAE4
(215,234,228)
#DDEDE7
(221,237,231)
#E3F0EA
(227,240,234)
#E9F3ED
(233,243,237)
#EFF6F0
(239,246,240)
#F5F9F3
(245,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9DBD5; }

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

This text font color is #B9DBD5.


Background Color

.myBgColor { background-color: #B9DBD5; }

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

This div background color is #B9DBD5.


Border color

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

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

This div border color is #B9DBD5.


Opacity

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

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

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

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

This text has shadow with #B9DBD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9DBD5 on black background.


Color preview on white background

This text has color #B9DBD5 on white background.



Black color preview on #B9DBD5 background

This text has black color on #B9DBD5 background.


White color preview on #B9DBD5 background

This text has white color on #B9DBD5 background.