COLOR #B9CBC2

HEX: #B9CBC2 RGB: (185,203,194)

Color info

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

RGB color model

#B9CBC2 color RGB value is (185,203,194).

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

RGB channels and saturation

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

185
203
194

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

Portions of RGB colors in percentages

R + G + B = 185 + 203 + 194 = 582 (100%)
R 185 of 582 ~ 31.79%
G 203 of 582 ~ 34.88%
B 194 of 582 ~ 33.33'%

%31.79
%34.88
%33.33

CMYK color model

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

  • cyan value is 8.87%
  • magenta value is 0.00%
  • yellow value is 4.43%
  • key color value is 20.39%
CMYK: (9,0,4,20) C9M0Y4K20 (9%,0%,4%,20%) (0.09/0.00/0.04/0.20) 

CMYK percentages

%8.87
%0
%4.43
%20.39

Codes

Color #B9CBC2 in popluar color models

B9 CB C2
RGB 185 203 194
HSL 150° 14.75% 76.08%
HSB/HSV 150° 8.87% 79.61%
CMYK 8.87% 0.00% 4.43%
20.39%

Color #B9CBC2 in popluar number systems.

HEX B9 CB C2
Decimal 185 203 194
Binary 10111001 11001011 11000010
Octal 271 313 302

Shades and tints

Shades of #B9CBC2

#B9CBC2
(185,203,194)
#A9B9B1
(169,185,177)
#99A7A0
(153,167,160)
#89958F
(137,149,143)
#79837E
(121,131,126)
#69716D
(105,113,109)
#595F5C
(89,95,92)
#494D4B
(73,77,75)
#393B3A
(57,59,58)
#292929
(41,41,41)
#191718
(25,23,24)
#000000
(0,0,0)

Tints of #B9CBC2

#B9CBC2
(185,203,194)
#BFCFC7
(191,207,199)
#C5D3CC
(197,211,204)
#CBD7D1
(203,215,209)
#D1DBD6
(209,219,214)
#D7DFDB
(215,223,219)
#DDE3E0
(221,227,224)
#E3E7E5
(227,231,229)
#E9EBEA
(233,235,234)
#EFEFEF
(239,239,239)
#F5F3F4
(245,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9CBC2; }

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

This text font color is #B9CBC2.

Background Color

.myBgColor { background-color: #B9CBC2; }

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

This div background color is #B9CBC2.

Border color

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

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

This div border color is #B9CBC2.

Opacity

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

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

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

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

This text has shadow with #B9CBC2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9CBC2.

Preview

Color preview on black background

This text has color #B9CBC2 on black background.


Color preview on white background

This text has color #B9CBC2 on white background.


Black color preview on #B9CBC2 background

This text has black color on #B9CBC2 background.


White color preview on #B9CBC2 background

This text has white color on #B9CBC2 background.


Related colors

Complementary color

Complementary color for #hex is #46343D.


I love getcolorcode.com

Triadic colors

1 #C2B9CB and #CBC2B9 with #B9CBC2 are triadic colors.

2 #C2CBB9 and #CBB9C2 with #B9CBC2 are triadic colors.