COLOR #B9C3CB

HEX: #B9C3CB RGB: (185,195,203)

Color info

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

RGB color model

#B9C3CB color RGB value is (185,195,203).

RGB: (185,195,203) (73%, 76%, 80%)

RGB channels and saturation

R 185 of 255 = 73%
G 195 of 255 = 76%
B 203 of 255 = 80%

185
195
203

R + G + B ~ 76%. #B9C3CB is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 195 + 203 = 583 (100%)
R 185 of 583 ~ 31.73%
G 195 of 583 ~ 33.45%
B 203 of 583 ~ 34.82'%

%31.73
%33.45
%34.82

CMYK color model

#B9C3CB color CMYK value is (9,4,0,20).

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

CMYK: (9,4,0,20)
C9M4Y0K20 (9%, 4%, 0%, 20%)
(0.09 / 0.04 / 0.00 / 0.20)

CMYK percentages

%8.87
%3.94
%0
%20.39

Codes

Color #B9C3CB in popluar color models

B9 C3 CB
RGB 185 195 203
HSL 207° 14.75% 76.08%
HSB/HSV 207° 8.87% 79.61%
CMYK 8.87% 3.94% 0.00%
20.39%

Color #B9C3CB in popluar number systems.

HEX B9 C3 CB
Decimal 185 195 203
Binary 10111001 11000011 11001011
Octal 271 303 313

Shades and tints

Shades of #B9C3CB

#B9C3CB
(185,195,203)
#A9B2B9
(169,178,185)
#99A1A7
(153,161,167)
#899095
(137,144,149)
#797F83
(121,127,131)
#696E71
(105,110,113)
#595D5F
(89,93,95)
#494C4D
(73,76,77)
#393B3B
(57,59,59)
#292A29
(41,42,41)
#191917
(25,25,23)
#000000
(0,0,0)

Tints of #B9C3CB

#B9C3CB
(185,195,203)
#BFC8CF
(191,200,207)
#C5CDD3
(197,205,211)
#CBD2D7
(203,210,215)
#D1D7DB
(209,215,219)
#D7DCDF
(215,220,223)
#DDE1E3
(221,225,227)
#E3E6E7
(227,230,231)
#E9EBEB
(233,235,235)
#EFF0EF
(239,240,239)
#F5F5F3
(245,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9C3CB; }

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

This text font color is #B9C3CB.

Background Color

.myBgColor { background-color: #B9C3CB; }

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

This div background color is #B9C3CB.

Border color

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

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

This div border color is #B9C3CB.

Opacity

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

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

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

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

This text has shadow with #B9C3CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9C3CB.

Preview

Color preview on black background

This text has color #B9C3CB on black background.


Color preview on white background

This text has color #B9C3CB on white background.


Black color preview on #B9C3CB background

This text has black color on #B9C3CB background.


White color preview on #B9C3CB background

This text has white color on #B9C3CB background.


Related colors

Complementary color

Complementary color for #hex is #463C34.


I love getcolorcode.com

Triadic colors

1 #CBB9C3 and #C3CBB9 with #B9C3CB are triadic colors.

2 #CBC3B9 and #C3B9CB with #B9C3CB are triadic colors.