COLOR #B9C5DC

HEX: #B9C5DC
RGB: (185,197,220)

Color info

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

RGB color model

#B9C5DC color RGB value is (185,197,220).

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

RGB channels and saturation

R 185 of 255 = 73%
G 197 of 255 = 77%
B 220 of 255 = 86%

185
197
220

R + G + B ~ 79%. #B9C5DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 197 + 220 = 602 (100%)
R 185 of 602 ~ 30.73%
G 197 of 602 ~ 32.72%
B 220 of 602 ~ 36.54%

%30.73
%32.72
%36.54

CMYK color model

#B9C5DC color CMYK value is (16,10,0,14).

  • cyan value is 15.91%
  • magenta value is 10.45%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(16,10,0,14)
C16M10Y0K14 
(16%,10%,0%,14%)
(0.16/0.10/0.00/0.14)	

CMYK percentages

%15.91
%10.45
%0
%13.73

Codes

Color #B9C5DC in popluar color models

B9C5DC
RGB185197220
HSL219°33.33%79.41%
HSB/HSV219°15.91%86.27%
CMYK15.91%10.45%0.00%
13.73%

Color #B9C5DC in popluar number systems.

HEXB9C5DC
Decimal185197220
Binary101110011100010111011100
Octal271305334

Shades and tints

Shades of #B9C5DC

#B9C5DC
(185,197,220)
#A9B4C8
(169,180,200)
#99A3B4
(153,163,180)
#8992A0
(137,146,160)
#79818C
(121,129,140)
#697078
(105,112,120)
#595F64
(89,95,100)
#494E50
(73,78,80)
#393D3C
(57,61,60)
#292C28
(41,44,40)
#191B14
(25,27,20)
#000000
(0,0,0)

Tints of #B9C5DC

#B9C5DC
(185,197,220)
#BFCADF
(191,202,223)
#C5CFE2
(197,207,226)
#CBD4E5
(203,212,229)
#D1D9E8
(209,217,232)
#D7DEEB
(215,222,235)
#DDE3EE
(221,227,238)
#E3E8F1
(227,232,241)
#E9EDF4
(233,237,244)
#EFF2F7
(239,242,247)
#F5F7FA
(245,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9C5DC; }

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

This text font color is #B9C5DC.


Background Color

.myBgColor { background-color: #B9C5DC; }

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

This div background color is #B9C5DC.


Border color

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

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

This div border color is #B9C5DC.


Opacity

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

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

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

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

This text has shadow with #B9C5DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9C5DC on black background.


Color preview on white background

This text has color #B9C5DC on white background.



Black color preview on #B9C5DC background

This text has black color on #B9C5DC background.


White color preview on #B9C5DC background

This text has white color on #B9C5DC background.