COLOR #B9C8DC

HEX: #B9C8DC RGB: (185,200,220)

Color info

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

RGB color model

#B9C8DC color RGB value is (185,200,220).

RGB: (185,200,220) (73%, 78%, 86%)

RGB channels and saturation

R 185 of 255 = 73%
G 200 of 255 = 78%
B 220 of 255 = 86%

185
200
220

R + G + B ~ 79%. #B9C8DC is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 200 + 220 = 605 (100%)
R 185 of 605 ~ 30.58%
G 200 of 605 ~ 33.06%
B 220 of 605 ~ 36.36'%

%30.58
%33.06
%36.36

CMYK color model

#B9C8DC color CMYK value is (16,9,0,14).

  • cyan value is 15.91%
  • magenta value is 9.09%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (16,9,0,14)
C16M9Y0K14 (16%, 9%, 0%, 14%)
(0.16 / 0.09 / 0.00 / 0.14)

CMYK percentages

%15.91
%9.09
%0
%13.73

Codes

Color #B9C8DC in popluar color models

B9 C8 DC
RGB 185 200 220
HSL 214° 33.33% 79.41%
HSB/HSV 214° 15.91% 86.27%
CMYK 15.91% 9.09% 0.00%
13.73%

Color #B9C8DC in popluar number systems.

HEX B9 C8 DC
Decimal 185 200 220
Binary 10111001 11001000 11011100
Octal 271 310 334

Shades and tints

Shades of #B9C8DC

#B9C8DC
(185,200,220)
#A9B6C8
(169,182,200)
#99A4B4
(153,164,180)
#8992A0
(137,146,160)
#79808C
(121,128,140)
#696E78
(105,110,120)
#595C64
(89,92,100)
#494A50
(73,74,80)
#39383C
(57,56,60)
#292628
(41,38,40)
#191414
(25,20,20)
#000000
(0,0,0)

Tints of #B9C8DC

#B9C8DC
(185,200,220)
#BFCDDF
(191,205,223)
#C5D2E2
(197,210,226)
#CBD7E5
(203,215,229)
#D1DCE8
(209,220,232)
#D7E1EB
(215,225,235)
#DDE6EE
(221,230,238)
#E3EBF1
(227,235,241)
#E9F0F4
(233,240,244)
#EFF5F7
(239,245,247)
#F5FAFA
(245,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9C8DC; }

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

This text font color is #B9C8DC.

Background Color

.myBgColor { background-color: #B9C8DC; }

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

This div background color is #B9C8DC.

Border color

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

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

This div border color is #B9C8DC.

Opacity

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

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

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

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

This text has shadow with #B9C8DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9C8DC.

Preview

Color preview on black background

This text has color #B9C8DC on black background.


Color preview on white background

This text has color #B9C8DC on white background.


Black color preview on #B9C8DC background

This text has black color on #B9C8DC background.


White color preview on #B9C8DC background

This text has white color on #B9C8DC background.


Related colors

Complementary color

Complementary color for #hex is #463723.


I love getcolorcode.com

Triadic colors

1 #DCB9C8 and #C8DCB9 with #B9C8DC are triadic colors.

2 #DCC8B9 and #C8B9DC with #B9C8DC are triadic colors.