COLOR #B9C4BD

HEX: #B9C4BD
RGB: (185,196,189)

Color info

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

RGB color model

#B9C4BD color RGB value is (185,196,189).

  • red value is 185;
  • green value is 196;
  • blue value is 189.
RGB:
(185,196,189)
(73%,77%,74%)

RGB channels and saturation

R 185 of 255 = 73%
G 196 of 255 = 77%
B 189 of 255 = 74%

185
196
189

R + G + B ~ 75%. #B9C4BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 196 + 189 = 570 (100%)
R 185 of 570 ~ 32.46%
G 196 of 570 ~ 34.39%
B 189 of 570 ~ 33.16%

%32.46
%34.39
%33.16

CMYK color model

#B9C4BD color CMYK value is (6,0,4,23).

  • cyan value is 5.61%
  • magenta value is 0.00%
  • yellow value is 3.57%
  • key color value is 23.14%
CMYK:
(6,0,4,23)
C6M0Y4K23 
(6%,0%,4%,23%)
(0.06/0.00/0.04/0.23)	

CMYK percentages

%5.61
%0
%3.57
%23.14

Codes

Color #B9C4BD in popluar color models

B9C4BD
RGB185196189
HSL142°8.53%74.71%
HSB/HSV142°5.61%76.86%
CMYK5.61%0.00%3.57%
23.14%

Color #B9C4BD in popluar number systems.

HEXB9C4BD
Decimal185196189
Binary101110011100010010111101
Octal271304275

Shades and tints

Shades of #B9C4BD

#B9C4BD
(185,196,189)
#A9B3AC
(169,179,172)
#99A29B
(153,162,155)
#89918A
(137,145,138)
#798079
(121,128,121)
#696F68
(105,111,104)
#595E57
(89,94,87)
#494D46
(73,77,70)
#393C35
(57,60,53)
#292B24
(41,43,36)
#191A13
(25,26,19)
#000000
(0,0,0)

Tints of #B9C4BD

#B9C4BD
(185,196,189)
#BFC9C3
(191,201,195)
#C5CEC9
(197,206,201)
#CBD3CF
(203,211,207)
#D1D8D5
(209,216,213)
#D7DDDB
(215,221,219)
#DDE2E1
(221,226,225)
#E3E7E7
(227,231,231)
#E9ECED
(233,236,237)
#EFF1F3
(239,241,243)
#F5F6F9
(245,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9C4BD color. Also use rgb(185,196,189) instead hex code.

Text Font Color

.myTextColor { color: #B9C4BD; }

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

This text font color is #B9C4BD.


Background Color

.myBgColor { background-color: #B9C4BD; }

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

This div background color is #B9C4BD.


Border color

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

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

This div border color is #B9C4BD.


Opacity

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

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

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

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

This text has shadow with #B9C4BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9C4BD on black background.


Color preview on white background

This text has color #B9C4BD on white background.



Black color preview on #B9C4BD background

This text has black color on #B9C4BD background.


White color preview on #B9C4BD background

This text has white color on #B9C4BD background.