COLOR #B9C4D1

HEX: #B9C4D1
RGB: (185,196,209)

Color info

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

RGB color model

#B9C4D1 color RGB value is (185,196,209).

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

RGB channels and saturation

R 185 of 255 = 73%
G 196 of 255 = 77%
B 209 of 255 = 82%

185
196
209

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

Portions of RGB colors in percentages

R + G + B =
185 + 196 + 209 = 590 (100%)
R 185 of 590 ~ 31.36%
G 196 of 590 ~ 33.22%
B 209 of 590 ~ 35.42%

%31.36
%33.22
%35.42

CMYK color model

#B9C4D1 color CMYK value is (11,6,0,18).

  • cyan value is 11.48%
  • magenta value is 6.22%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(11,6,0,18)
C11M6Y0K18 
(11%,6%,0%,18%)
(0.11/0.06/0.00/0.18)	

CMYK percentages

%11.48
%6.22
%0
%18.04

Codes

Color #B9C4D1 in popluar color models

B9C4D1
RGB185196209
HSL213°20.69%77.25%
HSB/HSV213°11.48%81.96%
CMYK11.48%6.22%0.00%
18.04%

Color #B9C4D1 in popluar number systems.

HEXB9C4D1
Decimal185196209
Binary101110011100010011010001
Octal271304321

Shades and tints

Shades of #B9C4D1

#B9C4D1
(185,196,209)
#A9B3BE
(169,179,190)
#99A2AB
(153,162,171)
#899198
(137,145,152)
#798085
(121,128,133)
#696F72
(105,111,114)
#595E5F
(89,94,95)
#494D4C
(73,77,76)
#393C39
(57,60,57)
#292B26
(41,43,38)
#191A13
(25,26,19)
#000000
(0,0,0)

Tints of #B9C4D1

#B9C4D1
(185,196,209)
#BFC9D5
(191,201,213)
#C5CED9
(197,206,217)
#CBD3DD
(203,211,221)
#D1D8E1
(209,216,225)
#D7DDE5
(215,221,229)
#DDE2E9
(221,226,233)
#E3E7ED
(227,231,237)
#E9ECF1
(233,236,241)
#EFF1F5
(239,241,245)
#F5F6F9
(245,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9C4D1; }

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

This text font color is #B9C4D1.


Background Color

.myBgColor { background-color: #B9C4D1; }

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

This div background color is #B9C4D1.


Border color

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

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

This div border color is #B9C4D1.


Opacity

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

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

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

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

This text has shadow with #B9C4D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9C4D1 on black background.


Color preview on white background

This text has color #B9C4D1 on white background.



Black color preview on #B9C4D1 background

This text has black color on #B9C4D1 background.


White color preview on #B9C4D1 background

This text has white color on #B9C4D1 background.