COLOR #B9C3CD

HEX: #B9C3CD
RGB: (185,195,205)

Color info

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

RGB color model

#B9C3CD color RGB value is (185,195,205).

  • red value is 185;
  • green value is 195;
  • blue value is 205.
RGB:
(185,195,205)
(73%,76%,80%)

RGB channels and saturation

R 185 of 255 = 73%
G 195 of 255 = 76%
B 205 of 255 = 80%

185
195
205

R + G + B ~ 76%. #B9C3CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 195 + 205 = 585 (100%)
R 185 of 585 ~ 31.62%
G 195 of 585 ~ 33.33%
B 205 of 585 ~ 35.04%

%31.62
%33.33
%35.04

CMYK color model

#B9C3CD color CMYK value is (10,5,0,20).

  • cyan value is 9.76%
  • magenta value is 4.88%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(10,5,0,20)
C10M5Y0K20 
(10%,5%,0%,20%)
(0.10/0.05/0.00/0.20)	

CMYK percentages

%9.76
%4.88
%0
%19.61

Codes

Color #B9C3CD in popluar color models

B9C3CD
RGB185195205
HSL210°16.67%76.47%
HSB/HSV210°9.76%80.39%
CMYK9.76%4.88%0.00%
19.61%

Color #B9C3CD in popluar number systems.

HEXB9C3CD
Decimal185195205
Binary101110011100001111001101
Octal271303315

Shades and tints

Shades of #B9C3CD

#B9C3CD
(185,195,205)
#A9B2BB
(169,178,187)
#99A1A9
(153,161,169)
#899097
(137,144,151)
#797F85
(121,127,133)
#696E73
(105,110,115)
#595D61
(89,93,97)
#494C4F
(73,76,79)
#393B3D
(57,59,61)
#292A2B
(41,42,43)
#191919
(25,25,25)
#000000
(0,0,0)

Tints of #B9C3CD

#B9C3CD
(185,195,205)
#BFC8D1
(191,200,209)
#C5CDD5
(197,205,213)
#CBD2D9
(203,210,217)
#D1D7DD
(209,215,221)
#D7DCE1
(215,220,225)
#DDE1E5
(221,225,229)
#E3E6E9
(227,230,233)
#E9EBED
(233,235,237)
#EFF0F1
(239,240,241)
#F5F5F5
(245,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9C3CD color. Also use rgb(185,195,205) instead hex code.

Text Font Color

.myTextColor { color: #B9C3CD; }

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

This text font color is #B9C3CD.


Background Color

.myBgColor { background-color: #B9C3CD; }

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

This div background color is #B9C3CD.


Border color

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

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

This div border color is #B9C3CD.


Opacity

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

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

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

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

This text has shadow with #B9C3CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9C3CD on black background.


Color preview on white background

This text has color #B9C3CD on white background.



Black color preview on #B9C3CD background

This text has black color on #B9C3CD background.


White color preview on #B9C3CD background

This text has white color on #B9C3CD background.