COLOR #B9C9C2

HEX: #B9C9C2 RGB: (185,201,194)

Color info

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

RGB color model

#B9C9C2 color RGB value is (185,201,194).

RGB: (185,201,194) (73%, 79%, 76%)

RGB channels and saturation

R 185 of 255 = 73%
G 201 of 255 = 79%
B 194 of 255 = 76%

185
201
194

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

Portions of RGB colors in percentages

R + G + B = 185 + 201 + 194 = 580 (100%)
R 185 of 580 ~ 31.9%
G 201 of 580 ~ 34.66%
B 194 of 580 ~ 33.45'%

%31.9
%34.66
%33.45

CMYK color model

#B9C9C2 color CMYK value is (8,0,3,21).

  • cyan value is 7.96%
  • magenta value is 0.00%
  • yellow value is 3.48%
  • key color value is 21.18%

CMYK: (8,0,3,21)
C8M0Y3K21 (8%, 0%, 3%, 21%)
(0.08 / 0.00 / 0.03 / 0.21)

CMYK percentages

%7.96
%0
%3.48
%21.18

Codes

Color #B9C9C2 in popluar color models

B9 C9 C2
RGB 185 201 194
HSL 154° 12.90% 75.69%
HSB/HSV 154° 7.96% 78.82%
CMYK 7.96% 0.00% 3.48%
21.18%

Color #B9C9C2 in popluar number systems.

HEX B9 C9 C2
Decimal 185 201 194
Binary 10111001 11001001 11000010
Octal 271 311 302

Shades and tints

Shades of #B9C9C2

#B9C9C2
(185,201,194)
#A9B7B1
(169,183,177)
#99A5A0
(153,165,160)
#89938F
(137,147,143)
#79817E
(121,129,126)
#696F6D
(105,111,109)
#595D5C
(89,93,92)
#494B4B
(73,75,75)
#39393A
(57,57,58)
#292729
(41,39,41)
#191518
(25,21,24)
#000000
(0,0,0)

Tints of #B9C9C2

#B9C9C2
(185,201,194)
#BFCDC7
(191,205,199)
#C5D1CC
(197,209,204)
#CBD5D1
(203,213,209)
#D1D9D6
(209,217,214)
#D7DDDB
(215,221,219)
#DDE1E0
(221,225,224)
#E3E5E5
(227,229,229)
#E9E9EA
(233,233,234)
#EFEDEF
(239,237,239)
#F5F1F4
(245,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9C9C2; }

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

This text font color is #B9C9C2.

Background Color

.myBgColor { background-color: #B9C9C2; }

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

This div background color is #B9C9C2.

Border color

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

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

This div border color is #B9C9C2.

Opacity

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

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

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

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

This text has shadow with #B9C9C2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9C9C2.

Preview

Color preview on black background

This text has color #B9C9C2 on black background.


Color preview on white background

This text has color #B9C9C2 on white background.


Black color preview on #B9C9C2 background

This text has black color on #B9C9C2 background.


White color preview on #B9C9C2 background

This text has white color on #B9C9C2 background.


Related colors

Complementary color

Complementary color for #hex is #46363D.


I love getcolorcode.com

Triadic colors

1 #C2B9C9 and #C9C2B9 with #B9C9C2 are triadic colors.

2 #C2C9B9 and #C9B9C2 with #B9C9C2 are triadic colors.