COLOR #B9CBD1

HEX: #B9CBD1
RGB: (185,203,209)

Color info

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

RGB color model

#B9CBD1 color RGB value is (185,203,209).

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

RGB channels and saturation

R 185 of 255 = 73%
G 203 of 255 = 80%
B 209 of 255 = 82%

185
203
209

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

Portions of RGB colors in percentages

R + G + B =
185 + 203 + 209 = 597 (100%)
R 185 of 597 ~ 30.99%
G 203 of 597 ~ 34%
B 209 of 597 ~ 35.01%

%30.99
%34
%35.01

CMYK color model

#B9CBD1 color CMYK value is (11,3,0,18).

  • cyan value is 11.48%
  • magenta value is 2.87%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(11,3,0,18)
C11M3Y0K18 
(11%,3%,0%,18%)
(0.11/0.03/0.00/0.18)	

CMYK percentages

%11.48
%2.87
%0
%18.04

Codes

Color #B9CBD1 in popluar color models

B9CBD1
RGB185203209
HSL195°20.69%77.25%
HSB/HSV195°11.48%81.96%
CMYK11.48%2.87%0.00%
18.04%

Color #B9CBD1 in popluar number systems.

HEXB9CBD1
Decimal185203209
Binary101110011100101111010001
Octal271313321

Shades and tints

Shades of #B9CBD1

#B9CBD1
(185,203,209)
#A9B9BE
(169,185,190)
#99A7AB
(153,167,171)
#899598
(137,149,152)
#798385
(121,131,133)
#697172
(105,113,114)
#595F5F
(89,95,95)
#494D4C
(73,77,76)
#393B39
(57,59,57)
#292926
(41,41,38)
#191713
(25,23,19)
#000000
(0,0,0)

Tints of #B9CBD1

#B9CBD1
(185,203,209)
#BFCFD5
(191,207,213)
#C5D3D9
(197,211,217)
#CBD7DD
(203,215,221)
#D1DBE1
(209,219,225)
#D7DFE5
(215,223,229)
#DDE3E9
(221,227,233)
#E3E7ED
(227,231,237)
#E9EBF1
(233,235,241)
#EFEFF5
(239,239,245)
#F5F3F9
(245,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9CBD1; }

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

This text font color is #B9CBD1.


Background Color

.myBgColor { background-color: #B9CBD1; }

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

This div background color is #B9CBD1.


Border color

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

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

This div border color is #B9CBD1.


Opacity

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

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

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

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

This text has shadow with #B9CBD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9CBD1 on black background.


Color preview on white background

This text has color #B9CBD1 on white background.



Black color preview on #B9CBD1 background

This text has black color on #B9CBD1 background.


White color preview on #B9CBD1 background

This text has white color on #B9CBD1 background.