COLOR #B9C4DC

HEX: #B9C4DC
RGB: (185,196,220)

Color info

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

RGB color model

#B9C4DC color RGB value is (185,196,220).

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

RGB channels and saturation

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

185
196
220

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

Portions of RGB colors in percentages

R + G + B =
185 + 196 + 220 = 601 (100%)
R 185 of 601 ~ 30.78%
G 196 of 601 ~ 32.61%
B 220 of 601 ~ 36.61%

%30.78
%32.61
%36.61

CMYK color model

#B9C4DC color CMYK value is (16,11,0,14).

  • cyan value is 15.91%
  • magenta value is 10.91%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(16,11,0,14)
C16M11Y0K14 
(16%,11%,0%,14%)
(0.16/0.11/0.00/0.14)	

CMYK percentages

%15.91
%10.91
%0
%13.73

Codes

Color #B9C4DC in popluar color models

B9C4DC
RGB185196220
HSL221°33.33%79.41%
HSB/HSV221°15.91%86.27%
CMYK15.91%10.91%0.00%
13.73%

Color #B9C4DC in popluar number systems.

HEXB9C4DC
Decimal185196220
Binary101110011100010011011100
Octal271304334

Shades and tints

Shades of #B9C4DC

#B9C4DC
(185,196,220)
#A9B3C8
(169,179,200)
#99A2B4
(153,162,180)
#8991A0
(137,145,160)
#79808C
(121,128,140)
#696F78
(105,111,120)
#595E64
(89,94,100)
#494D50
(73,77,80)
#393C3C
(57,60,60)
#292B28
(41,43,40)
#191A14
(25,26,20)
#000000
(0,0,0)

Tints of #B9C4DC

#B9C4DC
(185,196,220)
#BFC9DF
(191,201,223)
#C5CEE2
(197,206,226)
#CBD3E5
(203,211,229)
#D1D8E8
(209,216,232)
#D7DDEB
(215,221,235)
#DDE2EE
(221,226,238)
#E3E7F1
(227,231,241)
#E9ECF4
(233,236,244)
#EFF1F7
(239,241,247)
#F5F6FA
(245,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9C4DC; }

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

This text font color is #B9C4DC.


Background Color

.myBgColor { background-color: #B9C4DC; }

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

This div background color is #B9C4DC.


Border color

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

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

This div border color is #B9C4DC.


Opacity

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

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

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

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

This text has shadow with #B9C4DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9C4DC on black background.


Color preview on white background

This text has color #B9C4DC on white background.



Black color preview on #B9C4DC background

This text has black color on #B9C4DC background.


White color preview on #B9C4DC background

This text has white color on #B9C4DC background.