COLOR #B9C3BC

HEX: #B9C3BC RGB: (185,195,188)

Color info

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

RGB color model

#B9C3BC color RGB value is (185,195,188).

RGB: (185,195,188) (73%, 76%, 74%)

RGB channels and saturation

R 185 of 255 = 73%
G 195 of 255 = 76%
B 188 of 255 = 74%

185
195
188

R + G + B ~ 74%. #B9C3BC is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 195 + 188 = 568 (100%)
R 185 of 568 ~ 32.57%
G 195 of 568 ~ 34.33%
B 188 of 568 ~ 33.1'%

%32.57
%34.33
%33.1

CMYK color model

#B9C3BC color CMYK value is (5,0,4,24).

  • cyan value is 5.13%
  • magenta value is 0.00%
  • yellow value is 3.59%
  • key color value is 23.53%

CMYK: (5,0,4,24)
C5M0Y4K24 (5%, 0%, 4%, 24%)
(0.05 / 0.00 / 0.04 / 0.24)

CMYK percentages

%5.13
%0
%3.59
%23.53

Codes

Color #B9C3BC in popluar color models

B9 C3 BC
RGB 185 195 188
HSL 138° 7.69% 74.51%
HSB/HSV 138° 5.13% 76.47%
CMYK 5.13% 0.00% 3.59%
23.53%

Color #B9C3BC in popluar number systems.

HEX B9 C3 BC
Decimal 185 195 188
Binary 10111001 11000011 10111100
Octal 271 303 274

Shades and tints

Shades of #B9C3BC

#B9C3BC
(185,195,188)
#A9B2AB
(169,178,171)
#99A19A
(153,161,154)
#899089
(137,144,137)
#797F78
(121,127,120)
#696E67
(105,110,103)
#595D56
(89,93,86)
#494C45
(73,76,69)
#393B34
(57,59,52)
#292A23
(41,42,35)
#191912
(25,25,18)
#000000
(0,0,0)

Tints of #B9C3BC

#B9C3BC
(185,195,188)
#BFC8C2
(191,200,194)
#C5CDC8
(197,205,200)
#CBD2CE
(203,210,206)
#D1D7D4
(209,215,212)
#D7DCDA
(215,220,218)
#DDE1E0
(221,225,224)
#E3E6E6
(227,230,230)
#E9EBEC
(233,235,236)
#EFF0F2
(239,240,242)
#F5F5F8
(245,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9C3BC; }

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

This text font color is #B9C3BC.

Background Color

.myBgColor { background-color: #B9C3BC; }

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

This div background color is #B9C3BC.

Border color

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

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

This div border color is #B9C3BC.

Opacity

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

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

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

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

This text has shadow with #B9C3BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9C3BC.

Preview

Color preview on black background

This text has color #B9C3BC on black background.


Color preview on white background

This text has color #B9C3BC on white background.


Black color preview on #B9C3BC background

This text has black color on #B9C3BC background.


White color preview on #B9C3BC background

This text has white color on #B9C3BC background.


Related colors

Complementary color

Complementary color for #hex is #463C43.


I love getcolorcode.com

Triadic colors

1 #BCB9C3 and #C3BCB9 with #B9C3BC are triadic colors.

2 #BCC3B9 and #C3B9BC with #B9C3BC are triadic colors.