COLOR #B9C48C

HEX: #B9C48C
RGB: (185,196,140)

Color info

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

RGB color model

#B9C48C color RGB value is (185,196,140).

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

RGB channels and saturation

R 185 of 255 = 73%
G 196 of 255 = 77%
B 140 of 255 = 55%

185
196
140

R + G + B ~ 68%. #B9C48C is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 196 + 140 = 521 (100%)
R 185 of 521 ~ 35.51%
G 196 of 521 ~ 37.62%
B 140 of 521 ~ 26.87%

%35.51
%37.62
%26.87

CMYK color model

#B9C48C color CMYK value is (6,0,29,23).

  • cyan value is 5.61%
  • magenta value is 0.00%
  • yellow value is 28.57%
  • key color value is 23.14%
CMYK:
(6,0,29,23)
C6M0Y29K23 
(6%,0%,29%,23%)
(0.06/0.00/0.29/0.23)	

CMYK percentages

%5.61
%0
%28.57
%23.14

Codes

Color #B9C48C in popluar color models

B9C48C
RGB185196140
HSL72°32.18%65.88%
HSB/HSV72°28.57%76.86%
CMYK5.61%0.00%28.57%
23.14%

Color #B9C48C in popluar number systems.

HEXB9C48C
Decimal185196140
Binary101110011100010010001100
Octal271304214

Shades and tints

Shades of #B9C48C

#B9C48C
(185,196,140)
#A9B380
(169,179,128)
#99A274
(153,162,116)
#899168
(137,145,104)
#79805C
(121,128,92)
#696F50
(105,111,80)
#595E44
(89,94,68)
#494D38
(73,77,56)
#393C2C
(57,60,44)
#292B20
(41,43,32)
#191A14
(25,26,20)
#000000
(0,0,0)

Tints of #B9C48C

#B9C48C
(185,196,140)
#BFC996
(191,201,150)
#C5CEA0
(197,206,160)
#CBD3AA
(203,211,170)
#D1D8B4
(209,216,180)
#D7DDBE
(215,221,190)
#DDE2C8
(221,226,200)
#E3E7D2
(227,231,210)
#E9ECDC
(233,236,220)
#EFF1E6
(239,241,230)
#F5F6F0
(245,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9C48C; }

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

This text font color is #B9C48C.


Background Color

.myBgColor { background-color: #B9C48C; }

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

This div background color is #B9C48C.


Border color

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

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

This div border color is #B9C48C.


Opacity

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

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

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

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

This text has shadow with #B9C48C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9C48C on black background.


Color preview on white background

This text has color #B9C48C on white background.



Black color preview on #B9C48C background

This text has black color on #B9C48C background.


White color preview on #B9C48C background

This text has white color on #B9C48C background.