COLOR #B9C1DC

HEX: #B9C1DC
RGB: (185,193,220)

Color info

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

RGB color model

#B9C1DC color RGB value is (185,193,220).

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

RGB channels and saturation

R 185 of 255 = 73%
G 193 of 255 = 76%
B 220 of 255 = 86%

185
193
220

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

Portions of RGB colors in percentages

R + G + B =
185 + 193 + 220 = 598 (100%)
R 185 of 598 ~ 30.94%
G 193 of 598 ~ 32.27%
B 220 of 598 ~ 36.79%

%30.94
%32.27
%36.79

CMYK color model

#B9C1DC color CMYK value is (16,12,0,14).

  • cyan value is 15.91%
  • magenta value is 12.27%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(16,12,0,14)
C16M12Y0K14 
(16%,12%,0%,14%)
(0.16/0.12/0.00/0.14)	

CMYK percentages

%15.91
%12.27
%0
%13.73

Codes

Color #B9C1DC in popluar color models

B9C1DC
RGB185193220
HSL226°33.33%79.41%
HSB/HSV226°15.91%86.27%
CMYK15.91%12.27%0.00%
13.73%

Color #B9C1DC in popluar number systems.

HEXB9C1DC
Decimal185193220
Binary101110011100000111011100
Octal271301334

Shades and tints

Shades of #B9C1DC

#B9C1DC
(185,193,220)
#A9B0C8
(169,176,200)
#999FB4
(153,159,180)
#898EA0
(137,142,160)
#797D8C
(121,125,140)
#696C78
(105,108,120)
#595B64
(89,91,100)
#494A50
(73,74,80)
#39393C
(57,57,60)
#292828
(41,40,40)
#191714
(25,23,20)
#000000
(0,0,0)

Tints of #B9C1DC

#B9C1DC
(185,193,220)
#BFC6DF
(191,198,223)
#C5CBE2
(197,203,226)
#CBD0E5
(203,208,229)
#D1D5E8
(209,213,232)
#D7DAEB
(215,218,235)
#DDDFEE
(221,223,238)
#E3E4F1
(227,228,241)
#E9E9F4
(233,233,244)
#EFEEF7
(239,238,247)
#F5F3FA
(245,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9C1DC; }

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

This text font color is #B9C1DC.


Background Color

.myBgColor { background-color: #B9C1DC; }

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

This div background color is #B9C1DC.


Border color

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

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

This div border color is #B9C1DC.


Opacity

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

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

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

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

This text has shadow with #B9C1DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9C1DC on black background.


Color preview on white background

This text has color #B9C1DC on white background.



Black color preview on #B9C1DC background

This text has black color on #B9C1DC background.


White color preview on #B9C1DC background

This text has white color on #B9C1DC background.