COLOR #B9C5D2

HEX: #B9C5D2
RGB: (185,197,210)

Color info

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

RGB color model

#B9C5D2 color RGB value is (185,197,210).

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

RGB channels and saturation

R 185 of 255 = 73%
G 197 of 255 = 77%
B 210 of 255 = 82%

185
197
210

R + G + B ~ 77%. #B9C5D2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 197 + 210 = 592 (100%)
R 185 of 592 ~ 31.25%
G 197 of 592 ~ 33.28%
B 210 of 592 ~ 35.47%

%31.25
%33.28
%35.47

CMYK color model

#B9C5D2 color CMYK value is (12,6,0,18).

  • cyan value is 11.90%
  • magenta value is 6.19%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(12,6,0,18)
C12M6Y0K18 
(12%,6%,0%,18%)
(0.12/0.06/0.00/0.18)	

CMYK percentages

%11.9
%6.19
%0
%17.65

Codes

Color #B9C5D2 in popluar color models

B9C5D2
RGB185197210
HSL211°21.74%77.45%
HSB/HSV211°11.90%82.35%
CMYK11.90%6.19%0.00%
17.65%

Color #B9C5D2 in popluar number systems.

HEXB9C5D2
Decimal185197210
Binary101110011100010111010010
Octal271305322

Shades and tints

Shades of #B9C5D2

#B9C5D2
(185,197,210)
#A9B4BF
(169,180,191)
#99A3AC
(153,163,172)
#899299
(137,146,153)
#798186
(121,129,134)
#697073
(105,112,115)
#595F60
(89,95,96)
#494E4D
(73,78,77)
#393D3A
(57,61,58)
#292C27
(41,44,39)
#191B14
(25,27,20)
#000000
(0,0,0)

Tints of #B9C5D2

#B9C5D2
(185,197,210)
#BFCAD6
(191,202,214)
#C5CFDA
(197,207,218)
#CBD4DE
(203,212,222)
#D1D9E2
(209,217,226)
#D7DEE6
(215,222,230)
#DDE3EA
(221,227,234)
#E3E8EE
(227,232,238)
#E9EDF2
(233,237,242)
#EFF2F6
(239,242,246)
#F5F7FA
(245,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9C5D2; }

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

This text font color is #B9C5D2.


Background Color

.myBgColor { background-color: #B9C5D2; }

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

This div background color is #B9C5D2.


Border color

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

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

This div border color is #B9C5D2.


Opacity

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

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

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

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

This text has shadow with #B9C5D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9C5D2 on black background.


Color preview on white background

This text has color #B9C5D2 on white background.



Black color preview on #B9C5D2 background

This text has black color on #B9C5D2 background.


White color preview on #B9C5D2 background

This text has white color on #B9C5D2 background.