COLOR #B9CBC5

HEX: #B9CBC5 RGB: (185,203,197)

Color info

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

RGB color model

#B9CBC5 color RGB value is (185,203,197).

RGB: (185,203,197) (73%, 80%, 77%)

RGB channels and saturation

R 185 of 255 = 73%
G 203 of 255 = 80%
B 197 of 255 = 77%

185
203
197

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

Portions of RGB colors in percentages

R + G + B = 185 + 203 + 197 = 585 (100%)
R 185 of 585 ~ 31.62%
G 203 of 585 ~ 34.7%
B 197 of 585 ~ 33.68'%

%31.62
%34.7
%33.68

CMYK color model

#B9CBC5 color CMYK value is (9,0,3,20).

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

CMYK: (9,0,3,20)
C9M0Y3K20 (9%, 0%, 3%, 20%)
(0.09 / 0.00 / 0.03 / 0.20)

CMYK percentages

%8.87
%0
%2.96
%20.39

Codes

Color #B9CBC5 in popluar color models

B9 CB C5
RGB 185 203 197
HSL 160° 14.75% 76.08%
HSB/HSV 160° 8.87% 79.61%
CMYK 8.87% 0.00% 2.96%
20.39%

Color #B9CBC5 in popluar number systems.

HEX B9 CB C5
Decimal 185 203 197
Binary 10111001 11001011 11000101
Octal 271 313 305

Shades and tints

Shades of #B9CBC5

#B9CBC5
(185,203,197)
#A9B9B4
(169,185,180)
#99A7A3
(153,167,163)
#899592
(137,149,146)
#798381
(121,131,129)
#697170
(105,113,112)
#595F5F
(89,95,95)
#494D4E
(73,77,78)
#393B3D
(57,59,61)
#29292C
(41,41,44)
#19171B
(25,23,27)
#000000
(0,0,0)

Tints of #B9CBC5

#B9CBC5
(185,203,197)
#BFCFCA
(191,207,202)
#C5D3CF
(197,211,207)
#CBD7D4
(203,215,212)
#D1DBD9
(209,219,217)
#D7DFDE
(215,223,222)
#DDE3E3
(221,227,227)
#E3E7E8
(227,231,232)
#E9EBED
(233,235,237)
#EFEFF2
(239,239,242)
#F5F3F7
(245,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9CBC5; }

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

This text font color is #B9CBC5.

Background Color

.myBgColor { background-color: #B9CBC5; }

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

This div background color is #B9CBC5.

Border color

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

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

This div border color is #B9CBC5.

Opacity

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

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

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

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

This text has shadow with #B9CBC5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9CBC5.

Preview

Color preview on black background

This text has color #B9CBC5 on black background.


Color preview on white background

This text has color #B9CBC5 on white background.


Black color preview on #B9CBC5 background

This text has black color on #B9CBC5 background.


White color preview on #B9CBC5 background

This text has white color on #B9CBC5 background.


Related colors

Complementary color

Complementary color for #hex is #46343A.


I love getcolorcode.com

Triadic colors

1 #C5B9CB and #CBC5B9 with #B9CBC5 are triadic colors.

2 #C5CBB9 and #CBB9C5 with #B9CBC5 are triadic colors.