COLOR #B9C2DB

HEX: #B9C2DB
RGB: (185,194,219)

Color info

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

RGB color model

#B9C2DB color RGB value is (185,194,219).

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

RGB channels and saturation

R 185 of 255 = 73%
G 194 of 255 = 76%
B 219 of 255 = 86%

185
194
219

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

Portions of RGB colors in percentages

R + G + B =
185 + 194 + 219 = 598 (100%)
R 185 of 598 ~ 30.94%
G 194 of 598 ~ 32.44%
B 219 of 598 ~ 36.62%

%30.94
%32.44
%36.62

CMYK color model

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

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

CMYK percentages

%15.53
%11.42
%0
%14.12

Codes

Color #B9C2DB in popluar color models

B9C2DB
RGB185194219
HSL224°32.08%79.22%
HSB/HSV224°15.53%85.88%
CMYK15.53%11.42%0.00%
14.12%

Color #B9C2DB in popluar number systems.

HEXB9C2DB
Decimal185194219
Binary101110011100001011011011
Octal271302333

Shades and tints

Shades of #B9C2DB

#B9C2DB
(185,194,219)
#A9B1C8
(169,177,200)
#99A0B5
(153,160,181)
#898FA2
(137,143,162)
#797E8F
(121,126,143)
#696D7C
(105,109,124)
#595C69
(89,92,105)
#494B56
(73,75,86)
#393A43
(57,58,67)
#292930
(41,41,48)
#19181D
(25,24,29)
#000000
(0,0,0)

Tints of #B9C2DB

#B9C2DB
(185,194,219)
#BFC7DE
(191,199,222)
#C5CCE1
(197,204,225)
#CBD1E4
(203,209,228)
#D1D6E7
(209,214,231)
#D7DBEA
(215,219,234)
#DDE0ED
(221,224,237)
#E3E5F0
(227,229,240)
#E9EAF3
(233,234,243)
#EFEFF6
(239,239,246)
#F5F4F9
(245,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9C2DB color. Also use rgb(185,194,219) instead hex code.

Text Font Color

.myTextColor { color: #B9C2DB; }

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

This text font color is #B9C2DB.


Background Color

.myBgColor { background-color: #B9C2DB; }

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

This div background color is #B9C2DB.


Border color

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

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

This div border color is #B9C2DB.


Opacity

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

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

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

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

This text has shadow with #B9C2DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9C2DB on black background.


Color preview on white background

This text has color #B9C2DB on white background.



Black color preview on #B9C2DB background

This text has black color on #B9C2DB background.


White color preview on #B9C2DB background

This text has white color on #B9C2DB background.