COLOR #B9C5B2

HEX: #B9C5B2 RGB: (185,197,178)

Color info

#B9C5B2 contains red, green and blue colors in about the same proportion. Web safe color of #B9C5B2 is #CCCC99 (or #CC9).

RGB color model

#B9C5B2 color RGB value is (185,197,178).

RGB: (185,197,178) (73%, 77%, 70%)

RGB channels and saturation

R 185 of 255 = 73%
G 197 of 255 = 77%
B 178 of 255 = 70%

185
197
178

R + G + B ~ 73%. #B9C5B2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 197 + 178 = 560 (100%)
R 185 of 560 ~ 33.04%
G 197 of 560 ~ 35.18%
B 178 of 560 ~ 31.79'%

%33.04
%35.18
%31.79

CMYK color model

#B9C5B2 color CMYK value is (6,0,10,23).

  • cyan value is 6.09%
  • magenta value is 0.00%
  • yellow value is 9.64%
  • key color value is 22.75%

CMYK: (6,0,10,23)
C6M0Y10K23 (6%, 0%, 10%, 23%)
(0.06 / 0.00 / 0.10 / 0.23)

CMYK percentages

%6.09
%0
%9.64
%22.75

Codes

Color #B9C5B2 in popluar color models

B9 C5 B2
RGB 185 197 178
HSL 98° 14.07% 73.53%
HSB/HSV 98° 9.64% 77.25%
CMYK 6.09% 0.00% 9.64%
22.75%

Color #B9C5B2 in popluar number systems.

HEX B9 C5 B2
Decimal 185 197 178
Binary 10111001 11000101 10110010
Octal 271 305 262

Shades and tints

Shades of #B9C5B2

#B9C5B2
(185,197,178)
#A9B4A2
(169,180,162)
#99A392
(153,163,146)
#899282
(137,146,130)
#798172
(121,129,114)
#697062
(105,112,98)
#595F52
(89,95,82)
#494E42
(73,78,66)
#393D32
(57,61,50)
#292C22
(41,44,34)
#191B12
(25,27,18)
#000000
(0,0,0)

Tints of #B9C5B2

#B9C5B2
(185,197,178)
#BFCAB9
(191,202,185)
#C5CFC0
(197,207,192)
#CBD4C7
(203,212,199)
#D1D9CE
(209,217,206)
#D7DED5
(215,222,213)
#DDE3DC
(221,227,220)
#E3E8E3
(227,232,227)
#E9EDEA
(233,237,234)
#EFF2F1
(239,242,241)
#F5F7F8
(245,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9C5B2; }

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

This text font color is #B9C5B2.

Background Color

.myBgColor { background-color: #B9C5B2; }

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

This div background color is #B9C5B2.

Border color

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

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

This div border color is #B9C5B2.

Opacity

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

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

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

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

This text has shadow with #B9C5B2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9C5B2.

Preview

Color preview on black background

This text has color #B9C5B2 on black background.


Color preview on white background

This text has color #B9C5B2 on white background.


Black color preview on #B9C5B2 background

This text has black color on #B9C5B2 background.


White color preview on #B9C5B2 background

This text has white color on #B9C5B2 background.


Related colors

Complementary color

Complementary color for #hex is #463A4D.


I love getcolorcode.com

Triadic colors

1 #B2B9C5 and #C5B2B9 with #B9C5B2 are triadic colors.

2 #B2C5B9 and #C5B9B2 with #B9C5B2 are triadic colors.