COLOR #B9C5DA

HEX: #B9C5DA
RGB: (185,197,218)

Color info

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

RGB color model

#B9C5DA color RGB value is (185,197,218).

  • red value is 185;
  • green value is 197;
  • blue value is 218.
RGB:
(185,197,218)
(73%,77%,85%)

RGB channels and saturation

R 185 of 255 = 73%
G 197 of 255 = 77%
B 218 of 255 = 85%

185
197
218

R + G + B ~ 78%. #B9C5DA is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 197 + 218 = 600 (100%)
R 185 of 600 ~ 30.83%
G 197 of 600 ~ 32.83%
B 218 of 600 ~ 36.33%

%30.83
%32.83
%36.33

CMYK color model

#B9C5DA color CMYK value is (15,10,0,15).

  • cyan value is 15.14%
  • magenta value is 9.63%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(15,10,0,15)
C15M10Y0K15 
(15%,10%,0%,15%)
(0.15/0.10/0.00/0.15)	

CMYK percentages

%15.14
%9.63
%0
%14.51

Codes

Color #B9C5DA in popluar color models

B9C5DA
RGB185197218
HSL218°30.84%79.02%
HSB/HSV218°15.14%85.49%
CMYK15.14%9.63%0.00%
14.51%

Color #B9C5DA in popluar number systems.

HEXB9C5DA
Decimal185197218
Binary101110011100010111011010
Octal271305332

Shades and tints

Shades of #B9C5DA

#B9C5DA
(185,197,218)
#A9B4C7
(169,180,199)
#99A3B4
(153,163,180)
#8992A1
(137,146,161)
#79818E
(121,129,142)
#69707B
(105,112,123)
#595F68
(89,95,104)
#494E55
(73,78,85)
#393D42
(57,61,66)
#292C2F
(41,44,47)
#191B1C
(25,27,28)
#000000
(0,0,0)

Tints of #B9C5DA

#B9C5DA
(185,197,218)
#BFCADD
(191,202,221)
#C5CFE0
(197,207,224)
#CBD4E3
(203,212,227)
#D1D9E6
(209,217,230)
#D7DEE9
(215,222,233)
#DDE3EC
(221,227,236)
#E3E8EF
(227,232,239)
#E9EDF2
(233,237,242)
#EFF2F5
(239,242,245)
#F5F7F8
(245,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9C5DA color. Also use rgb(185,197,218) instead hex code.

Text Font Color

.myTextColor { color: #B9C5DA; }

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

This text font color is #B9C5DA.


Background Color

.myBgColor { background-color: #B9C5DA; }

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

This div background color is #B9C5DA.


Border color

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

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

This div border color is #B9C5DA.


Opacity

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

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

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

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

This text has shadow with #B9C5DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9C5DA on black background.


Color preview on white background

This text has color #B9C5DA on white background.



Black color preview on #B9C5DA background

This text has black color on #B9C5DA background.


White color preview on #B9C5DA background

This text has white color on #B9C5DA background.