COLOR #B9D5DF

HEX: #B9D5DF
RGB: (185,213,223)

Color info

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

RGB color model

#B9D5DF color RGB value is (185,213,223).

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

RGB channels and saturation

R 185 of 255 = 73%
G 213 of 255 = 84%
B 223 of 255 = 87%

185
213
223

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

Portions of RGB colors in percentages

R + G + B =
185 + 213 + 223 = 621 (100%)
R 185 of 621 ~ 29.79%
G 213 of 621 ~ 34.3%
B 223 of 621 ~ 35.91%

%29.79
%34.3
%35.91

CMYK color model

#B9D5DF color CMYK value is (17,4,0,13).

  • cyan value is 17.04%
  • magenta value is 4.48%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(17,4,0,13)
C17M4Y0K13 
(17%,4%,0%,13%)
(0.17/0.04/0.00/0.13)	

CMYK percentages

%17.04
%4.48
%0
%12.55

Codes

Color #B9D5DF in popluar color models

B9D5DF
RGB185213223
HSL196°37.25%80.00%
HSB/HSV196°17.04%87.45%
CMYK17.04%4.48%0.00%
12.55%

Color #B9D5DF in popluar number systems.

HEXB9D5DF
Decimal185213223
Binary101110011101010111011111
Octal271325337

Shades and tints

Shades of #B9D5DF

#B9D5DF
(185,213,223)
#A9C2CB
(169,194,203)
#99AFB7
(153,175,183)
#899CA3
(137,156,163)
#79898F
(121,137,143)
#69767B
(105,118,123)
#596367
(89,99,103)
#495053
(73,80,83)
#393D3F
(57,61,63)
#292A2B
(41,42,43)
#191717
(25,23,23)
#000000
(0,0,0)

Tints of #B9D5DF

#B9D5DF
(185,213,223)
#BFD8E1
(191,216,225)
#C5DBE3
(197,219,227)
#CBDEE5
(203,222,229)
#D1E1E7
(209,225,231)
#D7E4E9
(215,228,233)
#DDE7EB
(221,231,235)
#E3EAED
(227,234,237)
#E9EDEF
(233,237,239)
#EFF0F1
(239,240,241)
#F5F3F3
(245,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9D5DF; }

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

This text font color is #B9D5DF.


Background Color

.myBgColor { background-color: #B9D5DF; }

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

This div background color is #B9D5DF.


Border color

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

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

This div border color is #B9D5DF.


Opacity

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

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

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

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

This text has shadow with #B9D5DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9D5DF on black background.


Color preview on white background

This text has color #B9D5DF on white background.



Black color preview on #B9D5DF background

This text has black color on #B9D5DF background.


White color preview on #B9D5DF background

This text has white color on #B9D5DF background.