COLOR #B9CBC1

HEX: #B9CBC1 RGB: (185,203,193)

Color info

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

RGB color model

#B9CBC1 color RGB value is (185,203,193).

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

RGB channels and saturation

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

185
203
193

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

Portions of RGB colors in percentages

R + G + B = 185 + 203 + 193 = 581 (100%)
R 185 of 581 ~ 31.84%
G 203 of 581 ~ 34.94%
B 193 of 581 ~ 33.22'%

%31.84
%34.94
%33.22

CMYK color model

#B9CBC1 color CMYK value is (9,0,5,20).

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

CMYK: (9,0,5,20)
C9M0Y5K20 (9%, 0%, 5%, 20%)
(0.09 / 0.00 / 0.05 / 0.20)

CMYK percentages

%8.87
%0
%4.93
%20.39

Codes

Color #B9CBC1 in popluar color models

B9 CB C1
RGB 185 203 193
HSL 147° 14.75% 76.08%
HSB/HSV 147° 8.87% 79.61%
CMYK 8.87% 0.00% 4.93%
20.39%

Color #B9CBC1 in popluar number systems.

HEX B9 CB C1
Decimal 185 203 193
Binary 10111001 11001011 11000001
Octal 271 313 301

Shades and tints

Shades of #B9CBC1

#B9CBC1
(185,203,193)
#A9B9B0
(169,185,176)
#99A79F
(153,167,159)
#89958E
(137,149,142)
#79837D
(121,131,125)
#69716C
(105,113,108)
#595F5B
(89,95,91)
#494D4A
(73,77,74)
#393B39
(57,59,57)
#292928
(41,41,40)
#191717
(25,23,23)
#000000
(0,0,0)

Tints of #B9CBC1

#B9CBC1
(185,203,193)
#BFCFC6
(191,207,198)
#C5D3CB
(197,211,203)
#CBD7D0
(203,215,208)
#D1DBD5
(209,219,213)
#D7DFDA
(215,223,218)
#DDE3DF
(221,227,223)
#E3E7E4
(227,231,228)
#E9EBE9
(233,235,233)
#EFEFEE
(239,239,238)
#F5F3F3
(245,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9CBC1; }

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

This text font color is #B9CBC1.

Background Color

.myBgColor { background-color: #B9CBC1; }

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

This div background color is #B9CBC1.

Border color

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

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

This div border color is #B9CBC1.

Opacity

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

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

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

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

This text has shadow with #B9CBC1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9CBC1.

Preview

Color preview on black background

This text has color #B9CBC1 on black background.


Color preview on white background

This text has color #B9CBC1 on white background.


Black color preview on #B9CBC1 background

This text has black color on #B9CBC1 background.


White color preview on #B9CBC1 background

This text has white color on #B9CBC1 background.


Related colors

Complementary color

Complementary color for #hex is #46343E.


I love getcolorcode.com

Triadic colors

1 #C1B9CB and #CBC1B9 with #B9CBC1 are triadic colors.

2 #C1CBB9 and #CBB9C1 with #B9CBC1 are triadic colors.