COLOR #B9CBC7

HEX: #B9CBC7 RGB: (185,203,199)

Color info

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

RGB color model

#B9CBC7 color RGB value is (185,203,199).

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

RGB channels and saturation

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

185
203
199

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

Portions of RGB colors in percentages

R + G + B = 185 + 203 + 199 = 587 (100%)
R 185 of 587 ~ 31.52%
G 203 of 587 ~ 34.58%
B 199 of 587 ~ 33.9'%

%31.52
%34.58
%33.9

CMYK color model

#B9CBC7 color CMYK value is (9,0,2,20).

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

CMYK: (9,0,2,20)
C9M0Y2K20 (9%, 0%, 2%, 20%)
(0.09 / 0.00 / 0.02 / 0.20)

CMYK percentages

%8.87
%0
%1.97
%20.39

Codes

Color #B9CBC7 in popluar color models

B9 CB C7
RGB 185 203 199
HSL 167° 14.75% 76.08%
HSB/HSV 167° 8.87% 79.61%
CMYK 8.87% 0.00% 1.97%
20.39%

Color #B9CBC7 in popluar number systems.

HEX B9 CB C7
Decimal 185 203 199
Binary 10111001 11001011 11000111
Octal 271 313 307

Shades and tints

Shades of #B9CBC7

#B9CBC7
(185,203,199)
#A9B9B5
(169,185,181)
#99A7A3
(153,167,163)
#899591
(137,149,145)
#79837F
(121,131,127)
#69716D
(105,113,109)
#595F5B
(89,95,91)
#494D49
(73,77,73)
#393B37
(57,59,55)
#292925
(41,41,37)
#191713
(25,23,19)
#000000
(0,0,0)

Tints of #B9CBC7

#B9CBC7
(185,203,199)
#BFCFCC
(191,207,204)
#C5D3D1
(197,211,209)
#CBD7D6
(203,215,214)
#D1DBDB
(209,219,219)
#D7DFE0
(215,223,224)
#DDE3E5
(221,227,229)
#E3E7EA
(227,231,234)
#E9EBEF
(233,235,239)
#EFEFF4
(239,239,244)
#F5F3F9
(245,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9CBC7; }

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

This text font color is #B9CBC7.

Background Color

.myBgColor { background-color: #B9CBC7; }

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

This div background color is #B9CBC7.

Border color

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

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

This div border color is #B9CBC7.

Opacity

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

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

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

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

This text has shadow with #B9CBC7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9CBC7.

Preview

Color preview on black background

This text has color #B9CBC7 on black background.


Color preview on white background

This text has color #B9CBC7 on white background.


Black color preview on #B9CBC7 background

This text has black color on #B9CBC7 background.


White color preview on #B9CBC7 background

This text has white color on #B9CBC7 background.


Related colors

Complementary color

Complementary color for #hex is #463438.


I love getcolorcode.com

Triadic colors

1 #C7B9CB and #CBC7B9 with #B9CBC7 are triadic colors.

2 #C7CBB9 and #CBB9C7 with #B9CBC7 are triadic colors.