COLOR #B9C4B7

HEX: #B9C4B7
RGB: (185,196,183)

Color info

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

RGB color model

#B9C4B7 color RGB value is (185,196,183).

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

RGB channels and saturation

R 185 of 255 = 73%
G 196 of 255 = 77%
B 183 of 255 = 72%

185
196
183

R + G + B ~ 74%. #B9C4B7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 196 + 183 = 564 (100%)
R 185 of 564 ~ 32.8%
G 196 of 564 ~ 34.75%
B 183 of 564 ~ 32.45%

%32.8
%34.75
%32.45

CMYK color model

#B9C4B7 color CMYK value is (6,0,7,23).

  • cyan value is 5.61%
  • magenta value is 0.00%
  • yellow value is 6.63%
  • key color value is 23.14%
CMYK:
(6,0,7,23)
C6M0Y7K23 
(6%,0%,7%,23%)
(0.06/0.00/0.07/0.23)	

CMYK percentages

%5.61
%0
%6.63
%23.14

Codes

Color #B9C4B7 in popluar color models

B9C4B7
RGB185196183
HSL111°9.92%74.31%
HSB/HSV111°6.63%76.86%
CMYK5.61%0.00%6.63%
23.14%

Color #B9C4B7 in popluar number systems.

HEXB9C4B7
Decimal185196183
Binary101110011100010010110111
Octal271304267

Shades and tints

Shades of #B9C4B7

#B9C4B7
(185,196,183)
#A9B3A7
(169,179,167)
#99A297
(153,162,151)
#899187
(137,145,135)
#798077
(121,128,119)
#696F67
(105,111,103)
#595E57
(89,94,87)
#494D47
(73,77,71)
#393C37
(57,60,55)
#292B27
(41,43,39)
#191A17
(25,26,23)
#000000
(0,0,0)

Tints of #B9C4B7

#B9C4B7
(185,196,183)
#BFC9BD
(191,201,189)
#C5CEC3
(197,206,195)
#CBD3C9
(203,211,201)
#D1D8CF
(209,216,207)
#D7DDD5
(215,221,213)
#DDE2DB
(221,226,219)
#E3E7E1
(227,231,225)
#E9ECE7
(233,236,231)
#EFF1ED
(239,241,237)
#F5F6F3
(245,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9C4B7; }

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

This text font color is #B9C4B7.


Background Color

.myBgColor { background-color: #B9C4B7; }

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

This div background color is #B9C4B7.


Border color

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

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

This div border color is #B9C4B7.


Opacity

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

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

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

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

This text has shadow with #B9C4B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9C4B7 on black background.


Color preview on white background

This text has color #B9C4B7 on white background.



Black color preview on #B9C4B7 background

This text has black color on #B9C4B7 background.


White color preview on #B9C4B7 background

This text has white color on #B9C4B7 background.