COLOR #B9C4AF

HEX: #B9C4AF
RGB: (185,196,175)

Color info

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

RGB color model

#B9C4AF color RGB value is (185,196,175).

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

RGB channels and saturation

R 185 of 255 = 73%
G 196 of 255 = 77%
B 175 of 255 = 69%

185
196
175

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

Portions of RGB colors in percentages

R + G + B =
185 + 196 + 175 = 556 (100%)
R 185 of 556 ~ 33.27%
G 196 of 556 ~ 35.25%
B 175 of 556 ~ 31.47%

%33.27
%35.25
%31.47

CMYK color model

#B9C4AF color CMYK value is (6,0,11,23).

  • cyan value is 5.61%
  • magenta value is 0.00%
  • yellow value is 10.71%
  • key color value is 23.14%
CMYK:
(6,0,11,23)
C6M0Y11K23 
(6%,0%,11%,23%)
(0.06/0.00/0.11/0.23)	

CMYK percentages

%5.61
%0
%10.71
%23.14

Codes

Color #B9C4AF in popluar color models

B9C4AF
RGB185196175
HSL91°15.11%72.75%
HSB/HSV91°10.71%76.86%
CMYK5.61%0.00%10.71%
23.14%

Color #B9C4AF in popluar number systems.

HEXB9C4AF
Decimal185196175
Binary101110011100010010101111
Octal271304257

Shades and tints

Shades of #B9C4AF

#B9C4AF
(185,196,175)
#A9B3A0
(169,179,160)
#99A291
(153,162,145)
#899182
(137,145,130)
#798073
(121,128,115)
#696F64
(105,111,100)
#595E55
(89,94,85)
#494D46
(73,77,70)
#393C37
(57,60,55)
#292B28
(41,43,40)
#191A19
(25,26,25)
#000000
(0,0,0)

Tints of #B9C4AF

#B9C4AF
(185,196,175)
#BFC9B6
(191,201,182)
#C5CEBD
(197,206,189)
#CBD3C4
(203,211,196)
#D1D8CB
(209,216,203)
#D7DDD2
(215,221,210)
#DDE2D9
(221,226,217)
#E3E7E0
(227,231,224)
#E9ECE7
(233,236,231)
#EFF1EE
(239,241,238)
#F5F6F5
(245,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9C4AF; }

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

This text font color is #B9C4AF.


Background Color

.myBgColor { background-color: #B9C4AF; }

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

This div background color is #B9C4AF.


Border color

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

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

This div border color is #B9C4AF.


Opacity

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

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

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

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

This text has shadow with #B9C4AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9C4AF on black background.


Color preview on white background

This text has color #B9C4AF on white background.



Black color preview on #B9C4AF background

This text has black color on #B9C4AF background.


White color preview on #B9C4AF background

This text has white color on #B9C4AF background.