COLOR #B9C8CB

HEX: #B9C8CB RGB: (185,200,203)

Color info

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

RGB color model

#B9C8CB color RGB value is (185,200,203).

RGB: (185,200,203) (73%, 78%, 80%)

RGB channels and saturation

R 185 of 255 = 73%
G 200 of 255 = 78%
B 203 of 255 = 80%

185
200
203

R + G + B ~ 77%. #B9C8CB is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 200 + 203 = 588 (100%)
R 185 of 588 ~ 31.46%
G 200 of 588 ~ 34.01%
B 203 of 588 ~ 34.52'%

%31.46
%34.01
%34.52

CMYK color model

#B9C8CB color CMYK value is (9,1,0,20).

  • cyan value is 8.87%
  • magenta value is 1.48%
  • yellow value is 0.00%
  • key color value is 20.39%

CMYK: (9,1,0,20)
C9M1Y0K20 (9%, 1%, 0%, 20%)
(0.09 / 0.01 / 0.00 / 0.20)

CMYK percentages

%8.87
%1.48
%0
%20.39

Codes

Color #B9C8CB in popluar color models

B9 C8 CB
RGB 185 200 203
HSL 190° 14.75% 76.08%
HSB/HSV 190° 8.87% 79.61%
CMYK 8.87% 1.48% 0.00%
20.39%

Color #B9C8CB in popluar number systems.

HEX B9 C8 CB
Decimal 185 200 203
Binary 10111001 11001000 11001011
Octal 271 310 313

Shades and tints

Shades of #B9C8CB

#B9C8CB
(185,200,203)
#A9B6B9
(169,182,185)
#99A4A7
(153,164,167)
#899295
(137,146,149)
#798083
(121,128,131)
#696E71
(105,110,113)
#595C5F
(89,92,95)
#494A4D
(73,74,77)
#39383B
(57,56,59)
#292629
(41,38,41)
#191417
(25,20,23)
#000000
(0,0,0)

Tints of #B9C8CB

#B9C8CB
(185,200,203)
#BFCDCF
(191,205,207)
#C5D2D3
(197,210,211)
#CBD7D7
(203,215,215)
#D1DCDB
(209,220,219)
#D7E1DF
(215,225,223)
#DDE6E3
(221,230,227)
#E3EBE7
(227,235,231)
#E9F0EB
(233,240,235)
#EFF5EF
(239,245,239)
#F5FAF3
(245,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9C8CB; }

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

This text font color is #B9C8CB.

Background Color

.myBgColor { background-color: #B9C8CB; }

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

This div background color is #B9C8CB.

Border color

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

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

This div border color is #B9C8CB.

Opacity

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

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

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

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

This text has shadow with #B9C8CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9C8CB.

Preview

Color preview on black background

This text has color #B9C8CB on black background.


Color preview on white background

This text has color #B9C8CB on white background.


Black color preview on #B9C8CB background

This text has black color on #B9C8CB background.


White color preview on #B9C8CB background

This text has white color on #B9C8CB background.


Related colors

Complementary color

Complementary color for #hex is #463734.


I love getcolorcode.com

Triadic colors

1 #CBB9C8 and #C8CBB9 with #B9C8CB are triadic colors.

2 #CBC8B9 and #C8B9CB with #B9C8CB are triadic colors.