COLOR #B9C6D2

HEX: #B9C6D2
RGB: (185,198,210)

Color info

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

RGB color model

#B9C6D2 color RGB value is (185,198,210).

  • red value is 185;
  • green value is 198;
  • blue value is 210.
RGB:
(185,198,210)
(73%,78%,82%)

RGB channels and saturation

R 185 of 255 = 73%
G 198 of 255 = 78%
B 210 of 255 = 82%

185
198
210

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

Portions of RGB colors in percentages

R + G + B =
185 + 198 + 210 = 593 (100%)
R 185 of 593 ~ 31.2%
G 198 of 593 ~ 33.39%
B 210 of 593 ~ 35.41%

%31.2
%33.39
%35.41

CMYK color model

#B9C6D2 color CMYK value is (12,6,0,18).

  • cyan value is 11.90%
  • magenta value is 5.71%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(12,6,0,18)
C12M6Y0K18 
(12%,6%,0%,18%)
(0.12/0.06/0.00/0.18)	

CMYK percentages

%11.9
%5.71
%0
%17.65

Codes

Color #B9C6D2 in popluar color models

B9C6D2
RGB185198210
HSL209°21.74%77.45%
HSB/HSV209°11.90%82.35%
CMYK11.90%5.71%0.00%
17.65%

Color #B9C6D2 in popluar number systems.

HEXB9C6D2
Decimal185198210
Binary101110011100011011010010
Octal271306322

Shades and tints

Shades of #B9C6D2

#B9C6D2
(185,198,210)
#A9B4BF
(169,180,191)
#99A2AC
(153,162,172)
#899099
(137,144,153)
#797E86
(121,126,134)
#696C73
(105,108,115)
#595A60
(89,90,96)
#49484D
(73,72,77)
#39363A
(57,54,58)
#292427
(41,36,39)
#191214
(25,18,20)
#000000
(0,0,0)

Tints of #B9C6D2

#B9C6D2
(185,198,210)
#BFCBD6
(191,203,214)
#C5D0DA
(197,208,218)
#CBD5DE
(203,213,222)
#D1DAE2
(209,218,226)
#D7DFE6
(215,223,230)
#DDE4EA
(221,228,234)
#E3E9EE
(227,233,238)
#E9EEF2
(233,238,242)
#EFF3F6
(239,243,246)
#F5F8FA
(245,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9C6D2 color. Also use rgb(185,198,210) instead hex code.

Text Font Color

.myTextColor { color: #B9C6D2; }

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

This text font color is #B9C6D2.


Background Color

.myBgColor { background-color: #B9C6D2; }

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

This div background color is #B9C6D2.


Border color

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

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

This div border color is #B9C6D2.


Opacity

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

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

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

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

This text has shadow with #B9C6D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9C6D2 on black background.


Color preview on white background

This text has color #B9C6D2 on white background.



Black color preview on #B9C6D2 background

This text has black color on #B9C6D2 background.


White color preview on #B9C6D2 background

This text has white color on #B9C6D2 background.